Page 1 of 1

When does global EDGE varables (in EDC) ara initialized?

PostPosted: May 2, 2010 @ 8:36am
by maskin
Hello, I got this question:
When does global EDGE varables (in EDC) ara initialized?
For example: I want to get edc.dat->readonlypath but it return empty array.
I try to get it value on iphone simulator in folowing places :
- constructor of my main class
- on framework initialization
Every time I have got readonlypath as empty array...

Re: When does global EDGE varables (in EDC) ara initialized?

PostPosted: May 2, 2010 @ 6:54pm
by edge
Hi,

The read only path is filled after the window is created. A good place to check this is in OnDisplayInit inside your framework implementation.

Re: When does global EDGE varables (in EDC) ara initialized?

PostPosted: May 3, 2010 @ 7:38pm
by maskin
Thanx all works correctly.

Re: When does global EDGE varables (in EDC) ara initialized?

PostPosted: May 3, 2010 @ 7:44pm
by maskin
And almost forgot. How to remove top IPhone panel (with battery status)?

Re: When does global EDGE varables (in EDC) ara initialized?

PostPosted: May 4, 2010 @ 3:09pm
by edge
Hi Maskin,

To remove the status bar, edit your plist file. Right click inside and select 'Add row'. Then specify UIStatusBarHidden and enable it.