Search found 4 matches

by MIZ
Sun Feb 22, 2004 10:30 am
Forum: Coding Questions
Topic: auto refresh imageGadget in scrollAreaGadget
Replies: 3
Views: 2131

A big thankyou!

My word! I was all set to write a big, long, HELP!!!
But it seems my prayers are already answered!

That setgadgetstate really did the trick for me - but for another problem you might find curious, or at least, windows 2000 users may?

I have a ButtonImageGadget in a ScrollAreaGadget.
The image for ...
by MIZ
Wed Feb 18, 2004 2:10 am
Forum: Windows
Topic: Right click mouse event??
Replies: 3
Views: 2162

Thankyou, kindly.

I'll give it a whirl - think I immediately spt an error in my own code, thanks to you!

:oops: I didn't do a site search, so, consider this a slap on the wrists for me, and I'll go skulk for a while, and try your method! :( :D

TY kindly.
by MIZ
Tue Feb 17, 2004 10:26 pm
Forum: Windows
Topic: Right click mouse event??
Replies: 3
Views: 2162

Right click mouse event??

I'm trying to get a response from a ButtonImageGadget being clicked, but using the right mouse button. Is this possible at all?

The EventType() command says it captures this? So, my code looks like this:-

Event = EventType()
Left_Pressed =0
Right_Pressed =0

If Event = #PB_EventType_LeftClick ...
by MIZ
Tue Feb 17, 2004 7:49 pm
Forum: Windows
Topic: GadgetMouseX() ?
Replies: 6
Views: 2967

Thankyou!

Just wanted to say a huge THANKYOU for this post, because its got me out of a really irratating hole. I was so depressed, that I couldn't find a way of doing this reliably.

My concern was that I couldn't work out where the mouse was in relation to a button within a ScrollAreaGadget. But this API ...