When using the Options "Text/Tooltips with variable", the Form-Designer in the latest PB Version generates invalid code here.
On compiling i get the error "Wrong Datatype" because he writes a "0" where it should be a String like "0" or better a Variable.
The generated Code may look like this:
Code: Select all
FrameGadget(#Frame_1, 280, 10, 190, 380, "Page Margins")
StringGadget(#Top_Margin, 290, 70, 150, 30, 0)
StringGadget(#Left_Margin, 290, 160, 150, 30, 0)
StringGadget(#Bottom_Margin, 290, 240, 150, 30, 0)
Code: Select all
StringGadget(#Top_Margin, 290, 70, 150, 30, "0")
SG_001.s="0"
Code: Select all
StringGadget(#Top_Margin, 290, 70, 150, 30, SG_001)
While the Editor is generally very good it lacks the Option to PRINT something on a Printer,
and also the Forms-Designer looks rather primitiv, compareds to for Example "Firefly" from PowerBasic or FreeBasic.
Or the Phoenix Visual Designer from PowerBasic, or not ta talk from Visual Studio or WinDev.
Which makes me wonder as there have already been some attempts there in the past to make good form Designers.
What happened with:
PureBasic IDE
or JopBe and PureFORM is also Dead ...
MK-Softs
http://www.purebasic.fr/german/viewtopic.php?t=12579
Seems also to be last updated 2014 .. does it still work?
I like PureBasic but it looks like People run away?
Is there somethign better around?
Anybody only using "SpiderBasic" ?