Displaying 6 results from an estimated 6 matches for "haugaard".
Did you mean:
dalgaard
2006 May 29
5
Special Characters on wine
Hi..
Guess this is asked alot, looked through the last 1000 posts but couldnt
find anything so here goes =)
Running a 10 finger training program originally made for win 95 on wine,
and it all runs smoothly except that i cant get it to show the danish
characters "???", if i press the keys on the keyboard they work fine so
its not the keymapping thats wrong..
It just replaces 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?
2009 Nov 06
2
DatePickerCtrl uninitialized constant
I trying to make a Dialog that include a DatePickerCtrl on my gentoo
linux box.
I get the following error
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:478:in
`const_missing'': uninitialized constant PortfolioDialog::DatePickerCtrl
(NameError)
My application use ActiveRecord, thats why the error is from
activesupport.
gem list says
wxruby (1.9.9,
2008 Aug 24
2
Missing ids in documentation
I notice some link that didn''t work in the documentation.
By closer inspection I found that some of the headlines missed
id-tags.
The following grep sequence find them.
grep ''<h3'' *.html | grep ''#'' | grep -v ''id=''
Here is the output
brush.html:<h3 class="Brush_getcolour">Brush#get_colour</h3>
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error.
For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so
because it is missing missing -lruby18
resulting in errors like
wx.cpp:(.text+0x1618): undefined reference to `rb_intern''
wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError''
wx.cpp:(.text+0x1666):
2007 Oct 29
0
Modularity analysis of the 'ruby on rails' framework.
I have made a analysis of rails that analysis the modularity of the
framework
and find replicated code "bloat".
You can find the result in http://shs.demosophia.net/rails_bloat.tar.bz2
.
Read the README.txt in the archive.
It have interest for people, thats write or maintain classes and
modules in
the rails framework.
--~--~---------~--~----~------------~-------~--~----~
You received