[nanogui] keypress problem in fltk2.0

2008-12-22 Thread RAHUL RAVINDRAN
hi, How can i access keypress event for fltk2.0 by using fluild2. please help me. Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/

[nanogui] TEXTBOX

2008-08-26 Thread RAHUL RAVINDRAN
Sir, It can possible to have textbox in nanox itself(not using window api or fltk libraries) if possible can u give me some hint or idea. Thank you. Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

[nanogui] font problem

2008-08-23 Thread RAHUL RAVINDRAN
sir,  Currently i am working on nano-x and created small application which create a simple  window which has buttons and labels. i am trying to set size of the font of the button and labels but it size doesnot change. i want to change the size of the font which is displayed on the button. i used

[nanogui] FlTK's help and nanox's help

2008-08-22 Thread RAHUL RAVINDRAN
thank u for the reply i downloaded FLTK .But when executed some of the application of FLTK they executed in separately and not on the nano-X server. I liked the application But i wanted that when i execute  the FLTK application it should not  be display  immediately but  it should be displayed

[nanogui] compiling problem

2008-08-20 Thread RAHUL RAVINDRAN
Thank u for the reply. But i tried the compiling and linking command :  gcc -O -lm -L/usr/X11R6/lib -lX11 -o mtest2 mtest2.c  -lXft -lmwin -lmwimages -lm /usr/X11R6/lib/libX11.a but the following error is generated : /usr/X11R6/lib/libmwin.a(font_freetype.o): In function

Fw: [nanogui] window's help

2008-08-20 Thread RAHUL RAVINDRAN
--- On Wed, 20/8/08, RAHUL RAVINDRAN [EMAIL PROTECTED] wrote: From: RAHUL RAVINDRAN [EMAIL PROTECTED] Subject: [nanogui] window's help To: nanogui nanogui@linuxhacker.org Date: Wednesday, 20 August, 2008, 7:19 PM Sir, In nanox how can i create a window which contain text box and button

[nanogui] how to compile and link win32 api in linux

2008-08-19 Thread RAHUL RAVINDRAN
Sir,    i went through the examples in microwindow.90/demos/mwin    In that i go throught mtest2.c mtest.c which uses window api.    i want to know how it is compiled and linked.   can u give the  command for which  i can compile  and link  my file which uses   win32 api.   Because i created my