![]() |
|
|||||||
| 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 |
|
|||
|
Hi all,
I've re-posted this from the end of another thread. The application is a fuel calculator for the Airbus A330. Prior to push back there is a sometimes complicated procedure to work through with respect to weights and fuel. I thought I might be able to write an application to aid in the procedure. This is my first attempt at any real programming so my code may be a bit messy and hard to follow. Basically I've created a soft number pad to be used with fingers. The data goes into a table called table1 and is initialised by a table called table1init. The input field starts on the right hand side of the table and with every push of the ENT button cycles to the next appropriate field. When it comes time to amend the fuel load press the F button to cycle through the various options. Press the Wt button to access the next page (called CatB) then press the same button again to get back to the Wt page. I know it won't mean much to most as it is very task specific but I'd appreciate any input. One last thing. On the desktop the input cell is 'highlighted' so you can see which cell you're working in but on the device this doesn't happen for some reason. Any ideas? Thanks JT. |
|
||||
|
The code attached replaces all Button0-9_Click with ButtonX_Click sub using AddEvent keyword (agraham idea).
Add Table1.Focus if you want to see the highlighted cell (it is also in the code). The application ran pretty smoothly on the device, is there a specific method that takes too long? |
![]() |
| 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 |
| Creating code faster | pmu5757 | Basic4ppc Wishlist | 0 | 04-13-2008 12:33 PM |
| How to get the PDA type and make | HARRY | Questions & Help Needed | 3 | 01-13-2008 12:19 PM |
| How do I make a textbox go from one to the other | sunnyboyj | Questions & Help Needed | 2 | 12-17-2007 09:44 PM |
| Draw and Refresh faster | hung | Questions & Help Needed | 3 | 08-01-2007 02:00 PM |
| Help me to make HTMLViewer Lib | conf | Questions & Help Needed | 2 | 06-17-2007 05:35 PM |