Displaying 2 results from an estimated 2 matches for "inputdialog".
2009 Oct 19
1
Problem with geometry manager in TclTK
...l be centered,
sometimes not).
If the toplevel is created and its dimensions are gathered via 'tkwinfo', I
get (usually) correct values. However, if this window is created by a
function (in the following example, by 'ask.format') and this function is
called by another function ('inputDialog', as follows), I always get the
value '1' for width and height.
Provided below is quite detailed code, containing pretty much my entire
functions, except the parts not related to TclTk.
Thank you in advance,
Gabriel Margarido.
CODE:
library(tcltk)
ask.format <- function() {
as...
2004 Aug 06
12
0.4.0 Compiling Under Mingw
> I am compiling wxRuby 0.4.0 on WinXP Home under MingW and MSYS 1.0. I
can
> compile wxWindows and Ruby fine and I get about 20 minutes into the
wxRuby
> compile and it quits, It says:
[snip]
>
C:\mingw\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe
:
> cannot find -lwxmsw241d
> make: *** [wxruby.so] Error 1
> I replaced the $LIBS in the extconf.rb file