similar to: WxRuby Newbie Application Hanging

Displaying 20 results from an estimated 1000 matches similar to: "WxRuby Newbie Application Hanging"

2007 Oct 03
2
How to Deactivate a button
How do you make a button inactive, so that it is visible, but it will not respond to clicks? Thanks Jayson
2011 Aug 25
1
"Core Show" being assumed before commands
Good Afternoon, I have an Asterisk box that is acting like it is passing "core show" before every command I type. For example, if I type sip, I will get "No such command 'sip' (type 'core show help sip' for other possible commands). Any ideas? -- -jayson
2011 May 17
3
Powercom issues in NUT (was: PowerCom BNT2000AT ups on nut 2.6.0 - second try)
Dino, Alexey, there are a number of users suffering issues with your Powercom devices. Could you (Dino, and Keven if possible) please have a look at the below one, from Angela, and check for a fix? I've scheduled to release 2.6.1 next week, and having that fixed is part of the list. 2011/5/16 Angela Williams <angierfw at gmail.com> > Hi All > > On Friday 13 May 2011 at
2014 May 16
2
SMS Capabilities
Hello Everyone, We have an order for SMS messaging. Can you gents and ladies be kind enough to disclose if SMS is possible using Asterisk? What is a quick way to test a `Hello World` to my cell. Finally, do all service providers support SMS messaging? Kind Regards, Jayson. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 29
3
Building Modules Against Xen Sources
I''m currently trying to build modules against the kernels created with Xen 3.0.5rc4. This used to not be such a problem, as Xen created a kernel directory and the built in it. Plain Jane, nothing fancy. I''ve noticed that somewhere since I did this (which was as recent as 3.0.4-1) the kernel build now does things a bit different. Apparently there is some sort of
2007 Dec 08
1
Strange GUI/GNOME Lockups
First, a hello to all! I recently moved to CentOS from Fedora on my primary desktop due to a desire to have a highly reliable stable desktop that would be supported long term without constant upgrades. I'll keep my laptop Fedora to see what's new, but I wanted CentOS to be my ultimate "stable" workstation. However, since installing CentOS 5.1 I have been plagued by a strange
2003 Apr 23
2
Call Queue Manager and DID Digits
I've been asked to create a graphical "call-queue" manager. That is, use the existing call queues application but allow a way to view what's coming and attach information to it. As far as the "attaching information" that's in the realm of my application, but I'm trying to figure out if the internals of queues are exposed through any interface. Any help there?
2008 Apr 06
8
Is XVD live resize possible?
Hi! Say I export an LVM logical volume from dom0 as /dev/xvda to the domU: disk = [ ''phy:xenimages/stan,xvda,w'' ] No I can lvresize xenimages/stan in dom0, but the domU stays ignorant of this change. How could I propagate the resize to the domU without rebooting or temporarily breaking its connection to /dev/xvda? Sort of a SCSI rescan, perhaps? -- Thanks, Feri.
2003 May 29
2
aastra pt480 and adsi
Ok, so I figured out my problem with my pt480s. But, now I have a few more. 1. When I dial into the voicemailmain or voicemailmain2 application, the phone and * start talking adsi, but then the phone tells me "programming download canceled, services is full.", but my services list isn't full, only "Asterisk PBX" occupies slot 2, slots 1, 3 and 4 are available. Any ideas?
2014 Feb 27
1
G729 Licensing Revisited - I'm Sorry!
Hello Everyone, We are looking to transition our 23 channels from testing/lab into production. During testing we used the free open source g729 license using the instructions found here: http://blog.manhag.org/2010/05/installing-the-free-g729-codec-for-asterisk/ A little more about our setup. All recordings have been converted to G729, all voicemail messages are also in G729, finally
2004 Dec 31
5
catch keystrokes
is it possible to intercept keystrokes using wxruby?
2014 Nov 19
1
Upgraded to 13 and now "Mailbox" is empty in sip show peers
Using realtime for SIP. Using standard DB schema. Tried mailbox as varchar(50) and bigint(10) "sip show peer XXX" shows "Mailbox: " (empty) So MWI isn't working This happened before when we tried to go up to 1.8, so we stayed at 1.4 We're forced to go to 13 now. Obviously a lack of MWI is a big issue for 500 units. Any idea why we're not getting it? We're
2009 Jan 29
4
Help understanding EVERYTHING
Team, I am trying to learn a GUI for Ruby and I picked wxRuby. The problem is that I am kind of slow learning this and I now feel frustrated after trying for about at least 7 hours. I am trying to design a simple Sudoku 9x9 grid to display numbers, 1 - 9, using buttons. I posted a question on Ruby forum ruby-talk and a gentleman, Alex Fenton, answered my questions. Alex gave me what appear to be
2007 Mar 06
10
Does XEN support crash carts?
While VNC is good enough, it doesn’t work if the NIC is down. So is there a way to switch amongst guest VM’s once a crash cart’s monitor/keyboard/mouse is attached to the video/USB/etc. ports (on the back of the physical box running XEN)? For the network down (out-of-band) emergencies, is there a way to switch amongst domain and/or guest VM consoles once a crash cart ‘terminal’
2005 Apr 03
4
BusyCursor probs in 0.6
The new block version of BusyCursor doesn''t work for me -- some actions in between the { braces } do not get carried out. To illustrate, I have taken the nothing.rbw sample app, and added a couple of lines to it, so the full code now reads: require ''wxruby'' include Wx class MyFrame < Wx::Frame def initialize(title) super(nil, -1, title) end end class
2007 Apr 29
8
wxruby unfriendly to other threads?
I''ve seen a few e-mails about multithreading with respect to wxruby but nothing recent. Unless I''m mistaken, and that may be, there still appear to be problems. The following code seems to hang my spawned thread in favor of the wxruby event loop: Thread.new do puts "in thread" loop do sleep 5 puts "looping" end end puts "main
2003 Apr 16
1
The Joys of ADSI
Hey Everybody, You may remember be as the one that was generally running in circles trying to get ADSI phones to work? Well, five phones later, I've got a phone and a code that works to program it. I have been discouraged from just posting it to an e-mail forum, but I have been encouraged to get it embedded in the program. Is this possible? How should it be done? Next, after getting it
2007 Jan 04
3
grid control example doesn''t work on osx.4
Hi, I am trying to use wxruby2-preview (0.0.38) on my intel macbook running os10.4.8. I am having a beast of a time running the examples in the tutorials. The super basic frame example worked but the simple grid tutorial bombs with the following message: ------ [WhiteGhost:~/tmp/wxStff] hjw$ ruby ./grid.rb /usr/local/lib/ruby/gems/1.8/gems/wxruby2-preview-0.0.38-i686-
2006 Aug 24
5
TreeCtrl background?
On my windows build, I just noticed that the background of my TextCtrl''s is grey by default, and when I try to set the default style I get the error: TestTextCtrl.rb:15:in `set_default_style'': undefined method `'' for #<Wxruby2::TextCtrl:0x360a0c4> (NoMethodError) from TestTextCtrl.rb:15:in `initialize'' from TestTextCtrl.rb:24:in
2008 Jun 27
2
Megatec and Belkin F6H550-UPS
Hi Jayson, I forward your request to the right place. Carlos (or some other) will have an answer, or at least some questions for you. -- Arnaud 2008/6/27 Jayson Anderson <jayson.anderson at gmail.com>: > Greetings Arnaud, > > I wrote you some time ago about whether NUT would support the Belkin > F6H550-UPS device in the future. > > You had replied and mentioned to send