![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello
Is it normal for this application that included 50 sec afternoon here is to open in a PDA? He removed all the code to test load times and takes 50 sec , too long, Can anything can be done to load faster? A greeting and thank you |
|
|||
|
The device is a HTC P3300.
The controls are necessary, I will try elimini some, to see if so reduces the load time. The completed application are over 5000 lines of code, but the problem is to charge the main screen, once charged that the application works well movement between screens. Do you think if implemented before each screen controls are created when accessing the screen for the first time? How to minimize creates a button on the device? thanks Erel. |
|
||||
|
Yes, creating controls at runtime will decrease the load time (however running time will be slower).
If you are using similar layouts in a couple of forms, you can put all these controls on a panel and then use FormLib.ChangeParent to move the panel from one form to another. You can change the close button to minimize button with FormLib.MinimizeBox. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error with Optimized Compilation and SQLite | berndgoedecke | Questions & Help Needed | 1 | 09-07-2008 07:20 PM |
| Optimized compilation | susu | Questions & Help Needed | 3 | 05-13-2008 07:23 AM |
| Optimized Compilation problem on the device | bob | Questions & Help Needed | 4 | 03-12-2008 02:05 PM |
| 6.01 Optimized compilation error | dpriem | Bug Reports | 2 | 01-06-2008 04:42 PM |
| FMOD and Optimized Compilation | @Work | Bug Reports | 8 | 12-28-2007 08:51 PM |