similar to: Does wxRuby include Gizmos controls?

Displaying 20 results from an estimated 400 matches similar to: "Does wxRuby include Gizmos controls?"

2000 Apr 19
0
Entropy-gathering gizmos for Solaris? (fwd)
For those wondering about the Solaris random driver. -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work) ---------- Forwarded message ---------- Date: Wed, 19 Apr 2000 16:24:57 -0400 From: Don Davis <dtd at world.std.com> To: Jeff.Hodges at stanford.edu
2011 Sep 30
4
[LLVMdev] Exception Handling upgrade
Hi all, Is it too soon to start porting EH code to the new C++ API? Are there sample implementations? llvm.org/demo still uses the old EH gizmos. should we wait for 3.0 release? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110930/3bc09ea9/attachment.html>
2006 Sep 12
6
Scintilla
wxScintilla already comes with a SWIG friendly header file. I modified the rakewx and the Scintilla.i file to include it directly from the wxScintilla install. This means it''s an odd-ball compared to our other classes. Does anyone see a problem with this? I think it''s best to use the one supplied with the installation to avoid problems of the header file getting out of
2006 Nov 17
5
0.0.38 release?
Hi Should we look to do a 0.0.38 release soon? I think we should get an updated set of gems out there to show we are making progress. So if you have a moment over the next couple of days, please could you post how stable a release gem from SVN HEAD is on your OS? Linux seems OK on release, crashes in debug mode - which seem to relate to the same failed assertion from wx/event.h.
2007 Dec 28
2
controls within a wxTreeCtrl
What I''d like to be able to do is use a wxTreeCtrl to manage a tree layout of not only text, but several buttons which would line up adjacent to the text in the tree items. I''ve googled around a bit on this and it doesn''t seem straightforward, if it is possible at all. Can anyone provide any pointers for attempting this? In a simple ASCI schematic, it would be like
2006 Oct 24
8
tagged 0.0.37; release plans
Hi I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on how to do this, and how to checkout a clean version: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo For the build, I''m just about to upload a tarball, and will add a powerpc gem once the compiler''s chugged away. Please upload for your platform as you''re ready. I suggest we announce
2008 Jun 09
1
redfone fonebridge2
I'm looking for reports of recent experience with redfone fonebridge2 (with echo can) TDMoE gizmos. Anybody? Good? Bad? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080609/23aeddd6/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s
2011 Sep 30
0
[LLVMdev] Exception Handling upgrade
On Sep 30, 2011, at 11:02 AM, Charllls Alquarra wrote: > Hi all, > > Is it too soon to start porting EH code to the new C++ API? Nope! :-) > Are there sample implementations? llvm.org/demo still uses the old > EH gizmos. should we wait for 3.0 release? If you're using the LLVM APIs, then looking at how it's implemented in clang is a good start:
2005 Sep 15
5
wxScintilla vs. StyledTextControl
There is a contribution called ''stc'' (StyledTextControl) that comes with wxWidgets. It appears that this is -also- a wrapper around Scintilla. I can''t tell if one or the other of these two is a better choice or if there''s a particular reason to favor one over the other. I can see that having the source available right there in the contrib directory would
2007 May 23
3
Using gizmo as softphone for Linux
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Esta =?ISO-8859-1?Q?=E9?= uma parte de mensagem assinada digitalmente Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070523/441a4928/attachment.pgp
2006 Mar 15
2
Help with Gizmo from outside firewall
I've beaten myself bloody dealing with this one... No luck so far. In summary, incoming calls from Gizmo establish, but neither get nor send sound. Outbound calls to Gizmo work fine (well a bit choppy but work) My thought is that the SIP connection is being made fine, but the RTP is getting stopped / blocked / misdone somewhere. Here is the thing: Asterisk 2.5 on Linux (No hardware
2007 Mar 22
1
Gizmo project answers every call - can I use it in hunt group?
Hi, I've set up a Gizmo Project account for access on my Nokia E61 because they work through NAT. Trouble is If I include my gizmo account in an asterisk hunt group and I'm not connected (phone is off / outside wireless coverage) the gizmo project always answers. Either the call goes to voice mail or if I turn voicemail off the call gets answered by a recording saying I'm not
2005 Jul 21
6
Did anyone else get spammed by GIZMO?
Got an email this morning with the subject "Welcome to Gizmo Project". I didn't sign up with those yokels. Anyone else got spammed by them?
2009 Aug 05
1
Gizmo Dial Out No CALLED PARTY AUDIO??
Hi all, I'm using GIZMO with my asterisk (1.4.13) box ... I've had CALL IN for a while and it works fine .... I just added CALL OUT ... I have no problem with call setup ... the called party hears me ... but I can't hear them .... again if the call comes INTO the server both sides work fine. Just looking for some tips at where I should be looking .... firewall port forwarding ....
2006 Apr 24
9
Summer of Code for wxRuby?
Hi all, You''ve probably heard of Google''s Summer of Code. As this year Ruby Central is registered as a mentoring organisation, it is possible to do Ruby projects or work on existing ones, for example wxRuby :). I would be interested to work on wxRuby as a student. So, my question is, are there tasks that need to be done and would be suitable for a Summer of Code project? If
2004 Jul 16
4
Stumped on methods
I have been trying to write a "proper" print method for a package, and have almost gotten what I want. From a reading of the relevant section in R Extensions and the introduction to methods, I've stuck the whole business into a character object and used: NextMethod("print") However, instead of not printing quotes and displaying the usual representation of the string,
2008 Jan 14
15
How to get a Window handle from another app?
Hello, I would like to get a window handle from another app outside of wxRuby and convert it into a wxRuby Window handle so that I can use it as the parent Window for several wxRuby child windows. Basically I want to use the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become associated with the outside app kind of like toolbars, e.g., they don''t show up in the
2007 Apr 13
0
Asterisk, nat, gizmo and fwd
Hi there everyone! I use asterisk as a home pbx. My internet connection is a DSL one, and I have a Linksys WRT54G that nat things for me in a 192.168.X.X style network. I've installed asterisk on my mac, and tried several examples I've found on the net (voip-info, gizmo, etc.) about how to create a Gizmo and a FWD trunk. However, all my attempts failed. The FWD thing kinda
2009 Apr 02
1
Friday April 3rd Gizmo, OpenSky, Skype for Asterisk, SIP for Skype - where are they?
Hi All, At the usual time, 12 Noon ET on Friday April 3rd, we expect Michael Robertson to join the discussion to filed questions about OpenSky and Gizmo5. I have been testing all of these Skype to X methods except SIP for Skype since I have no word from them. I can tell you that we've had good results with bith Skype for Asterisk and OpenSky. In fact, I am currently accepting calls to my
2006 Apr 26
0
How to configure Asterisk to handle multiple Gizmo accounts?
Hello there, I'm having difficulties to configure Asterisk to handle multiple Gizmo accounts. Ideally, I'd like each account to go to a different context/extension. Can anyone help me out? Sample configurations are welcome!! Best, Leo