add #no_systimer For (Editor And String) Gadget

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
gurj
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Jan 22, 2009 3:48 am
Location: china
Contact:

add #no_systimer For (Editor And String) Gadget

Post by gurj »

add #no_systimer For (Editor And String) Gadget

Example
EditorGadget(0,0,0,222,222,#no_systimer)
Gadget0 will let own #wm_systimer=0 To WindowEvent()
-----------
Remarks
#wm_systimer=280 in windows, see :
event 280 is which Constant ? when has input focus
http://www.purebasic.fr/english/viewtop ... 13&t=69254
more #wm_systimer event, worth is small
my pb for chinese:
http://ataorj.ys168.com
User avatar
gurj
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Jan 22, 2009 3:48 am
Location: china
Contact:

Re: add #no_systimer For (Editor And String) Gadget

Post by gurj »

#wm_systimer event's frequency is excessively height, from (Editor And String) Gadget
my pb for chinese:
http://ataorj.ys168.com
User avatar
gurj
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Jan 22, 2009 3:48 am
Location: china
Contact:

Re: add #no_systimer For (Editor And String) Gadget

Post by gurj »

this only way :
can change by set keyboard attributes in system :
frequency to nil
my pb for chinese:
http://ataorj.ys168.com
Post Reply