Build proper desktop apps in B4PPC with this awesome Forms library
Well I had to get your attention somehow.
Just in time for you to play with over the weekend I have completed and packaged up my latest - and probably ultimate - library. Ultimate as in best rather than last. It requires .NET 2.0 on the desktop.
Example demo and help file included. Run it and gasp in amazement at what you can now do with Basic4PPC on the desktop! Together with my RichTextDesktop printing library you can now do wonderful things.
You can probably guess that I am "pretty chuffed" with this one. I hope you are too.
BTW - I did check with Erel in advance that this wasn't a step too far for B4PPC. He has played with a beta so he knew it was coming.
EDIT: - If you run the IDE with the "Tools -> Check for unassigned/unused variables" option ticked you will get an error in the demo app as reported by Cableguy in post #9 of this thread below. Correct the reference to B4Pobject1 in line 21 to read B4Pobject(1). Sorry!
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France-Saumur
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate) B4PPC DLL Version Listing - B4Android DLL Version Listing
Dham buitl-in zip function....
It used to be so simple , if it was zipped, it didn´t open.period...
Thanks, DZT, sorry for the ridiculous error question...
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France-Saumur
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate) B4PPC DLL Version Listing - B4Android DLL Version Listing
Got it working but be advised, theres an error at line 21....
Code:
Formlib1.New1("Form1",B4Pobject1)
Should be
Code:
Formlib1.New1("Form1",B4Pobject(1))
Also, some controls background color is not the same as the form's...
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France-Saumur
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate) B4PPC DLL Version Listing - B4Android DLL Version Listing
Got it working but be advised, theres an error at line 21
Code:
Formlib1.New1("Form1",B4Pobject1)
Should be
Code:
Formlib1.New1("Form1",B4Pobject(1))
Well spotted. However it works because I don't use anything in Formlib that calls back into B4PPC so in this instance B4PObject1 is just a placeholder.
Quote:
Also, some controls background color is not the same as the form's...
Come on! It's only a rough demo of capabilities not a polished app! (Actually I quite like the look)