Ok, will have a look at this.michel wrote:Hello Gnozal,
You are very quick with your solutions, thank you.![]()
Programming application software with multilanguage support I miss this facility with the MenuItems and the StatusBarText. Would it be possible for you to add this possibility?
michel
PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal wrote:Update
Changes :
- the statusbar builder now also supports flags and icons

PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Done (build 117).michel wrote:Programming application software with multilanguage support I miss this facility with the MenuItems and the StatusBarText. Would it be possible for you to add this possibility?
michel
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PureFORM translate from source
Hello Gnozal,
Build 115 is OK
During my tests I discovered other bugs:
Translating back a code generated previously with PureFORM, this cannot insert the right image file names for the ButtonImageGadget type.
Same remark for background images.
Other remark PureFORM does not recognize a Statusbar or a Menu generated before.
michel
Build 115 is OK

During my tests I discovered other bugs:
Translating back a code generated previously with PureFORM, this cannot insert the right image file names for the ButtonImageGadget type.
Same remark for background images.
Other remark PureFORM does not recognize a Statusbar or a Menu generated before.
michel
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM translate from source
It's not a bug, it's just that the translate feature is incomplete : it was only meant to import old sources, not to be used as form update method. When I have some time maybe I will add some features to the translation routine.michel wrote:Hello Gnozal,
Build 115 is OK![]()
During my tests I discovered other bugs:
Translating back a code generated previously with PureFORM, this cannot insert the right image file names for the ButtonImageGadget type.
Same remark for background images.
Other remark PureFORM does not recognize a Statusbar or a Menu generated before.
michel
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Should be fixed (build 118)Molchyn wrote:gnozal
Sometimes then I press Flag - "Container double" in Gadget properties for containergadget, all infos in Gadget list disappear
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
ThanksGeoTrail wrote:Hi gnozal.
I have just tried PureFORM properly now for the first time and I am really impressed.
You mean code infusion ?GeoTrail wrote:I love the code inject feature. It is what PB has been missing

For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
When create several windows some problem can happened:
1 If uncheck all properties in window properties and just choose invisible,
sometimes this properties applys automatically for first-main window, where i don't change anything.
2 When you work with several windows and use code infusion feature sometimes PureForm don't create section for working with gadget event.
Thanks for good tool it's growing fast!
Maybe it's time to add a update feature? :roll:
When create several windows some problem can happened:
1 If uncheck all properties in window properties and just choose invisible,
sometimes this properties applys automatically for first-main window, where i don't change anything.
2 When you work with several windows and use code infusion feature sometimes PureForm don't create section for working with gadget event.
Thanks for good tool it's growing fast!
Maybe it's time to add a update feature? :roll:
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
I can't reproduce these problems. If you could post a form with this problem it would help (use Edit -> Copy project to clipboard and paste it in your post between code tags).Molchyn wrote:gnozal
When create several windows some problem can happened:
1 If uncheck all properties in window properties and just choose invisible,
sometimes this properties applys automatically for first-main window, where i don't change anything.
2 When you work with several windows and use code infusion feature sometimes PureForm don't create section for working with gadget event.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
It works.dige wrote:Sorry, I have'nt read all the postings before.
I just want to know if the SplitterGadget already works?
Please have a look at the help file, 'Gadget manipulation' -> 'Create new gadgets' -> 'An extra case, the SplitterGadget'
I just did it, and it works : it see the 2 containers, I can resize the splitter and I can add gadgets to the containers.dige wrote:Because, if I add two container gadget und add then the Splittergadget, the Containers are not visible any more.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).