Displaying 20 results from an estimated 400 matches similar to: "wxWebConnect - Web Browser Control Library for wxWidgets"
2009 Sep 10
1
App freezes on wxruby-19-2.0.1 on Windows, fine on Mac
With wxRuby-ruby19- v2.0.1, my app works well on Mac. But on Windows,
it freezes after typing up to a dozen of characters in a
StyledTextControl, mouse operations are fine. Once freezing, Ctrl+C
couldn''t end the process.
My env:
Windows XP
ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]
It might be specific to my application (no issues on Ruby 1.8 with
wxRuby 2.0.0
2008 Sep 09
3
drag_accept_files undefined in 1.9.8 (mingw32)
Hi,
I got "undefined method ''drag_accept_files'' for Wx::Frame"
The doc
(http://wxruby.rubyforge.org/doc/window.html#Window_dragacceptfiles)
indicates it''s available on Windows.
Thanks,
Zhimin
--
Posted via http://www.ruby-forum.com/.
2008 Aug 05
1
Wx::StatusBar set_status_widths returns argument error
Hi,
I added the following line in samples/wxStatusBar.rbw
set_status_widths(1, 100) # Doc: set_status_widths(Integer n, Integer
widths)
Got error:
wxStatusBar.rbw:17:in `set_status_widths'': wrong # of arguments(2 for
1) (ArgumentError)
wxRuby version: wxruby-1.9.6-x86-mingw32.
Thanks in advance.
Regards,
Zhimin
--
Posted via http://www.ruby-forum.com/.
2006 Oct 20
1
Good news on WxWidgets 2.8.0
Hi
Just tried out the most recent dev release (2.7.1) of WxWidgets.
The first bit of good news is that 2.7.1 has lots of attractive new
widgets, such as RichTextCtrl, pickers, and the AUI. This is an add-on
that''s now been merged into the core, and provides sophisticated things
like dockable toolbars, perspective layouts, semi-transparent dragging
etc. They seem to have brushed up
2009 Mar 31
15
Error: undefined method ''calc_min'' for #<Wx::IdleEvent>
Hi,
I occasionally had the following error when application in idle state.
Error: undefined method ''calc_min'' for #<Wx::IdleEvent:0xb115e44>
OS: WXMSW
Ruby Version: 1.8.6
wxRuby 2.0.0
Backtrace:
(eval):154:in `calc_min''
(eval):154:in `layout''
(eval):154:in `process_event''
(eval):154:in `on_run''
(eval):154:in
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
2008 Apr 30
3
pretty url
I want to write a permalink like /year/month/day/title, code is as follows:
self.permalink = "#{now.year}/#{now.month}/#{now.day}/#{title}"
in the view, I use restful url post_path(@post). And in the html source
code, the url is /posts/2008%2F4%2F30%2FTest
You can see, the ''/'' is replaced by "%2F", which is not I expect.
How not to replace the
2010 Nov 07
1
On Mac: undefined method `create_popup_menu' for #<Wx::TaskBarIcon>
Hi there,
I got the following error every time when I tried right clicking the app
icon on Dock.
Env: Mac OS X 10.6
wxRuby: wxruby-2.0.1-universal-darwin-9
Error: undefined method `create_popup_menu'' for
#<Wx::TaskBarIcon:0x1884be40>
Backtrace:
/Users/zhimin/Work/projects/testwise/vendor/source/darwin/gems/wxruby-2.0.1-universal-darwin-9/lib/wx/accessors.rb:50:in
2007 Apr 26
2
Bitmap in Toolbar display only a quarter of picture on Windows XP
I don''t know why the bitmap in toolbar displays only a quarter of picture on
Windows XP, but it displays OK on Ubuntu.
The attachments are results both on Windows XP and Ubuntu
--
flyerhzm@hotmail.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Apr 26
2
How to close Frame?
When I call frame.destory on Windows XP, I am told that
CodeLineStatistics/init.rb:5: [BUG] Segmentation fault
ruby 1.8.6 (2007-03-13) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application''s support team for more information.
What''s the correct way to close the frame?
--
flyerhzm@hotmail.com
2005 Dec 16
1
samba Active directory and SSO
Dear all,
I guess there were a lot of posts about this subject, but Im really stuck
& prefer start a new thread hoping that some of you
won't mind re-posting to help the Samba NewBie that I am.
well, here is my situation:
- more than 1000 users on a hetegenous network, One Domain & the need to
keep only one.
- I need my Linux Boxes' users to get authenticated against a single
2001 Apr 16
1
Help with plotting error bars in R
Hi,
I'm sorry to send email to everyone on this list, but I have a simple question
which is bothering me and I can't seem to figure out the correct answer. I
just downloaded R and I'm trying to reproduce some simple analysis I've done
on other packages. In particular, if I have a vector of experimental values
and a vector of their uncertainties, is there a way to plot the
2009 Dec 11
2
Closing event on a Notebook page.
How do I catch a closing event for a Notebook page.
I have added a number of pages (class Panel) to a Notebook and I
can remove them via the default close button on the pane.
But I what to run some code before the page(Panel) is closed,
so I assumed that it gets a ''evt_close'', but that seems not to be
the case.
How do I get to run some code before the page(Panel) closes?
2000 Nov 08
4
How to plot error bars
I'm a newcomer to R. I can't seem to find any documentation how to add
error bars to points in scatter plots. I guess I could plot the points,
then compute and plot line segments in the X and/or Y directions to
represent the errors?
- Mike
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2007 Nov 21
6
MediaCtrl
Hi.
Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only
tested on windows (compiled with msvc 6.0).
Everything seems to be working fine except for a small problem with a
few functions:
wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart);
wxFileOffset Tell(); //FIXME: This should be const
wxFileOffset Length(); //FIXME: This should be const
2002 Jan 25
4
How to add error bars to plot(x,y)in R?
Dear R Experts,
Is there a way in R to add an error bar (say in the y direction) for each data point?
Thanks
Ming Chow
--
__________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",
2002 Jan 25
4
How to add error bars to plot(x,y)in R?
Dear R Experts,
Is there a way in R to add an error bar (say in the y direction) for each data point?
Thanks
Ming Chow
--
__________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",
2007 May 21
13
First drop of new memory management
Hi
Just a quick update on memory leaks etc. I''ve just dropped a bunch of
patches with a new approach to linking ruby''s GC to Wx''s memory
handling. Still some work to do - eg bigdemo.rb falls over quite quickly
- but working well for me on other samples.
Briefly, it disposes of fixdeleting. For almost all objects that aren''t
Windows, they should now be
2010 Jan 17
3
Does wxRuby include Gizmos controls?
Hi,
I''m starting to use wxRuby for personal projects.
Originally, I used wxPython in my company because they don''t want to
install the Ruby environment just for me... But at home, I still
prefer the Ruby language...
So, wxWidgets is a great library, but wxPythons add some intersting stuff.
I''m specially interested by the TreeListCtrl. it seems that this
control
2001 May 24
2
New Package: gregmisc
I've thrown a couple of useful functions into a new package "gregmisc" and
uploaded them to ftp://ftp.ci.tuwien.ac.at/incoming/gregmisc_0.1.1.tgz
Here's DESCRIPTION:
Package: gregmisc
Description: Misc Functions written/maintained by Gregory R. Warnes
Title: Greg's Miscellaneous Functions
Version: 0.1
Date: 2001/05/24
Depends: R
Maintainer: Gregory R. Warnes