Search found 6 matches
- Mon Jun 01, 2009 02:52
- Forum: Help
- Topic: Editbox catch ctrl+c Key input
- Replies: 2
- Views: 1400
Re: Editbox catch ctrl+c Key input
Thank you CE
- Sun May 31, 2009 06:17
- Forum: Help
- Topic: Editbox catch ctrl+c Key input
- Replies: 2
- Views: 1400
Editbox catch ctrl+c Key input
Hi all How can a Editbox can catch ctrl+c Key input I use the answer in NetWork: KeyEventArgs *kEvent = (KeyEventArgs*)(&args); switch (kEvent->codepoint) { case 3: ......; } but when I try that, the codepoint aslo = -858993460 so it's the wrong answer I want to ask how to catch ctrl+c Key input...
- Mon May 25, 2009 01:41
- Forum: Modifications / Integrations / Customisations
- Topic: How can a Button get focus
- Replies: 5
- Views: 4577
Re: How can a Button get focus
Thank you what I want is when a new FrameWindow is opened by user, user can look at that a button is been choosed so the button shows pushedimage So I try to change the normalimage and then Let Button looks like being choosed, then at right place change back again. I will use method until I find the...
- Sat May 23, 2009 02:16
- Forum: Modifications / Integrations / Customisations
- Topic: How can a Button get focus
- Replies: 5
- Views: 4577
Re: How can a Button get focus
Thankyou my question is that the image Button has four state (NormalImage HoverImage PushedImage DisabledImage). what I want is when getinto a FrameWindow, the Button in this FrameWindow show PushedImage but no NormalImage that was What I said "get mouse focus" and How can I re-position th...
- Fri May 22, 2009 09:32
- Forum: Modifications / Integrations / Customisations
- Topic: How can a Button get focus
- Replies: 5
- Views: 4577
Re: How can a Button get focus
No One?
- Fri May 22, 2009 09:06
- Forum: Modifications / Integrations / Customisations
- Topic: How can a Button get focus
- Replies: 5
- Views: 4577
How can a Button get focus
I want a button get the mouse focus when get into a new Window
Fun:activate() is not working
Is there other that I can use it like:getfocus()
Thank you!
Fun:activate() is not working
Is there other that I can use it like:getfocus()
Thank you!