jaPBe + PureForm how to...

Just starting out? Need help? Post your questions and find answers here.
wadysal
User
User
Posts: 11
Joined: Wed Nov 08, 2006 5:32 am
Location: Argentina

jaPBe + PureForm how to...

Post by wadysal »

1. I design a form with few gadgets. ( Is very easy work with the PureForm and change the location, properties, etc, etc. )

2. I save the code and open it with the jaPBe.

3. I put new code with the jaPBe and Run to test it.

4. I need append many gadgets in my form and generate the new code but without lost the old code writed in the step 3 with the jaPBe.

5. It´s possible with PureForm and jaPBe?

I try…and try reading the help but I can´t.

thank to the comunity …………..wadysal from (Argentina)



Design Flow.....

Design with PureForm

Export code to jaPBe

Edit code in jaPBe

Load code from jaPBe to PureForm

Add new gadgets.

Export the new data to jaPBe (without lose the old code ). :? :cry:
Wadysal....from Argentina
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

To update source code :
- In Preferences, check 'Add PureFORM tags to generated code' (The code tags are used to detect the code to be updated in a source file. Note that all code between two Start/End tags is replaced).
- The first time you save the generated code with 'Save as code'.
- The next time (after you changed the form) you can update the source with 'Update code in source'.
It's not perfect, I will try to enhance this feature, i.e. make some sort of 'smart' update feature..
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply