PureFORM 1.99 (yet another FORM designer)

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

Moderator: gnozal

michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

Post by michel »

Hello Gnozal,

:D :D :D

michel
superadnim
Enthusiast
Enthusiast
Posts: 480
Joined: Thu Jul 27, 2006 4:06 am

Post by superadnim »

I like it a lot but there are quite a few serious issues:

1) modal dialogs are system-wise (blocking everything underneath it...)
2) theres no possibility to have a main window? (instead of everything floating on the desktop)
3) can't edit source on code view? (that should be a feature no one thought of).

And the reusability of the generated code, as well as how the code is generated... I don't think its too flexible IMO.

Other than that, everything else I like a lot... but I'm having a hard time with points 1 and 3 specially.

Cheers.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

superadnim wrote:1) modal dialogs are system-wise (blocking everything underneath it...)
?! No dialog is system wide. Some are application wide (like the menu builder).
superadnim wrote:2) theres no possibility to have a main window? (instead of everything floating on the desktop)
No (I like it floating, I don't like MDI windows).
You could try the alternative GUI (less stuff floating).
superadnim wrote:3) can't edit source on code view? (that should be a feature no one thought of).
No, code view is read-only. For source update see manual.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
superadnim
Enthusiast
Enthusiast
Posts: 480
Joined: Thu Jul 27, 2006 4:06 am

Post by superadnim »

Not system wide? then why I can't even use messenger when the options window is opened? (same for the menu window). It keeps on trying to get focus on top of the window stack, which is really annoying.

I understand you don't like MDI windows, but having an optional parent window working as a gray background is not really MDI. It's just so the view is cleaner, and you don't get distracted with background noise.

I'm reading the manual, but it's not what I meant... I was speaking of RAD basically.

Thanks.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

superadnim wrote:Not system wide? then why I can't even use messenger when the options window is opened? (same for the menu window).
I can use many apps while the options window is opened, don't have messenger though.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- update for PureRESIZE V6
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- update for PureRESIZE V6.10
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

Post by le_magn »

Hi gnozal, i have a problem, if i create a toolbar When I try to compile i receive this error : Could not compile Form ! Error: line 35 - Constant not found: #TB_GETIMAGELIST

And i have to add the constant Whenever manually

Sorry for my bad english.

p.s. i use Purebasic 3.94
Image
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

le_magn wrote:Hi gnozal, i have a problem, if i create a toolbar When I try to compile i receive this error : Could not compile Form ! Error: line 35 - Constant not found: #TB_GETIMAGELIST
Seems that this constant is not defined in PB3.94. I will add this for the next release.
Add this to your source : #TB_GETIMAGELIST = (#WM_USER+ $31) ; Where #WM_USER = $400.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- update for PureRESIZE V6.20
- fixed #TB_GETIMAGELIST not found with PB3.94
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

Post by le_magn »

Thank you Gnozal !!!
Image
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

window list

Post by michel »

Hello Gnozal,

In build 261 when you have an application with several windows PureFORM automatically opens all the windows on start up.
Clicking on the button "window list" keeps this window empty and PureFORM turns in mode of not responding.

Michel
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: window list

Post by gnozal »

michel wrote:In build 261 when you have an application with several windows PureFORM automatically opens all the windows on start up.
Clicking on the button "window list" keeps this window empty and PureFORM turns in mode of not responding.
I have uploaded a new build. Does it fix the problem ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

Windows list

Post by michel »

Hello Gnozal,

Unfortunately the problem is not solved with build 263, I sent you my files to your private Email in order that you can better check the problem

Michel
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Windows list

Post by gnozal »

michel wrote:Unfortunately the problem is not solved with build 263, I sent you my files to your private Email in order that you can better check the problem
Seems to be some kind of issue with the new feature 'DrawGadgetLimits' ; open PureFORM.ini and set FORM_DrawGadgetLimits = 0.
I will try fo fix it.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply