PureFORM 1.99 (yet another FORM designer)

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

And exatcly THAT was the joke, you didn't understand... :P

ALT+M does not work here... However, I always use <WiNKEY> + <D>
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

haha

Alt-M does not work here either..., but WindowsKey-D does.
JCV
Enthusiast
Enthusiast
Posts: 580
Joined: Fri Jun 30, 2006 4:30 pm
Location: Philippines

Post by JCV »

wow thanks for the update gnozal
The new 'tab order' is what Im waiting for. :D

It seems working fine here. :wink:
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Yogi Yang
Enthusiast
Enthusiast
Posts: 107
Joined: Sun Dec 11, 2005 2:19 pm

Post by Yogi Yang »

gnozal 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.
Thanks :D
johnfinch
User
User
Posts: 45
Joined: Thu May 11, 2006 1:45 am
Location: florida
Contact:

Virus?

Post by johnfinch »

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
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Virus?

Post by gnozal »

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.
The EXE file is packed, hence the warning.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Post by Niffo »

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
User avatar
helpy
Enthusiast
Enthusiast
Posts: 552
Joined: Sat Jun 28, 2003 12:01 am

Bug: Variable instead of Constant

Post by helpy »

Tested with PureFORM 1.0 beta 70

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 ...
The code snippet for the Statusbar is:

Code: Select all

    If CreateStatusBar(#StatusBar_winMain, WindowID(winMain))
    EndIf
Instead of "WindowID(#winMain)" the wrong code "WindowID(winMain)" is created.

cu, helpy
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Bug: Variable instead of Constant

Post by gnozal »

helpy wrote:Instead of "WindowID(#winMain)" the wrong code "WindowID(winMain)" is created.
Thanks, fixed.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
johnfinch
User
User
Posts: 45
Joined: Thu May 11, 2006 1:45 am
Location: florida
Contact:

Post by johnfinch »

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.
Thanks gnozal, I was at work and it was their firewall that rejected the zip file.
Leopard-parallels-XP-Vista
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

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 ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
helpy
Enthusiast
Enthusiast
Posts: 552
Joined: Sat Jun 28, 2003 12:01 am

Post by helpy »

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:

    Image
cu, helpy
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

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.
Fixed (download updated)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
helpy
Enthusiast
Enthusiast
Posts: 552
Joined: Sat Jun 28, 2003 12:01 am

Post by helpy »

Wow! You are FAST!
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
Post Reply