Displaying 20 results from an estimated 300 matches similar to: "drag_accept_files undefined in 1.9.8 (mingw32)"
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
2009 Jul 12
1
wxWebConnect - Web Browser Control Library for wxWidgets
wxWebConnect Project - Web Browser Control Library for wxWidgets
http://www.kirix.com/labs/wxwebconnect.html
Found it from wxWidgets home page, downloaded the sample app, and
impressed.
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/.
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 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
2011 Mar 15
0
wxStyledTextCtrl: how to set caret at begining of a selection?
Hi there,
I was trying to select text backwards in a StyledTextCtrl, i.e, want the
caret to be in the front, not at the end of selection, however
unsucessful.
My code like this:
set_selection_end(11)
set_selection_start(5)
Any suggestions? thanks in advance.
Zhimin
--
Posted via http://www.ruby-forum.com/.
2009 Jun 04
0
Wx::AuiNotebook.delete_page Segmentation fault
Hi,
I got the following error several times (while working most of time), I
couldn''t create repeatable test case.
main_frame.rb:1765: [BUG] Segmentation fault ruby 1.8.6 (2008-03-03)
[i386-mswin32]
line 1765: @notebook_content.delete_page(0) if @notebook_content
Env: Ruby 1.8.6 p114, wxRuby 2.0 msin32 on Windows XP
Zhimin
--
Posted via http://www.ruby-forum.com/.
2007 May 01
1
Text of Status Bar always disappear
The first time I create the status bar by call
@sb = create_status_bar
@sb.set_status_text(''Welcome to use Code Line Statistics'')
it works perfect. But when I click a tool bar button that trigger an event,
and call
@sb.set_status_text(''Finish'')
if the mouse is on the button, the text of status bar is "Finish"; but once
the mouse is out of the
2007 May 01
1
How to insert item to ListCtrl
The only way I know to use ListCtrl is to call ListCtrl#set_item_count and
define a callback function on_get_item_text(item, col)
How can I insert Listitem one by one, that each Listitem is composed with
several string
--
flyerhzm@hotmail.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jun 25
2
Problem
This is the source code generated by SaltedLoginGenerator
@params[''user''].delete(''form'')
Can anybody explain what the delete message do?
--
http://sourceforge.net/projects/mycodeline/
http://rubyforge.org/projects/ropenwiki/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2012 May 22
1
rails-brakeman.com, an online service to find security issues in your rails projects
Hi,
I just released rails-brakeman.com, it is an online service to find
security issues in your rails projects, it works based on Justin''s great
gem brakeman <https://github.com/presidentbeef/brakeman>.
Rails developers always write code fast, but sometimes they leave some
security issues in their rails project. Do you still remember mass
assignment issues from github? Using
2008 Sep 04
0
wxRuby 1.9.8, windows gem available
Hi
A binary wxRuby 1.9.8 gem for Ruby 1.8 on Windows is now available from
http://rubyforge.org/frs/?group_id=35
or by doing "gem install wxruby"
This should be significantly better than 1.9.7, so upgrading is recommended.
Sorry for the delay; it took a while to find the most suitable compiler
version. This was built with MSVC 7.1 (Visual Studio 2003).
alex
2016 Apr 15
0
Wine release 1.9.8
The Wine development release 1.9.8 is now available.
What's new in this release (see below for details):
- More work towards the WineD3D command stream.
- Bug fix update of the Mono engine.
- More WebServices reader support.
- Still more Shader Model 5 support.
- Support for gradients in metafiles.
- Improved table formatting in WinHelp.
- Various bug fixes.
The source is
2010 Jun 02
0
Segmentation fault on paste a long text into Scintilla
Hi there,
In bundled samples\scintilla.rb, paste a long one-line text (see below)
caused segmentation fault
scintilla.rb:166: [BUG] Segmentation fault
ruby 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32]
However, It was Ok if not including last 100 or so characters (worked on
13100 characters).
Cheers,
Zhimin
-- text copied
<tbody><tr><td
2010 Jan 21
0
[ wxruby-Bugs-27716 ] ruby 1.9.1p243 [i386-mingw32] not compile with wxWidgests 2.8.10
Bugs item #27716, was opened at 21/01/2010 13:39
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=27716&group_id=35
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Carlo Bertini (waydotnet)
Assigned to: Nobody (None)
Summary: ruby 1.9.1p243 [i386-mingw32] not compile with wxWidgests 2.8.10
Initial Comment:
2009 Aug 05
1
Re: mingw32 library compatibility
Hi Fabio
Fabio Petrucci wrote:
> is the mingw32 wxruby distribution
> http://rubyforge.org/frs/download.php/52487/wxruby-ruby19-2.0.0-x86-mingw32.gem
> compatible with
> mingw32 ruby 1.9.1 installer provided by Luis Lavena
> http://rubyinstaller.org/downloads/ ?
I think it is - I believe that''s the MingW-ruby19 distribution that''s
used to build wxruby-2.0.0
2008 Jan 23
1
crossbuilding packages with mingw32
Hi,
Does anybody have experience building windows packages in Debian? I
think the mingw32 package is the ticket for it. In the past, I've done
this using the procedure on the R News article (Building Microsoft
Windows versions of R and R packages under Intel Linux), but it seems it
should be possible with mingw32 directly. Any tips on what to read?
Thanks.
Cheers,
--
Seb