Search found 4 matches

by Naitfreak
Thu Jul 03, 2003 6:10 pm
Forum: Coding Questions
Topic: Problems with 'SpinGadget()'
Replies: 13
Views: 3127

Oh great! Now you made me insecure again! :P

Well, but now where you say it could really happen that you lose a message event. The chance is pretty small indeed but why not optimze your code in the first place. I just integrated the new code and it seems to work as predicted.

Thanks again!

PS ...
by Naitfreak
Thu Jul 03, 2003 4:25 pm
Forum: Coding Questions
Topic: Problems with 'SpinGadget()'
Replies: 13
Views: 3127

@GPI

So #gadget_pref_SpinTab is no Windows API / PB constant but simply the gadget indentfier?

And whats is jaPBe? A special function libary for PB?

@ebs

Well, I guess I wouldn't had figured that out in a thousand years but for sure that way can be called 'easy'. Works like a charm.

Thank you ...
by Naitfreak
Thu Jul 03, 2003 12:35 am
Forum: Coding Questions
Topic: Problems with 'SpinGadget()'
Replies: 13
Views: 3127

#gadget_pref_SpinTab ? What on earth is going on? This looks pretty complicated compared to what I want to achieve. Now apart from the fact that it looks difficult it doesnt work at all. Neither "SetSciEdiParameter()" nor "pref_setFonts()" are found by PB ("no function, array or linked list ...
by Naitfreak
Wed Jul 02, 2003 5:03 pm
Forum: Coding Questions
Topic: Problems with 'SpinGadget()'
Replies: 13
Views: 3127

Problems with 'SpinGadget()'

I'm trying to add a spingadget to a tab of a panel gadget and change/update it's value later on. But somehow it doesn't work and runs into an endless loop and doesnt' respond anymore so you have to exit with the debugger. Strange thing is that it works when you are adding the spingadget to the main ...