![]() |
|
|||||||
| 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.
I have written an app which, like topsy, just grew and is now around 1000 lines of code. I now want to expand this further, but rather than deal with an exponentially increasing number of if - then, case or other option statements, it strikes me it would be easier to copy the original app and adapt it for each of the various cases that I want it to tackle and have a single front end app which, on clicking a button would open the appropriate app to do that single task and on closing that app it would start the front end again. Is there a specific piece of coding to do this or am I now entering the realms of .dll's ? Any help would be appreciated. Last edited by Ianmac : 12-09-2007 at 07:02 PM. Reason: typo |
|
|||
|
Hi Ianmac,
I have similar project as yours, it became huge file and takes time to open. Since other application modules need not to open everytime by the user, I have broke it up to several apps. I use 'shell' to open them in background. Some of my apps still takes time to open. It will be faster once Basic4ppc version 6 is released. See this thread for reference... Getting value from other other application in runtime We could ask other members what other method could be done.
__________________
Rioven O2 Atom life 624MHz, 1GB Internal ROM, WM6(upgraded) Last edited by Rioven : 12-10-2007 at 08:55 AM. |
|
|||
|
Many thanks for the reply, Shell was exactly what was required. I had looked through all the options I could think of from other programming languages but missed that one, all I have to do now is duplicate and amend the original.
|
![]() |
| 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 |
| Build proper desktop apps in B4PPC with this awesome Forms library | agraham | Additional Libraries | 25 | 07-30-2008 04:19 PM |
| Useful Apps? | JamesC | Chit Chat | 9 | 06-25-2008 10:01 PM |
| Two new Twitter apps. made with Basic4ppc | bluedude | Share Your Creations | 1 | 05-06-2008 01:12 PM |
| prevent running same app twice | Put Claude | Share Your Creations | 0 | 02-03-2008 03:01 PM |
| Basic4ppc vs Other Basic Apps? | ArchiMark | Questions & Help Needed | 8 | 09-07-2007 03:31 PM |