Search found 6 matches

by FeiYun
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
by FeiYun
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...
by FeiYun
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...
by FeiYun
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...
by FeiYun
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!

Go to advanced search