Page 17 of 103

Posted: Fri Nov 24, 2006 10:19 pm
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>

Posted: Fri Nov 24, 2006 11:40 pm
by Matt
haha

Alt-M does not work here either..., but WindowsKey-D does.

Posted: Sat Nov 25, 2006 9:02 am
by JCV
wow thanks for the update gnozal
The new 'tab order' is what Im waiting for. :D

It seems working fine here. :wink:

Posted: Mon Nov 27, 2006 1:04 pm
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.

Posted: Mon Nov 27, 2006 4:09 pm
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

Virus?

Posted: Mon Nov 27, 2006 7:35 pm
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.

Re: Virus?

Posted: Tue Nov 28, 2006 8:33 am
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.

Posted: Tue Nov 28, 2006 9:25 am
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)

Bug: Variable instead of Constant

Posted: Tue Nov 28, 2006 11:50 am
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

Re: Bug: Variable instead of Constant

Posted: Tue Nov 28, 2006 12:02 pm
by gnozal
helpy wrote:Instead of "WindowID(#winMain)" the wrong code "WindowID(winMain)" is created.
Thanks, fixed.

Posted: Tue Nov 28, 2006 1:04 pm
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.

Posted: Mon Dec 04, 2006 9:58 am
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 ...

Posted: Mon Dec 04, 2006 10:54 am
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

Posted: Mon Dec 04, 2006 12:37 pm
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)

Posted: Mon Dec 04, 2006 12:53 pm
by helpy
Wow! You are FAST!