ALT+M does not work here... However, I always use <WiNKEY> + <D>
PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
And exatcly THAT was the joke, you didn't understand...
ALT+M does not work here... However, I always use <WiNKEY> + <D>
ALT+M does not work here... However, I always use <WiNKEY> + <D>
PB 4.30
Code: Select all
onErrorGoto(?Fred)-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update (build 70)
Changes :
- added some jaPBe plugin functions.
If PureFORM is started from jaPBe as plugin :
1. If your current tab is 'MySource.pb', PureFORM will search for a form 'MySource.pbf' and open it. If not found, PureFORM will search for an embedded form (as comments) in 'MySource.pb' and open it. By default, an empty form will be created.
2. You can copy generated code directly into jaPBe, in the current tab or as new tab.
Changes :
- added some jaPBe plugin functions.
If PureFORM is started from jaPBe as plugin :
1. If your current tab is 'MySource.pb', PureFORM will search for a form 'MySource.pbf' and open it. If not found, PureFORM will search for an embedded form (as comments) in 'MySource.pb' and open it. By default, an empty form will be created.
2. You can copy generated code directly into jaPBe, in the current tab or as new tab.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Thanksgnozal wrote:Update (build 70)
Changes :
- added some jaPBe plugin functions.
If PureFORM is started from jaPBe as plugin :
1. If your current tab is 'MySource.pb', PureFORM will search for a form 'MySource.pbf' and open it. If not found, PureFORM will search for an embedded form (as comments) in 'MySource.pb' and open it. By default, an empty form will be created.
2. You can copy generated code directly into jaPBe, in the current tab or as new tab.
Virus?
I get a Mal/Packer virus warning when I download the file. Might be an overzealous firewall here but thought I should warn you.
Leopard-parallels-XP-Vista
-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: Virus?
The EXE file is packed, hence the warning.johnfinch wrote:I get a Mal/Packer virus warning when I download the file. Might be an overzealous firewall here but thought I should warn you.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
It seems to be a false positive. What is your Anti-Virus ? Avast ? In this case, i suggest you to use AVG (http://free.grisoft.com)
Niffo
Bug: Variable instead of Constant
Tested with PureFORM 1.0 beta 70
In the settings I have:
Instead of "WindowID(#winMain)" the wrong code "WindowID(winMain)" is created.
cu, helpy
In the settings I have:
- [x] Generate PB4 compatible code
- [_] Include images as hexadecimal data
- [x] Enable syntax coloring ...
- [x] Syntax coloring : load keywords ...
- Gadget enumeration: Window/Class/Number
- Compiler Path: "a path with spaces in it"
- [_] #PB_Any for Windows/Gadgets ...
Code: Select all
If CreateStatusBar(#StatusBar_winMain, WindowID(winMain))
EndIf
cu, helpy
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
PB Last Final / Last Beta Testing
-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: Bug: Variable instead of Constant
Thanks, fixed.helpy wrote:Instead of "WindowID(#winMain)" the wrong code "WindowID(winMain)" is created.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Code: Select all
get a Mal/Packer virus warning when I download the file. Might be an overzealous firewall here but thought I should warn you.
The EXE file is packed, hence the warning.
Leopard-parallels-XP-Vista
-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Announcing PureFORM 1.00 final
Changes :
- some little fixes
- added 'Autoarrange windows [F11]' function in 'View' menu (best results in 1280 x 1024).
On the todo list :
- manual
- localisation ?
- more features ?
And now a little break ...
Changes :
- some little fixes
- added 'Autoarrange windows [F11]' function in 'View' menu (best results in 1280 x 1024).
On the todo list :
- manual
- localisation ?
- more features ?
And now a little break ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
I tried the following:
- I created an empty file and named it "test.pbf". ... just wanted to start a new project in a certain directory this way.
- With a double click on this new file, PureFORM started and tried to load it.
- PureFORM gives an error: "Not a valid project: ...path/to/new/file.pbf"
- But PureFORM is started and in the title of the window it says "PureFORM - [New project]"
- If I now add gadgets to the new window ... some gadgets on the PureFORM main window will be removed:

Windows 10 / Windows 7
PB Last Final / Last Beta Testing
PB Last Final / Last Beta Testing
-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Fixed (download updated)helpy wrote:I tried the following:
- I created an empty file and named it "test.pbf". ... just wanted to start a new project in a certain directory this way.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


