Displaying 20 results from an estimated 2000 matches similar to: "catch keystrokes"
2007 Aug 23
7
TaskBarIcon gives Typerror
Hi,
I''m working with wxruby since 2 days but next to this Wiki: http://wxruby.rubyforge.org/wiki/wiki.pl and this Doc: http://wxruby.rubyforge.org/doc/ I couldn''t find something usefull for it. Also del.icio.us has no intresting links. Do you know any good website or book about wxruby?
My problem at the moment is, I wanna test the TaskBarIcon on Gnome and so I did:
2006 Sep 17
1
run.rb
This is a first stab at a run.rb file that will let you run a sample in
the bigdemo directory by itself.
You have to add the following to the bottom of every sample file:
if __FILE__ == $0
load "run.rb"
run(File.basename($0))
end
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
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-
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
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
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
2005 Aug 17
7
Volunteer requested: Implement SplitterWindow
About a year ago (ouch!), Robert Carlin submitted a ported version of
the wxPython demo/sample. I hoped to include it in wxruby2, but it
relies on SplitterWindow, which isn''t in wxruby2 yet.
I tried to implement SplitterWindow myself, but got such strange results
that I''m thinking I did something wrong. Even though the generated C++
code specified a variable number of
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
2010 Jul 13
2
Capture Keystrokes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi List,
This may be a little of an unorthodox question as it somewhat defeats
the purpose of encryption, but I'm currently attempting to put together
a high-interactive iPhone honeypot project as part of my thesis for a
masters course in security and forensics. The project blog is located at
http://iphonehoneypot.wordpress.com which details the
2008 Sep 17
3
unix-type commandline keystrokes in the windows RGUI
Hi all,
I am generally quite fond of the unix commandline keystrokes (e.g. searching
back in your history with [CTRL]-R, and cutting/pasting with [CTRL]-K/Y)
which work in the R commandline in *nix. Does anyone know if there's any
way to get similar functionality in the Windows RGUI?
I know that as of now, [CTRL]-A and -E do the same as unix (beginning and
end of line) and [CTRL]-Y does a
2004 Nov 18
17
Wx::Grid Questions ...
I am trying to use a grid widget in my application, but run into a
number of issues:
-- Can they be placed in a panel? Or better yet, placed in sizer with
other controls? I have only been able to place a grid inside a frame.
-- Can you designate multiple rows (or columns) as being used for labels?
-- Can you create cells that span cols (or rows)?
-- What events are available to trigger on? How
2007 Oct 13
3
Newbie can''t get sample/etc/wizard.rb to work
Hello,
I''ve downloaded wxruby onto windows (ruby 1.8.6 (2007-03-13 patchlevel 0)
[i386-mswin32]).
All samples are working fine, except for wizard.rb, which gets:
C:/Program
Files/ruby/lib/ruby/gems/1.8/gems/wxruby-1.9.1-i386-mswin32/lib/wx/keyword_ctors.rb:201:in
`initialize'': Error initializing #<Wx::Wizard:0x2f3fed8> (ArgumentError)
Sent parameters:
2009 Feb 05
4
wxRuby - Segmentation fault
# Windows XP Professional + SP3
# ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
# wxruby (1.9.9)
If you can tell me how to update to 1.9.10, I''d be happy to run
this and a few other tests. Also, if I should be posting bugs
somewhere else, please let me know.
Here''s a bit of code to reproduce a seg fault:
-----------------------------------------------------------
2014 Sep 06
3
keystrokes
> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
> > Hello Syslinux Team,
> >
> > What actions are _supposed_ to be triggered by each of:
> >
> > [Ctrl-J]
> > [Ctrl-M]
> >
> > in the Syslinux command line in version 6.03-pre20?
>
> They should do nothing special but either might be interpreted like an
2005 Nov 14
1
keystrokes from browser
Gmail has keystrokes now and I''m kind of jealous. What javascript
library are they using? Any tips or leads on helper functions?
-Mike
2011 Sep 30
1
Software passing mouse clicks and keystrokes back to X
I have a remote mouse/keyboard app for my iphone and the PC software can move the mouse but does not pass mouse clicks or keystrokes to applications other than those running under WINE. Does anyone know of any way around this?
Thanks,
Justin
2001 Aug 06
1
Sending Keystrokes to a window
Is there any way of sending a set of keystrokes to a window, from a
command line function.
Eg.
$ wine "c:\MyApplication.exe" &> logfile.log &
$ send.key.shell/perl.script
where send.key.shell/perl.scrip will send keystorkes to the wine program
depending on the results of the log file.
Cheers,
Rasjid.
2007 Sep 27
10
Adding more sugar to wxSugar
Hi all,
New wxRuby event handling offers the choice between using blocks or
methods seamlessly and easily. This is great respectively for simple
app and more complex app.
Nevertheless, currently the creation of an application, a frame, or a
dialog is very tedious for simple app :
- you need to create a subclass of Wx::App, Wx::Frame ...
- you need to put the initialization code in the initialize
2007 Jul 22
1
is there kiosk mode for firefox?
Is there kiosk mode for firefox in linux, like the IE kiosk mode in windows?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070722/b2222c4c/attachment.html>
2006 Dec 04
2
Cyber Cafe Pro on Linux
Hi,
I'm running an internet cafe using Cyber Cafe Pro software. This software is design soley for Windows platforms. We're constantly experiencing problems with Windows with regards to viruses and stability issues. Recently, we lost all our data and had to re-install.
May you please help us in flawlessly porting this application so that it can run on Linux both on the server and client