Page 57 of 103

Posted: Tue Jan 15, 2008 1:39 pm
by michel
Hello Gnozal,

:D :D :D

michel

Posted: Thu Jan 17, 2008 5:00 am
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.

Posted: Thu Jan 17, 2008 8:35 am
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.

Posted: Thu Jan 17, 2008 11:32 am
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.

Posted: Thu Jan 17, 2008 6:11 pm
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.

Posted: Thu Jan 17, 2008 6:12 pm
by gnozal
Update

Changes :
- update for PureRESIZE V6

Posted: Sat Jan 19, 2008 12:07 pm
by gnozal
Update

Changes :
- update for PureRESIZE V6.10

Posted: Mon Jan 28, 2008 3:04 am
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

Posted: Mon Jan 28, 2008 11:22 am
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.

Posted: Mon Jan 28, 2008 5:56 pm
by gnozal
Update

Changes :
- update for PureRESIZE V6.20
- fixed #TB_GETIMAGELIST not found with PB3.94

Posted: Tue Jan 29, 2008 12:14 am
by le_magn
Thank you Gnozal !!!

window list

Posted: Tue Jan 29, 2008 6:19 pm
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

Re: window list

Posted: Wed Jan 30, 2008 9:41 am
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 ?

Windows list

Posted: Wed Jan 30, 2008 5:49 pm
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

Re: Windows list

Posted: Thu Jan 31, 2008 9:25 am
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.