All PureFORM, JaPBe, Libs and useful code maintained by gnozal
Moderator: gnozal
AND51
Addict
Posts: 1040 Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:
Post
by AND51 » Fri Nov 24, 2006 10:19 pm
And exatcly THAT was the joke, you didn't understand...
ALT+M does not work here... However, I always use <WiNKEY> + <D>
Matt
Enthusiast
Posts: 447 Joined: Sat May 21, 2005 1:08 am
Location: USA
Post
by Matt » Fri Nov 24, 2006 11:40 pm
haha
Alt-M does not work here either..., but WindowsKey-D does.
JCV
Enthusiast
Posts: 580 Joined: Fri Jun 30, 2006 4:30 pm
Location: Philippines
Post
by JCV » Sat Nov 25, 2006 9:02 am
wow thanks for the update gnozal
The new 'tab order' is what Im waiting for.
It seems working fine here.
gnozal
PureBasic Expert
Posts: 4229 Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:
Post
by gnozal » Mon Nov 27, 2006 1:04 pm
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
Posts: 107 Joined: Sun Dec 11, 2005 2:19 pm
Post
by Yogi Yang » Mon Nov 27, 2006 4:09 pm
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
johnfinch
User
Posts: 45 Joined: Thu May 11, 2006 1:45 am
Location: florida
Contact:
Post
by johnfinch » Mon Nov 27, 2006 7:35 pm
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:
Post
by gnozal » Tue Nov 28, 2006 8:33 am
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
Posts: 504 Joined: Tue Jan 31, 2006 9:43 am
Location: France
Post
by Niffo » Tue Nov 28, 2006 9:25 am
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
helpy
Enthusiast
Posts: 552 Joined: Sat Jun 28, 2003 12:01 am
Post
by helpy » Tue Nov 28, 2006 11:50 am
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
Posts: 4229 Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:
Post
by gnozal » Tue Nov 28, 2006 12:02 pm
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
Posts: 45 Joined: Thu May 11, 2006 1:45 am
Location: florida
Contact:
Post
by johnfinch » Tue Nov 28, 2006 1:04 pm
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
Posts: 4229 Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:
Post
by gnozal » Mon Dec 04, 2006 9:58 am
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).
helpy
Enthusiast
Posts: 552 Joined: Sat Jun 28, 2003 12:01 am
Post
by helpy » Mon Dec 04, 2006 10:54 am
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:
cu, helpy
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
gnozal
PureBasic Expert
Posts: 4229 Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:
Post
by gnozal » Mon Dec 04, 2006 12:37 pm
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).
helpy
Enthusiast
Posts: 552 Joined: Sat Jun 28, 2003 12:01 am
Post
by helpy » Mon Dec 04, 2006 12:53 pm
Wow! You are FAST!
Windows 10 / Windows 7
PB Last Final / Last Beta Testing