Displaying 20 results from an estimated 500 matches similar to: "nothing happens unless I move the mouse"
2004 Jul 23
3
Problems using network code and trying to add a GUI
Hi folks, I''m new to wxRuby, but I''ve heard so many great things about
wx that I wanted to try it for a program I''m trying to write.
What I want is this:
I have an application (server) that will accept connections from
clients through TCP, which then play a game through it. As things
change in the game (players coming and going, games being won and
lost), I want
2011 Apr 27
0
Has anybody been able to install CDR-Stats all the way through?
I have been trying to install cdr-stats for a week now, but there is no
documentation worth the try and the amount of errors is huge. CUrrently
stuck running
python manage.py runserver 0.0.0.0:8000
I get
python manage.py runserver 0.0.0.0:8000
Error: No module named dilla
When starting apache, I get
# /etc/init.d/apache2 start
* Starting web server
apache2
2016 Jun 09
3
getGraphicsEvent on X11 and event queuing
Hi Frederik,
>>>>> <frederik at ofb.net>
>>>>> on Tue, 7 Jun 2016 15:20:05 -0700 writes:
> ... I just realized that setGraphicsEventHandlers or
> getGraphicsEvent could have an 'onIdle' callback, to be
> called somewhere in the polling loop of gevents.c:163 - I
> think this would solve my problem #2 in a minimally
2016 Nov 14
2
getGraphicsEvent() alternative for cairo graphics device?
Great. Thanks!
Paul
On 14/11/16 13:41, frederik at ofb.net wrote:
> Hi Paul,
>
> Thank you, for some reason I didn't seem to get an email notification
> for your bugzilla comment!
>
> I will try to send you something shortly.
>
> Frederick
>
> On Mon, Nov 14, 2016 at 08:55:20AM +1300, Paul Murrell wrote:
>> Hi
>>
>> The current status is that
2016 Jun 07
2
getGraphicsEvent on X11 and event queuing
Hi R-Devel,
I've been working on an oscilloscope project using an Arduino
microcontroller board. I found that it's quite easy to get realtime
updates, e.g. 30+ frames per second, if I read data from the board in
a little Rcpp library. I have to use dev.hold() and dev.flush() to
keep the plot from flickering, which restricts me to the "cairo" X11
device.
I'd like to be able
2004 Aug 03
1
Drawing
Anyone know how to draw in wxRuby? I want to draw a graph, and have
it update as new data comes in. I see stuff about Device Contexts,
but I can''t find anything about how to use them, associate them with a
panel, or anything like that.
-Kurt
2004 Aug 03
1
adding things dynamically
Another question:
If I have a panel that contains a sizer that contains, for example,
some number of gauges, and I want to add another gauge on-the-fly, can
I do that?
Every time I try modifying things at run-time, it just messes everything up.
-Kurt
2019 Aug 08
2
LNT server function perf profile comparison
Hi!
I have implemented a security feature in LLVM and now I want to evaluate the performance impact by comparing the perf profile of the originally compiled program and the modified program. For that I have run a benchmark with lnt runtest test-suite and -use-perf=all. I can compare the recorded counters in the lnt runserver webinterface perfectly fine with the side by side comparison. However,
2006 Jun 16
15
Mongrel_rails restart and sudo
Sorry for the newbie question but I''m stumped:
I have an app that requires sudo to run mongrel_rails. For my capistrano
recipe is do it like this:
sudo "mongrel_rails start -e production -p #{application_port} -d -c
#{current_path}"
Which works famously.
Now I have tried several things for my restart task. Here they are:
sudo "cd #{current_path} && sudo
2007 Jan 23
0
Refreshing the GUI and packing images
Dear all
I'm developing a grafical interface for Geneland that is presently one of the
R packages available.
My first question is about refreshing the interface while running a very long
process.
run<-function(){
? ? ? ? tttry <- tktoplevel()
? ? ? ? tkwm.geometry(tttry, "+200+200")
? ? ? ? tkwm.title(tttry,"wait")
? ? ? ?
2007 Jul 20
0
[1124] trunk/wxruby2/samples/bigdemo/wxGauge.rbw: Use Wx::Timer instead of evt_idle to drive Gauge sample, to avoid 100%
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2016 Nov 14
0
getGraphicsEvent() alternative for cairo graphics device?
Hi Paul,
OK I tried not to make the examples too fancy.
Please let me know what you think. They should probably be amended to
support the Windows platform, but I think that task would be much
easier for someone with access to Windows...
By the way I'm Cc'ing Mark O'Connell who shared with me some great
getGraphicsEvent examples - well, I found them useful, perhaps if
these are going
2008 Jan 08
28
1.9.3 release, rakefile
Hi
I''d like to put out a 1.9.3 release perhaps later this week/weekend. If
you have a chance to test the build and samples esp with latest
rubygems, please do.
There are still some bugs on the list, and samples to do, but this
should address all the build/install probs that have come up. And it
would be good to get some testing and feedback on some of the new classes.
A note on the
2006 Oct 06
0
Two upstream gateways, only use one unless it fails?
I''m looking at setting up a system with two upstream Internet routers,
the second to be used only if the first fails.
There''s a lot of information on using Julian''s patches (the nano
document), and I''m still digesting all of it. It looks pretty slick,
and I think it will work...but I don''t see if I can actually set up
multipath and have the kernel not
2006 Feb 02
1
redirect :back unless members controller?
I''d like to do something like this when members log out:
redirect_to :back unless :back.controller==''members'' (then redirect to
main site index)
Anybody know a way?
Thanks
csn
--
Posted via http://www.ruby-forum.com/.
2005 Dec 19
1
<% unless params[:context] == :gallery -%> question
I have a template that is called by two different methods. I only want
part of it too show up when it is called from one of the methods. It
always shows up for me. Can someone help to point out my error? Below
is the method that should keep part of the tempate from printing, and
the relevent part of the template.
method:
def gallery
@product_pages,@products = paginate(:products,
2012 Jul 16
1
config.force_ssl :unless => :tor_hidden_service
Not sure where to patch this, but: config.force_ssl should be inactive for
tor hidden services (for those, ssl can if anything be worse).
Any suggestions?
One way to do it would be to check for whether the TLD is .onion. There may
be some gotchas with e.g. cookies or similar bits, for sites that operate
both as HTTPS and Tor hidden service (which is what I''m trying to set up).
- Sai
2006 Jul 05
0
Oplocks not taking place at all unless fake oplocks = yes - Update
I've modified the contention limit in attempt to troubleshoot this, thinking that perhaps the client may be requesting multiple oplocks for whatever reason. The client is still not getting an oplock without specifying 'fake oplocks = yes'. I'm open to any ideas for troubleshooting. I've also checked to see if oplocks are explicitly disabled on the client, and they are not.
2011 Dec 05
1
Keyboard doesn't work unless..
Keyboard doesn't work unless one of either ctrl is pressed down.However it's not reasonable for you to keeping doing this while playing games.
I've upgraded my system from Fedora14 to 16 recently.(Excactly reinstalled)
This issue seems likely caused by Gnome3,but not enough evidence for the
assumption.
I didn't change any key maping after the system upgrade,just left it default.
2009 Jan 06
1
[PATCH] Do not print `***'' when compiling unless we fall over
This has finally bugged me enough to do something about it:
make prints `***'' when it stops due to an error. With make -j, and/or
with automated build systems, this error marker can be in the middle
of a large logfile. It is useful to be able to search for it.
Therefore change occurrences of `*'' to `#'' for information and warning
messages. `***'' is reserved