Displaying 6 results from an estimated 6 matches for "ontimer".
Did you mean:
dntimer
2009 Apr 11
1
Wx::Timer
...ears that
Wx::Timer should do the job, but I haven''t been able to figure out how
to use in in wxruby. The documentation for this is still for C++. I''ve
tried the following:
(In my form class''s initialize method):
@timer = Wx::Timer.new
evt_timer(@timer.id) {|event| onTimer(event)}
@timer.start(1000)
Later in the form, I have the onTimer routine defined. The problem is
that its never being called.
Does anyone know how to use Wx::Timer?
Thanks in advance
---Michael
--
Posted via http://www.ruby-forum.com/.
2005 Sep 18
0
How does the jitter buffer "catch up"?
>> Err, unless I'm totally wrong, there are a few race conditions.
>>
>> Assume the buffer is full of packets newer than the current pointer, and
>> one that is at the current pointer.
>>
>> get and put start at the same time.
>>
>> get will find the correct buffer index. Now, just after it finds it's
>> index, assume we switch to the
2005 Sep 18
3
How does the jitter buffer "catch up"?
> Err, unless I'm totally wrong, there are a few race conditions.
>
> Assume the buffer is full of packets newer than the current pointer, and
> one that is at the current pointer.
>
> get and put start at the same time.
>
> get will find the correct buffer index. Now, just after it finds it's
> index, assume we switch to the put thread.
>
> Put needs
2012 Jan 23
2
asterisk does not detect menus
Hello,
When I called companies with auto animate menus my system does not seem to
detect menus on ther other side. For instance I called this number (407)
886-3338 when I input the ext. number of any option on the list I don't get
a response however if I called the same number from my google account or my
cell phone number it works fine meaning I can select any option or input ext
number.
2011 Jan 23
61
Do we need a new name for "--test"?
https://projects.puppetlabs.com/issues/2476
This does seem to confuse a fair few new users.
What would be a better name for "--test"?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2005 Dec 19
0
new(er) SEC driver.
Hi!
I've recently come into to the possesion of a couple of Belkin Omniguard
3200 UPS's. Given the horrible apache/java based software they come with, I
decided to see if I cannot get them to work with NUT.
To cut a long story short, they work out to be SEC -based, and extensively
modifying the nut-1.4 driver code to come up with the attached two files.
I've marked them