Displaying 20 results from an estimated 40000 matches similar to: "latest code crashes"
2005 Sep 19
9
more fixes for Grid classes
I am still hunting the bug where the cell editor finishes and crashes
on Mac OS. In the process I have gone over these Grid related classes
in great detail and found most were %importing wxObject.h and
wxEvtHandler.h and they were not needed.
I added a *.i file for ClientDataContainer not sure if it is needed
out side Grid. I also added GridCellCoords.
Sean
2003 Nov 13
7
modified classes
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2007 Oct 02
2
wxRuby Tutorial
Hi Everyone,
My name is Sean Lindsay, and I have recently joined the wxRuby project. I
have been talking with Alex and have agreed to update the tutorial.
I have started by placing a link to a new temporary tutorial page so that
the old one can stay in place for the time being. I have written up a
preliminary table of contents and would be happy to hear any
2007 Oct 30
8
Comments on commit 1406 (rakefile changes)
Alex,
The changes to the rakefiles are causing me some problems building on
OS X. I am getting the following:
rake aborted!
undefined method `+'' for nil:NilClass
/Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109
I will now go test on Windows
Sean
2006 Oct 17
3
Printing Support
Printing support is added to the repository (as you have seen / will
see). Kudos to Sean for tackling such a big bear. I''ll work on adding
the two dialogs to bigdemo later unless Sean tackles it first.
Roy
2005 Sep 14
1
Indications for Ireland
Hello asterisk-users,
Just curious if anyone has the indications for Ireland, tried
googling for it to no avail.
Sean
--
+---------------------------------------------------+
|VOIP= FreeWorldDial: 689482 VOIPBUSTER: thecivvie |
|GPG Key http://thecivvie.fastmail.fm/thecivvie.asc |
+---------------------------------------------------+
Strange things happen under the midnight sun
when Men
2006 Oct 18
3
Nightly automatic documentation generation
Is there a way to have RubyForge run our ''rake html_docs'' on SVN Head
each night and if successful copy to http://wxruby.rubyforge.org/doc/?
I do not know all the features RubyForge provides to us but this one
would be pretty nice.
Sean
2008 Mar 07
7
1.9.5 gem for OS X
Alex & Mario,
I uploaded the OS X gem, I am unable to download it. Keep getting 404
Not Found errors.
It seems like the file has not been spread out to the mirrors.
Can one of you try it out and see if it is working? If not can Alex
just remove it and I will try again later after work.
Thanks
Sean
2006 Oct 25
5
OS X intel
Hi Sean
Thanks for the info on OS intel.
Glad that at least it''s only broken on Scintilla, not generally. If you
could upload a gem w/o Scintilla that would be great.
Perhaps some library or framework that''s needed on 10.4 that 10.3
doesn''t need. I don''t know.
cheers
alex
2006 Oct 21
7
Make task for rake
I have a dual processor machine and got mad that both processors were
not working away at compiling wxRuby. At first I tried using Ruby
threads but they are ''fake'' software threads that run in one process
on one cpu. So until Ruby gets ''real'' threads I added a task to rake
that generates a makfile which is run with the command: ''make -j 2''
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
2007 May 07
9
0.0.40 tagged
I''ve tagged 0.0.40 in subversion and created the release on rubyforge.
Roy, Sean, please could you compile and upload the binary gems when you
have a moment - thanks in advance. Drop me a line off list so I know
when to make an announcement.
cheers
alex
2015 Sep 18
4
Heads up: Bug in CMake found when attempting 64-bit build with 32-bit clang-cl.
Hi Nico, Hans, Takumi,
I made it to the bottom of the issue. Turns out that
CMAKE_C_FLAGS=-m64
CMAKE_CXX_FLAGS=-m64
CMAKE_EXE_LINKER_FLAGS=/machine:x64
is enough to do a 64-bit build correctly with a 32-bit clang-cl (i.e. one
that targets 32-bit by default). Hooray! The missing piece that I had to
track down is why I would see `deps = msvc` stuff spewing onto my terminal,
rather than consumed
2005 Aug 30
2
Re: new RubyConstants.i
Here is a small patch to apply the above RubyConstants.i, it makes it
so all the samples run.
Run the patch in the same directory as the RubyConstants.i
Sean
On 8/30/05, Sean Long <sean.m.long@gmail.com> wrote:
> I went through RubyConstants.i and updated it so everything matches
> wx2.6.1, I also did some rearranging so it is easy to see which files
> the different constants came
2007 Nov 06
1
OpenGL Testing on Linux
Hi All,
Just wanted to let everyone know that I haven''t forgotten that I promised to
test the wxCanvas widget on Linux; I just have been swamped. I plan to get
to it within the next day or two. Are we planning to add it to the next
release (assuming that the tests go OK), and if so, when are we planning to
release 1.9.3?
Regards,
Sean Lindsay
-------------- next part --------------
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
2007 Mar 30
1
wxWidgets 2.8.3
Alex,
I just saw that wxWidgets 2.8.3 was released on 03/24/2007, should we
change over to that right away?
The changes are:
All:
- Shut down the sockets gracefully (Sergio Aguayo)
- Fix extra indentation in wxHTML_ALIGN_JUSTIFY display (Chacal)
wxMac
- Corrected top border size for wxStaticBox with empty label (nusi).
- Fixed wxFont, wxPen and wxBrush accessor bugs introduced in 2.8.2.
2005 Aug 29
3
added Choicebook
Here are the new files in a zip and the patches to existing.
Also added Listbook values to parents.rb that I forgot when adding that.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Nov 01
6
Universal Binary on OS X
Since the PPC Macs are no longer being produced and my PPC build
machine is getting a little old I thought I would try making a
universal version of the Mac OS X gem.
After a little investigation it turned out to be surprisingly easy to
do, just pass --enable-universal_binary when building wxWidgets and
add -arch ppc -arch i386 to $extra_cppflags and $extra_ldflags in
rakemacosx.rb.
Now the
2006 Aug 21
4
Patch for caret sample
Cleaned up so it follows Ruby coding style and uses ID_EXIT, ID_ABOUT.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users