Displaying 20 results from an estimated 10000 matches similar to: "Adding to the wiki"
2004 May 16
1
RE: wxGrid example
Kevin, should we check this in to CVS as one of the our distributed samples?
Curt
-----Original Message-----
From: Shashank Date [mailto:sdate@everestkc.net]
Sent: Sunday, May 16, 2004 4:30 PM
To: wxruby-users@rubyforge.org
Cc: curt@hibbs.com
Subject: wxGrid example
I am using the binary install of wxRuby 0.3.0 on WinXP(Home)
I could not find an example of using wxGrid, so I
2004 Jul 12
28
Windows compilation problems
Last week I was struggling to get xrc built into wxRuby and finally got
it to compile. The problem I am now having is that the normal samples
are not working at all (have not even tried any xrc stuff yet). So to
test if it is a problem with xrc or my build process I tried compiling
wxRuby without XRC, this caused the same error to be printed out as the
failed XRC build.
The output (in both
2004 Jul 07
2
wxGrid Event handling work around?
Hi wxRuby gurus,
I remember a while back, Zach Dennis was working on a mini Spreadsheet app using wxGrid when the issue of lack of wxGrid event handling was discussed. I think Kevin (or Assaph?) had suggested some workarounds until the Swig based version is out. Could not figure out from the archives exactly what the final resolution was, but I am stuck at the same spot and am desperately in need
2004 Nov 21
7
wxRuby 0.6.0 is released!
wxRuby 0.6.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.
Changes in this release include:
* Additional widget support in XRC (thanks to Marshall Elfstrand)
* Addition of wxScrollbar (thanks to Hans Harmon of Pinnacle
Technologies Inc)
* Addition of wxGrid event handlers (thanks
2005 Aug 31
5
Re: event handlers for wxGrid
I got a warning from the list about the attachments being too big so I
am not sure if the original went through. So here is a zip of the
files.
Sean
On 8/30/05, Sean Long <sean.m.long@gmail.com> wrote:
> I added all the event handlers for wxGrid. These patches also have
> changes from my previous patches that have not been commited yet
> (choicebook). wxGrid is actually getting
2004 Jun 02
13
wxGrid Question
When operating with a wxGrid is there a way to get a reference to the
TextCtrl field that is created when you start typing in a cell.
Also is there a way to get mouse events to work with a wxGrid, so far I
can''t get any of them to work. I had tried various combo''s of:
@grid.evt_left_down(){ |event|
puts "Left mouse is down"; }
using evt_left_down, evt_left_up,
2005 Aug 20
1
patches for wxGridCell*Renderer and wxGridCell*Editor
I added a bunch of *.i files to get the cell renderers and editors
working for wxGrid. I still have a problem when switching cells in the
grid but I think that is a problem with wxGrid, will look into it.
In the process I found a bug in a typemap for wxArrayString & that I
am surprised we did not find earlier. ($input = Qnil) should be
($input == Qnil), big difference. Also added a type check
2003 Nov 11
4
Wiki?
I guess this is mostly for Curt, but I wanted to toss it out there. I
could really use a wiki to capture the information that gets posted to
this list. Eventually we''ll want FAQ''s and HOWTO''s, as well as a "real"
manual, and the wiki is great for collecting raw material. Also, we
should have links to related projects, like wxrbbr, and projects written
in
2004 Feb 08
0
wxruby 0.2 Release - Macintosh
For some reason this posting was auto-discarded, so I reposted it.
Curt
-----Original Message-----
From: Nick Kral [mailto:nkral@pinnaclet.com]
Sent: Sunday, February 08, 2004 1:40 PM
To: Wxruby developers'' list
Subject: wxruby 0.2 Release
A first draft of the wxruby binary release for the macintosh is now
available at:
http://www.nicreations.net/wxruby-0.2-osx-panther.dmg
Install
2004 Mar 30
3
Added a Tutorial to the wiki!
Hey everybody,
I just added a tutorial page to the wiki, and created a brief introductory
tutorial to get a new user going. I plan to add more tutorials on basics
and more advanced coding as time permits. Take a look if you get a chance,
and give me feedback. You can access the tutorial page under the Latest
News section, or through Introduction to wxRuby under Starting Points.
2004 Jan 06
5
Another Updated - wxRuby Windows installeravailable for
Hmm everything installed fine but when I try to run the samples I get an
error dialog stating:
"rubyw.exe - unable to Locate Component
This application has failed to start because MSVCRTD.dll was not found.
Re-installing the application may fix this problem."
Which unless you are supplying the debug microsoft dll''s, re-installing
will have no effect :)
This was on WinXP
2004 Jan 27
0
FW: Wx::ListCtrl#get_item method
For some reason, Mailman auto-discarded this message, so I am reposting it.
Curt
-----Original Message-----
From: Nick Kral [mailto:nkral@pinnaclet.com]
Sent: Tuesday, January 27, 2004 8:55 AM
To: Wxruby developers'' list
Subject: Re: [Wxruby-users] Wx::ListCtrl#get_item method
Same question - I have a small patch I need to send for the mac version.
Nick
Curt Hibbs wrote:
>I
2004 Nov 19
3
Adding to wxRuby (Now I fired up)
Nick, Curt, Kevin,
Now that I have dabbled ever so slightly in adding to wxRuby on a source
level (and it wasn''t perfect, Nick had to fix some of my code!), I feel
all fired up.
Any areas specific that need to be added that I could test my luck with
again, or can I just go pick and choose?
This gets funner every day... (yes, i constitute "funner" as a word),
Zach
2003 Nov 06
2
MinGW build (static linking) problem
Hi!
I am trying to build wxruby with statically linked wxWindows library, but
so far - no luck - bunch of unresolved references during the linking phase.
I''ve seen on the list that Curt was being able to build it, so any hint
would be helpful.
gcc 3.2.3 (MinGW 3.1.0) & MSYS 1.0.10rc2.
Sincerely,
Gour
--
Gour
gour@mail.inet.hr
Registered Linux User #278493
2004 Feb 23
0
Mailing list administrative news
Greetings all,
You may have recently received a message saying you were just
unsubscribed from a wxruby list. Most likely that was for the old
Savannah list that is no longer in use. Over the weekend, Curt
officially "retired" it. The current mailing list for wxruby is
wxruby-users here on rubyforge.org.
Also, I just changed a policy on the wxruby list which should not affect
2004 Jun 12
0
New Tutorial : dialogs
Hi
I added a new tutorial to the WxRuby Wiki about using dialogs. Links to
the pages (it''s in two parts) are on
http://wxruby.rubyforge.org/wiki/wiki.pl?WxRuby_Tutorial
As usual, comments, criticisms and improvements gratefullly received.
Also ... for some reason, my final example with a modeless dialog hangs
on exit if the dialog has been shown. The example in dialogs.rbw
2003 Nov 25
0
The wxRuby Wiki is ready for use
Tom setup a wiki for us on RubyForge, and just finished configuring it and
transferring the contents of our previous home page to the wiki home page.
It is now ready for anyone top begin adding content.
Check it out: http://wxruby.rubyforge.org/
Curt
2004 Jan 07
0
Another Updated - wxRuby Windowsinstalleravailablefor
Just to let you know Curt the new debug build works perfectly for me ...
well nearly.
Trying to run the controls.rbw example generates an error dialog
"Debug"
"E:\dev\RubyDev\wx\src\common\ctrlsub.cpp(120): assert
"m_clientDataItemsType == wxClientData_Void" failed: this window doesn''t
have void client data
Do you want to stop the program?
You can also choose
2004 Jun 18
3
wxRuby 0.4.0 has been released!
wxRuby 0.4.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 Panther and MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Many bugs were fixed.
* Added grid sample program.
* Windows binary now includes
2006 Feb 17
7
Re: Problem building wxRuby: htmlproc.h not found
Hi,
Has this problem been resolved?
I encountered the same problem on my FC3 system with wxGTK-2.4.2 and
wxruby-0.6.
Thanks.
Stephen
[Wxruby-users] Re: Problem building wxRuby: htmlproc.h not found
*Nick* devel at nicreations.com