Page 7 of 11

Posted: Sat Apr 12, 2008 10:56 am
by quasiperfect
hmm u responded so fast ... i edited the post while u where responding :P

Posted: Sat Apr 12, 2008 11:04 am
by gnozal
quasiperfect wrote:hmm u responded so fast ... i edited the post while u where responding :P
Seems to be a problem in the PB3.94 PureRESIZE library version used by PureFORM.
If you run the form with F6 (assuming you use PB4.xx) it's fine with the PB4.xx version.

I will try to find the problem ...

Posted: Sat Apr 12, 2008 11:57 am
by gnozal
Update (PB 3.94 version only)

Changes :
- fixed PanelGadget resize bug

#PureRESIZE_NotAGadget: Confusion

Posted: Fri Apr 18, 2008 9:09 pm
by harff182
Under what circumstances will the result of PureRESIZE_SetWindowMinimumSize()
be the value of #PureRESIZE_NotAGadget = 2 ; The specified gadget does not exist

I can't figure out, what the "specified gadget" might be or where it comes from,
since I set values for a window and there also is #PureRESIZE_NotAWindow

tia... scholly

Re: #PureRESIZE_NotAGadget: Confusion

Posted: Sat Apr 19, 2008 9:53 am
by gnozal
harff182 wrote:Under what circumstances will the result of PureRESIZE_SetWindowMinimumSize()
be the value of #PureRESIZE_NotAGadget = 2
Under no circumstances :wink:
It's a copy/paste issue.
The 'windows' functions only return #PureRESIZE_NotAWindow or #PureRESIZE_Ok.

Re: #PureRESIZE_NotAGadget: Confusion

Posted: Sat Apr 19, 2008 11:01 am
by harff182
gnozal wrote:It's a copy/paste issue.
Thanks for clearing this up, now I can remove the Triple-O-Sticker from my forehead :D

Posted: Thu Oct 02, 2008 1:12 pm
by GeoTrail
I get an error stating:
[COMPILER] The following PureLibrary is missing: StringExtension.
I have installed PureBasic 4.30 beta 3, PureFORM 1.99 build 348 and the latest PureResize for PB 4.20.
Everything worked out fine until I installed PureResize. Will you be updating that soon?

Posted: Thu Oct 02, 2008 1:41 pm
by gnozal

Posted: Thu Oct 02, 2008 4:06 pm
by GeoTrail
Ok, I understand that :)
I'm sure positive to 48 hour days hehehehe. And 14 day weeks. ;)

Posted: Tue Oct 14, 2008 8:38 am
by Tranquil
Hi Forum!

I'm new to PureForm and PureResize and I must say: I love it!

Unfortunately I have a problem compileing with ThreadSave and Unicode in PB4.20.

I only installed PureResize as a userlib on a plain installed PB installation. If I now enable ThreadSave or Unicode, compile isn't possible any more.

On unicode only the code runs in an infinite loop after opening the first window. If I add ThreadSave-Flag I get a POLinker-Error "unresolved external symbol _PB_StringbasePosition".

What I'm doing wrong?

EDIT. Solved it. Forgot to add UserLibUnicodeThreadSafe to compiler options subsystem field. :-

Posted: Tue Oct 14, 2008 10:33 am
by gnozal
Tranquil wrote:I'm new to PureForm and PureResize and I must say: I love it!
Thanks :D

Posted: Mon Apr 06, 2009 12:44 pm
by pablov
Hi gnozal
Please add proportional resizing headers width on ListIconGadget,
and use resizing \ not resize flag for headers.
Thanks.

Link-Error on 64-bit

Posted: Fri May 22, 2009 1:25 pm
by univeda
Hi everybody!

I've installed PB4.0 64-bit on a Windows Server 2008 64-bit. My application compiled well.

Then i installed the PureRESIZE-Lib, added a PureRESIZE-Command to one of my gadgets and my application won't compile anymore because of the following error:
POLINK: fatal error: Corrupt library:'.PureRESIZE_LIB_6.lib'.
Is there a special 64-bit Version of PureRESIZE?

Michael

Posted: Sun May 24, 2009 1:11 pm
by Kurzer
univeda, I guess the current Version of PureRESIZE is compiled for PB 4.30 only.
You have to install PureRESIZE for PB 4.0.

Posted: Sun May 24, 2009 1:42 pm
by DoubleDutch
univeda: You will have to find another solution until gnozal has a 64-bit system.