It is currently Tue May 21, 2013 7:11 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 1533 posts ]  Go to page Previous  1 ... 94, 95, 96, 97, 98, 99, 100 ... 103  Next
Author Message
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon May 21, 2012 6:42 pm 
Offline
Enthusiast
Enthusiast

Joined: Mon Feb 19, 2007 5:47 pm
Posts: 130
Location: Luxemburg
Hi Gnozal,

Super, thank you :D

michel


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Tue Jul 24, 2012 9:45 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Tue Jul 13, 2004 2:17 pm
Posts: 158
Some bugreports:
* When the Integrator has a scrollbar, the last visible entry cannot be clicked
* When creating a new gadget and changing the gadget text, the last (few) character is not visible in the preview and not saved. As soon space or backspace is pressed once all characters are kept.

_________________
Bye Karl


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Tue Jul 24, 2012 12:46 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Klonk wrote:
* When the Integrator has a scrollbar, the last visible entry cannot be clicked
You mean select the last item in the gadget list when there is a scrollbar ? No problem here.
Klonk wrote:
* When creating a new gadget and changing the gadget text, the last (few) character is not visible in the preview and not saved. As soon space or backspace is pressed once all characters are kept.
What gadget ? Seems to work here with a textgadget.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Tue Jul 24, 2012 3:13 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Tue Jul 13, 2004 2:17 pm
Posts: 158
I meant last item cannot be selected (windows 7)

I had this problem on several Gadgets... and now simply am not able to reproduce it easily...

OK
1. New Project
2. Add a Frame3D Gadget
3. delete Gadget Text using DEL key
4. type some text (some smaller words quite fast)
=> sometimes it appears immediately sometimes some characters (last word) do not appear immediately.. Hard to describe...
To me it looks like there is some trouble in updating the gadgets or at least some delay (maybe an event is handled too late?)

Maybe you can find something..

Yeah event handling might be a cause... because (a differnt annoyance):
when changing coordinates of a gadget clicking the up or down arrow rapidly it oftenly happens, that the spingadget is not updated. It looks like it is hung. When clicking again on it all the clicks before seem to have been recognized...

_________________
Bye Karl


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Wed Jul 25, 2012 7:47 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Klonk wrote:
I meant last item cannot be selected (windows 7)
I had this problem on several Gadgets... and now simply am not able to reproduce it easily...
Maybe you can find something..
Yeah event handling might be a cause... because (a differnt annoyance):
when changing coordinates of a gadget clicking the up or down arrow rapidly it oftenly happens, that the spingadget is not updated. It looks like it is hung. When clicking again on it all the clicks before seem to have been recognized...
I could not reproduce it (WinXP x86), but the event handling in PureFORM is pure hell... Lots of subclassing, and maybe an event gets lost from time to time. Not to mention that it sometimes behaves differently with (external PB3.94) debugger enabled.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Wed Jul 25, 2012 10:11 am 
Offline
Enthusiast
Enthusiast

Joined: Tue Oct 09, 2007 2:15 am
Posts: 235
You (gnozal) use still 3.94 for it ?
How about converting the sources (Pureform & jaPBe) to PB 4.x ?

_________________
English is not my native language...
ImageImageImage


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Wed Jul 25, 2012 11:06 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Bisonte wrote:
You (gnozal) use still 3.94 for it ?
Yep, I started the project in 2004 iirc.
Bisonte wrote:
How about converting the sources (Pureform & jaPBe) to PB 4.x ?
I thought about it, but it's not so easy as it sounds...
It would probably be easier to start from scratch.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Jul 30, 2012 1:41 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Tue Jul 13, 2004 2:17 pm
Posts: 158
I guess, I found the problem:
I was running Pureform from an USB thumbdrive. I am also running my email client from USB thumbdrive.
So i guess every time when my email client saves something to the drive the speed goes down. I also guess that pureform is saving some temporary files to the drive, therefore Pureform reacts slow and seems to have problems with event handling.

As soon I copied pureform to harddrive and run it from there everything runs smoothly.

My suggestion: If you use some temporary files, why not save them to the the windows temp folder?

So, many thanks in helping.

Purform is that what a future Visual Designer should be. Thumbs up for this great piece of software.

_________________
Bye Karl


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Jul 30, 2012 1:53 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Klonk wrote:
My suggestion: If you use some temporary files, why not save them to the the windows temp folder?
PureFORM uses temporary files essentially for the undo feature.
I will keep your suggestion in mind.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Aug 06, 2012 1:11 am 
Offline
Enthusiast
Enthusiast

Joined: Wed Apr 20, 2011 4:24 pm
Posts: 156
Klonk wrote:
Purform is that what a future Visual Designer should be. Thumbs up for this great piece of software.

I would agree, but the designer needs to keep up with the PureBasic versions. Along with the new control support that comes with them new versions (canvas etc). Other then that I just started using it and it seems to be nice, just don't like the way it spreads out across so many windows. Plus the lack of Windows 8 support the windows overlap one another. It is also a little wonky at building forms (probably due to being outdated). I like the one that comes with the PB installer, just needs to be updated a bit.

_________________
Its Not A Bug, Its An Undocumented Feature!
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Aug 06, 2012 10:11 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Warmonger wrote:
...but the designer needs to keep up with the PureBasic versions. Along with the new control support that comes with them new versions (canvas etc).
You may use the 'custom gadget' feature.
Warmonger wrote:
...just don't like the way it spreads out across so many windows.
You may switch to the 'Integrator' UI.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Thu Aug 09, 2012 2:09 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Sat Sep 10, 2011 8:25 pm
Posts: 203
Location: Slovenia
Warmonger wrote:
Klonk wrote:
Purform is that what a future Visual Designer should be. Thumbs up for this great piece of software.

I would agree, but the designer needs to keep up with the PureBasic versions. Along with the new control support that comes with them new versions (canvas etc). Other then that I just started using it and it seems to be nice, just don't like the way it spreads out across so many windows. Plus the lack of Windows 8 support the windows overlap one another. It is also a little wonky at building forms (probably due to being outdated). I like the one that comes with the PB installer, just needs to be updated a bit.


Win 8 is going to be insane fail...

Back on topic: This is amazing :).


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Thu Aug 09, 2012 5:01 pm 
Offline
Addict
Addict

Joined: Fri Oct 23, 2009 2:33 am
Posts: 2852
Location: Wales, UK
Hi Warmonger, Click on Setup/Configuration. You will find a huge amount of very useful settings that give you the ability to make PureForm work the way you want it to.

_________________
IdeasVacuum
If it sounds simple, you have not grasped the complexity.


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Sun Aug 12, 2012 10:21 pm 
Offline
Enthusiast
Enthusiast

Joined: Sun Jul 29, 2012 2:51 pm
Posts: 103
Is there an image control? If so, does it support transparency?

Can forms be skinned?

Thanks.

Mike


Top
 Profile  
 
 Post subject: Re: PureFORM 1.99 (yet another FORM designer)
PostPosted: Mon Aug 13, 2012 7:41 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
karmacomposer wrote:
Is there an image control? If so, does it support transparency?
PB's ImageGadget.
karmacomposer wrote:
Can forms be skinned?
PureFORM does no support skins.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1533 posts ]  Go to page Previous  1 ... 94, 95, 96, 97, 98, 99, 100 ... 103  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye