-
Hi, everyone
This is my problem. I'm using Sheridan's control and specifically i insert into a form a group of 5 ssribon buttons, but i want to push all the buttons at same time but only let me push one by one.
Someone who knows how can i fix it?
Thanx
-
hmmm sounds crappy...
and it is... :)
You could insert 5 timers and in each Timer_Event you could let it press a different button.
I'm not even sure if the 5 timers execute at the same moment.
Maybe you can use some getTickCount api or somethin'
Or to let it sound more guru-ish: "Use A-Synchronous threading" (i'm not sure of the spelling because I'm no guru :))
Good Luck
[Edited by Jop on 09-07-2000 at 10:19 AM]
-
The SSRibbon functions like an option button. Only one button in the same container can be pressed down. Either put each button in a different container (eg frames), or use another control. You could use checkboxes with style set to graphical.
-
hmm, I never used that controls...
...so exuse me for being dumb :)