Displaying 20 results from an estimated 5000 matches similar to: "wxruby2-preview 0.0.38 released"
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
First of all, just wanted to say big thanks for all the great work on
wxruby2 .. I''ve been a user of 0.6 for a long time and its proved very
useful over the years. It''s great to finally have a multi-platform, gem
installable ui toolkit that doesn''t suck!
Secondly, thanks also for wx-sugar. I was drowning in sizers and started
to write my own layout library ... but
2007 Mar 22
1
WxSugar 0.1.14 is released
Hi
I''m pleased to announce that a new version WxSugar is now available from
http://rubyforge.org/frs/?group_id=35&release_id=10569
= CHANGES =
* Can now just do "require ''wx_sugar''" to load all behaviours
* Added ''find_window'' and ''descendants'' methods to Wx::Window
* :name and :validator constructor arguments now work
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote:
> I''m a big fan of automated UI testing (i.e. driving the UI from some
robot API). I appreciate this
> is potentially a whole new project, but does wxwidgets provide a
method of clicking buttons,
> typing into components ... if so, would it be technically possible to
expose this in wxruby.
I like automated UI testing too, but
2007 Apr 02
2
Re: Test driving WxRuby2 apps
Apologies, I think the gem attachment may have been stripped from my
original mail, so I''ve uploaded it to rubyforge under a new ''wxextra''s
project:
http://rubyforge.org/projects/wxextras/
(direct link:
http://rubyforge.org/frs/download.php/19183/nobbie-wx-preview-0.0.1.gem)
p.
============================================================
Before I forget, thanks
2006 Dec 18
3
getting url from evt_text_url event
paul.allton at uk.bnpparibas.com wrote:
> TextCtrl on windows supports the TE_RICH and TE_AUTO_URL styles, but
I cannot seem
> to extract the url from the generated evt_text_url event. Is this
not supported or am
> I just not asking the right question of it?
It seems there is a class specifically for this in WxWidgets, called
TextUrlEvent, which includes methods for retrieving
2013 Apr 26
1
Partner node reboot issue
Dear Team, I came across one problem in Oracle RAC Database server with
OCFS2 file system.
When I manually un-plug the Ethernet cable of primary node, the secondary
node automatically restarted.
Regards,
Yuvrajsinh Chauhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 26
8
Advanced text editor developed with WxRuby
I just joined this list, have info to share, and some questions.
As background, I happen to be a blind person who uses a screen reader
utility to operate
the computer. I use the keyboard rather than mouse for input and the
screen reader, called JAWS, provides output in synthetic speech. This
generally works well for standard or common controls of Windows, which
WxWidgets wraps (since they are
2005 Mar 09
1
°Eric Moos/SYSTEM/FRANKFURT/BFI/BNP is out of the office.
I will be out of the office starting 09.03.2005 and will not return until
14.03.2005.
I will respond to your message when I return.
In urgent cases please contact Mr. Michael Klein
(michael.klein@bnpparibas.com) +49(0)6971936960.
With kind regards,
Eric Moos
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive
2005 May 25
1
°Eric Moos/SYSTEM/FRANKFURT/BFI/BNP is out of the office.
I will be out of the office starting 25.05.2005 and will not return until
26.05.2005.
I will respond to your message when I return.
In urgent cases please contact Mr. Michael Klein
(michael.klein@bnpparibas.com) +49(0)6971936960.
With kind regards,
Eric Moos
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive
2007 Apr 04
1
wx layout with sugar
I''m sure this will be user error on my part, but I can''t seem to get the
following to layout properly.
Basically, I want the p1 to fill the available space and p2 to be as small
as possible (with the root panel filling all the available space). With
the following code, the buttons in the p2 end up being truncated, (i.e.
the bottom line is missing).
Where am I going
2003 Jan 15
1
Least Absolute Deviation
Dear all,
I try to fit least absolute deviation (LAD) regression with R. I couldn't
find any command to carry out LAD. What I am doing now is using nlm() and
setting the function argument to minimize the sum of the absolute
deviation. But for some data it keeps giving out the error message: Error
in nlm(absdev, b.start) : non-finite value supplied by nlm. (there is no na
in my dataset.)
I
2006 Nov 19
1
TaskBarIcon i wxruby2-preview gem
Hi!
I would like to use the Wx::TaskBarIcon class, but it does not seem to be
present in my installation.
I''m using the latest "wxruby2-preview" gem. From browsing the mailing lists
it seems as if this class was added
quite recently, so I guess it is not yet included in the gem.
So my questions are:
When will this class be available in the gem package?
Until then, do I have
2003 Jan 28
2
symbol
Dear R helpers
I would like to make a plot where the symbols were the numbers
of the corresponding classes, i.e, samples of class 1 would the
symbol 1, samples of class 2 would have symbol 2,....
Is this possible?
Thank you
Luis
--
Kit SAPO.ADSL.PT Apenas 50 ?.
Adira j? em http://www.sapo.pt/kitadsl
2007 Jan 03
12
instalation problem
Hi
Im testing wxRuby. I have a problem when ruby try to load the load wx.
Im newbie to ruby, maybe a make a simple mistake :
Best regards.
Install wxRuby--------------------------------------------------------------
pedro@la-vaca-azul:~$ sudo gem install wxruby2-preview
Need to update 2 gems from http://gems.rubyforge.org
..
complete
Select which gem to install for your platform (i486-linux)
2006 Nov 29
5
wxSugar control problem
I''m using wx_sugar 0.1.2 with wxruby2-preview 0.0.37 on OSX and am
coming up with an error when trying to create a SpinCtrl (and quite a
few others have exactly the same prob.):
#file date_picker.rb
class DatePicker < Wx::Dialog
def initialize
super(nil, :title => "Pick a date...")
@cal = Wx::CalendarCtrl.new(self)
add(@cal)
#works fine up to
2007 Oct 23
6
wxRuby 1.9.2
I''m happy to announce that wxRuby 1.9.2 is now available from Rubyforge.
As usual we''ve got source and binary gems for Win32, OS X and Linux:
http://rubyforge.org/frs/?group_id=35
or
gem install wxruby
== WHAT''S NEW ==
This release has a mix of new syntax features, new classes, and lots of
minor fixes and additions
* New shorter syntax for event handlers
* New
2002 Nov 20
3
FW: using R under windows
I am used to using R under unix. I have a problem with R
under Windows-2000:
Suppose I have a plain text file code.r full of R code
that I want to source into R. My problem is that Windows
invisibly tacks ".txt" onto the end of the filename (the name
looks like code.r but it is really code.r.txt). How to get
windows to both allow me to call it code.r (for real! Not
2006 Nov 28
2
(no subject)
I''m using wx_sugar 0.1.2 with wxruby2-preview 0.0.37 on OSX and am
coming up with a strange error when trying to create a SpinCtrl:
class DatePicker < Wx::Dialog
def initialize
super(nil, :title => "Pick a date...")
arrange_vertically(:padding => 5)
@month = Wx::SpinCtrl.new(self) # line 19
add(@month)
end
end
gives error:
2007 Jun 12
4
fichier wxruby2
Bonjour, je voulais savoir si il est possible d''installer les fichiers wxruby2 ailleurs que dans les dossiers habituel et sans se servir de rubygems?
car j''aimerais pouvoir les déplacés.
Merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2009 Nov 23
1
xrcise not working
Hi. I''m back. Unfortunately I can''t get xrcise working. Here is the
sample xrc file and the resulting error messages:
=============== TestWxFb.xrc =========================================
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">