Hi I''ve added a page to the wiki to show some screenshots opf the wxRuby samples: http://wxruby.rubyforge.org/wiki/wiki.pl?ScreenShots I''d like to get some screenshots for OS X to add to this, if anyone could supply them please. It would be nice to show the minimal sample for all three platforms, plus perhaps some of the ones that aren''t included there. Also if you have a wxRuby app that you''d like to mention and show off on the website, drop me a line cheers alex
Hi, I''m not sure if somebody already answered. So I compiled the desired screenshots for OS X (10.4). Unfortunately the Scintilla sample does not work on my machine, so this screenshot is missing. Feel free to use the others for any purpose. Cheers, Gregor On 9/12/07, Alex Fenton <alex at pressure.to> wrote:> Hi > > I''ve added a page to the wiki to show some screenshots opf the wxRuby > samples: > > http://wxruby.rubyforge.org/wiki/wiki.pl?ScreenShots > > I''d like to get some screenshots for OS X to add to this, if anyone > could supply them please. It would be nice to show the minimal sample > for all three platforms, plus perhaps some of the ones that aren''t > included there. > > Also if you have a wxRuby app that you''d like to mention and show off on > the website, drop me a line > > cheers > alex > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >-------------- next part -------------- A non-text attachment was scrubbed... Name: wxruby screenshots.zip Type: application/zip Size: 262510 bytes Desc: not available Url : http://rubyforge.org/pipermail/wxruby-users/attachments/20070914/75fbc403/attachment-0001.zip
Yea I had problems with the Scintilla example as well. I don''t have time to report the error, but is anyone else having problems? On 9/14/07, Gregor Schmidt <ruby at schmidtwisser.de> wrote:> Hi, > > I''m not sure if somebody already answered. So I compiled the desired > screenshots for OS X (10.4). Unfortunately the Scintilla sample does > not work on my machine, so this screenshot is missing. > > Feel free to use the others for any purpose. > > Cheers, > > Gregor > > On 9/12/07, Alex Fenton <alex at pressure.to> wrote: > > Hi > > > > I''ve added a page to the wiki to show some screenshots opf the wxRuby > > samples: > > > > http://wxruby.rubyforge.org/wiki/wiki.pl?ScreenShots > > > > I''d like to get some screenshots for OS X to add to this, if anyone > > could supply them please. It would be nice to show the minimal sample > > for all three platforms, plus perhaps some of the ones that aren''t > > included there. > > > > Also if you have a wxRuby app that you''d like to mention and show off on > > the website, drop me a line > > > > cheers > > alex > > _______________________________________________ > > wxruby-users mailing list > > wxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/wxruby-users > > > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > >
On 9/14/07, Lance Carlson <lancecarlson at gmail.com> wrote:> Yea I had problems with the Scintilla example as well. I don''t have > time to report the error, but is anyone else having problems?I can report if you like. ------------------------- The error occured in the 1.9.0 gem and seems to be fixed in 1.9.1 ------------------------- I entered "ruby scintilla.rb" in the samples/text folder. This produced the following error: scintilla.rb:54:in `initialize'': uninitialized constant Wxruby2::Scintilla (NameError) from scintilla.rb:169:in `new'' from scintilla.rb:169:in `on_init'' from scintilla.rb:177:in `main_loop'' from scintilla.rb:177 line 54 reads: @sci = Wx::Scintilla.new(self) In the current gem the same line reads: @sci = Wx::StyledTextCtrl.new(self) Everything solved. Just update to the current version of the gem. Cheers, Gregor
Attached you may find an update of the minimal screenshot - now the window got focus - and a screenshot of the scintilla example app. Cheers, Gregor -------------- next part -------------- A non-text attachment was scrubbed... Name: wxruby screenshots update.zip Type: application/zip Size: 36277 bytes Desc: not available Url : http://rubyforge.org/pipermail/wxruby-users/attachments/20070914/73b4ea38/attachment-0001.zip
> ------------------------- > The error occured in the 1.9.0 gem and seems to be fixed in 1.9.1 > -------------------------If I remember correctly when I built the 1.9.0 gems for OS X (Intel & PPC) and Windows Scintilla was not included. With gem 1.9.1 and beyond Scintilla will be included standard, unless that decision is changed down the line for size reasons. If you do have problems with the 1.9.1 gem and Scintilla let us know. Thanks Sean
What did you use to take the screen shot? I used the grab window function in Preview.app and it would not grab the focus. I will try updating the pictures, yesterday I could not get it to work and had to have Alex do it for me. Thanks for the screenshots Sean On 9/14/07, Gregor Schmidt <ruby at schmidtwisser.de> wrote:> Attached you may find an update of the minimal screenshot - now the > window got focus - and a screenshot of the scintilla example app. > > Cheers, > > Gregor > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > >
On 9/14/07, Sean Long <sean.m.long at gmail.com> wrote:> What did you use to take the screen shot? I used the grab window > function in Preview.app and it would not grab the focus.I''m using a dashboard widget called Screenshot Plus. There is also a keyboard shortcut to capture the current window, but I always forget it. Cheers, Gregor
I''m using wxruby2 preview 0.0.40 and Scintilla isn''t working. Should I be using wxruby 1.9.1? On 9/15/07, Gregor Schmidt <ruby at schmidtwisser.de> wrote:> On 9/14/07, Sean Long <sean.m.long at gmail.com> wrote: > > What did you use to take the screen shot? I used the grab window > > function in Preview.app and it would not grab the focus. > > I''m using a dashboard widget called Screenshot Plus. There is also a > keyboard shortcut to capture the current window, but I always forget > it. > > Cheers, > > Gregor > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
Yes upgrading to wxRuby 1.9.1 will allow you to use Scintilla and also contains many fixes since the 0.0.40 release, mainly dealing with memory leaks and crashes. Sean On 9/15/07, Lance Carlson <lancecarlson at gmail.com> wrote:> I''m using wxruby2 preview 0.0.40 and Scintilla isn''t working. Should I > be using wxruby 1.9.1?
Found the shortcut: type CMD-SHIFT-4, then SPACE and select the window you want to take a picture of. Sean> I''m using a dashboard widget called Screenshot Plus. There is also a > keyboard shortcut to capture the current window, but I always forget > it. > > Cheers, > > Gregor > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
I was under the assumption that wxruby2-preview was the later release because it said wxruby2 haha... I guess this is not the case and 1.9.1 will continue to be the latest ? If this is true then somehow the wxruby2 release should be deprecated from the site to discourage users from downloading it. On 9/15/07, Sean Long <sean.m.long at gmail.com> wrote:> Found the shortcut: type CMD-SHIFT-4, then SPACE and select the window > you want to take a picture of. > > Sean > > > I''m using a dashboard widget called Screenshot Plus. There is also a > > keyboard shortcut to capture the current window, but I always forget > > it. > > > > Cheers, > > > > Gregor > > _______________________________________________ > > wxruby-users mailing list > > wxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/wxruby-users > > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
For me, on XP, its: Ctrl + Alt + Prt Screen // window w/focus Ctrl + Prt Screen // entire screen I too forget these;( But I do remember that it is some such combination, involving Prt Screen, and get the required one by experiment, whenever wanted. Alec In message <c2cd0d1d0709151224y21964892xef82bfcbfcd8c6ac at mail.gmail.com>, Sean Long <sean.m.long at gmail.com> writes>Found the shortcut: type CMD-SHIFT-4, then SPACE and select the window >you want to take a picture of. > >Sean > >> I''m using a dashboard widget called Screenshot Plus. There is also a >> keyboard shortcut to capture the current window, but I always forget >> it. >> >> Cheers, >> >> Gregor >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> >_______________________________________________ >wxruby-users mailing list >wxruby-users at rubyforge.org >http://rubyforge.org/mailman/listinfo/wxruby-users-- Alec Ross
Gregor, Just uploaded the pics you provided. Thanks Sean On 9/14/07, Gregor Schmidt <ruby at schmidtwisser.de> wrote:> Hi, > > I''m not sure if somebody already answered. So I compiled the desired > screenshots for OS X (10.4). Unfortunately the Scintilla sample does > not work on my machine, so this screenshot is missing. > > Feel free to use the others for any purpose. > > Cheers, > > Gregor > > On 9/12/07, Alex Fenton <alex at pressure.to> wrote: > > Hi > > > > I''ve added a page to the wiki to show some screenshots opf the wxRuby > > samples: > > > > http://wxruby.rubyforge.org/wiki/wiki.pl?ScreenShots > > > > I''d like to get some screenshots for OS X to add to this, if anyone > > could supply them please. It would be nice to show the minimal sample > > for all three platforms, plus perhaps some of the ones that aren''t > > included there. > > > > Also if you have a wxRuby app that you''d like to mention and show off on > > the website, drop me a line > > > > cheers > > alex > > _______________________________________________ > > wxruby-users mailing list > > wxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/wxruby-users > > > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > >
The old wxruby2-preview gems are no longer listed when using the gem command, thanks for pointing this confusion out. Sean On 9/15/07, Lance Carlson <lancecarlson at gmail.com> wrote:> I was under the assumption that wxruby2-preview was the later release > because it said wxruby2 haha... I guess this is not the case and 1.9.1 > will continue to be the latest ? If this is true then somehow the > wxruby2 release should be deprecated from the site to discourage users > from downloading it. > > On 9/15/07, Sean Long <sean.m.long at gmail.com> wrote: > > Found the shortcut: type CMD-SHIFT-4, then SPACE and select the window > > you want to take a picture of. > > > > Sean > > > > > I''m using a dashboard widget called Screenshot Plus. There is also a > > > keyboard shortcut to capture the current window, but I always forget > > > it. > > > > > > Cheers, > > > > > > Gregor > > > _______________________________________________ > > > wxruby-users mailing list > > > wxruby-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/wxruby-users > > > > > _______________________________________________ > > wxruby-users mailing list > > wxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/wxruby-users > > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >