Displaying 2 results from an estimated 2 matches for "createdialog".
2009 Mar 09
1
Dialog base units implementation question
Hi,
I make a new topic here because i don't know if it is a bug or a "behaviour"
CreateDialog, MapDialogRect and many api uses the dialog box base units to convert from dialog units to pixels.
Seeing the implementation in wine and the results that real Windows o.s. do I think that instead of using these formulas:
pixels_x = MulDiv(dlu_x, xBaseUnit, 4);
pixels_y = MulDiv(dlu_y, yBaseUnit,...
2004 Jun 10
2
Building wxruby-swig on WinXP
Sorry for the lameness, but I need things explained to me very slowly...
-----Original Message-----
Subject: RE: [Wxruby-users] wxGrid Question
>
> Yes, grab the latest tarball from the above location. Then, you should
> install rubygems if you haven''t already:
> http://rubyforge.org/projects/rubygems/
>
> That should allow you to easily install rake:
>