Displaying 20 results from an estimated 3000 matches similar to: "adding things dynamically"
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and
"etc/threaded.rb" to build my first wxApp.
I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to
"Wx::FlexGridSizer").
I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time
of writing it''s growing only vertically.
And also how to get
2006 Dec 02
7
Gauge Problem with XRC?
Hi
I''ve just started using wxruby2-preview-0.0.36-i386-mswin32
outsourcing layout part to the external XRC file. Almost everything
seems to be fine. Only that I can never retrieve Gauge objects in the
main script. What I''ve been trying is something like this:
class MainFrame < Wx::Frame
include Wx
def initialize(parent)
super(nil,-1, "")
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
2004 Dec 17
14
WxRuby-SWIG and WxWidgets 2.5.x
A while back there was a discussion about what version of WxWidgets to
target with WxRuby-SWIG. I don''t remember seeing any resolution, but I
gather that thus far WxRuby-SWIG has continued to target 2.4.2, with
the thinking that WxRuby-SWIG would quickly mature to the point that it
could replace WxRuby, and once that was done the focus would shift to
working with 2.5.x.
2009 Jul 30
1
USGS stream flow data automatic download R
I don't even know if this is the right place to ask this question. I
would like to download USGS stream gauging data for a couple of gauges
on a daily basis- save the files to .csv files and append the nest
days time series to this. Is there a way to do this automatically in
R?
thanks,
--
Stephen Sefick
Let's not spend our time and resources thinking about things that are
so little or
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
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:
2008 Aug 24
1
Charting the rails - ZiYa gem 2.0.2 released...
Want to create some good looking interactive charts/gauges for your
rails applications ?
ZiYa was originally released as a rails plugin and as now involved
into a gem. More charts and many additional features were created to
make this gem even more powerful...
Check out ziya.liquidrail.com and liquidrail.com for the blog entry to
help you get started.
There is also a google group forum setup
2007 Apr 20
4
Change the mode of a list
Hello,
can anybody tell me a easy way to change the mode of an "aggregate list" to "numeric"?
I found a solution but I looks cruel.
Thank's
Felix
PS: In the past you have asked what I am doing. I have to evaluate measures of two
gauges of our university. The aim is to get an answer which one is better.
> mode(MEAN)
[1] "list"
> mode(MEASURE)
[1]
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
2004 Aug 01
2
nothing happens unless I move the mouse
Hi,
I tried to think of a good subject, but that was the best I could come
up with. Here is my problem (pretty much same as before).
I have a program I''ve written, and I want to write a wxRuby front end
for it. There are hooks in the program that call methods in the
wxRuby part of things, however, nothing happens in the actual program
unless I''m triggering events in the
2010 May 18
2
Function that is giving me a headache- any help appreciated (automatic read )
note: whole function is below- I am sure I am doing something silly.
when I use it like USGS(input="precipitation") it is choking on the
precip.1 <- subset(DF, precipitation!="NA")
b <- ddply(precip.1$precipitation, .(precip.1$gauge_name), cumsum)
DF.precip <- precip.1
DF.precip$precipitation <- b$.data
part, but runs fine outside of the function:
days=7
2005 May 26
1
Sourceforge CVS
The Shorewall CVS repository is now safely ensconced at Sourceforge.
http://sourceforge.net/cvs/?group_id=22587
Please note that unlike with the old repository here at shorewall.net,
at Sourceforge there is a delay in updating the ViewCVS (web) copy of
the repository. As a consequence, developer commits are not immediately
available for browsing with ViewCVS
2003 Mar 21
3
I've pulled the plug on viewcvs
While trying to get other work done on Motherfish-II, I couldn't help
but notice that machine load was over *200*, due entirely to the
viewCVS CGI. Either we were being DoSed via the cgi, or it's too
inefficient to even think about using.
Motherfish is a server intended for *core services only*. We've been
steadily forgetting that. Core services include CVS, mail and web.
They
2004 Aug 05
2
libraries needed to distribute app
Hi
I''m making an installer for my WxRuby app, using exerb. I''ve included
wxruby.so in the package, and it seems to work fine on my computer, but
are there any other dlls or whatever I''m likely to need, for example for
WxWidgets itself?
Cheers
alex
2023 Jul 26
1
plotly
Colleagues,
Here is my reproducible code.
library(plotly)
t <- list(
? family = "Arial",
? size = 12,
? color = "black",
? face="bold")
t3 <- list(
? family = "Arial",
? size = 12,
? color = "black",
? face="bold")
t5 <- list(
? family = "Arial",
? size = 12,
? color = "black",
? face="bold")
2010 Dec 09
0
How to obtain the both rsync progress ?
Hello,
I'm a French Student in for my project a need to use Rsync for a backup
solution and I have a problem.
I need to pick up the both RSYNC progress in same time, the classic
progress "files to files" ( with the option "--info=progress" ) and the
overall RSYNC progress with the option "--info=progress2".
I want to know if is possible to obtain this both
2009 Oct 06
1
ggplot2 applying a function based on facet
Look at the bottom of the message for my question
#here is a little function that I wrote
USGS <- function(input="discharge", days=7){
library(chron)
library(gsubfn)
#021973269 is the Waynesboro Gauge on the Savannah River Proper (SRS)
#02102908 is the Flat Creek Gauge (ftbrfcms)
#02133500 is the Drowning Creek (ftbrbmcm)
#02341800 is the Upatoi Creek Near Columbus (ftbn)
#02342500 is
2007 Jul 03
0
[LLVMdev] Question about Constant Expressions
On Tue, 3 Jul 2007, Anton Korobeynikov wrote:
>> We used to have a 'lowerconstantexpr' pass in transforms/scalar. I don't
>> know how to see deleted files in svn though.
> They should be "seen" in the certain revision, before they were deleted.
How can you see these in viewcv?
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
2007 Jul 03
4
[LLVMdev] Question about Constant Expressions
Chris,
> We used to have a 'lowerconstantexpr' pass in transforms/scalar. I don't
> know how to see deleted files in svn though.
They should be "seen" in the certain revision, before they were deleted.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.