tinywidgets-support Mailing List for TinyWidgets for Nano-X
Status: Alpha
Brought to you by:
sunil_s
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(26) |
Jul
(6) |
Aug
|
Sep
(1) |
Oct
|
Nov
(6) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bajimohanreddy B. <moh...@al...> - 2009-03-10 11:20:31
|
Hi,
Does Tiny Widget library support Korean Language input for Text Boxes.
Please Help me.
Thanks
Mohan.
|
|
From: Bajimohanreddy B. <moh...@al...> - 2009-02-16 13:26:08
|
Hi , I am new to This Tiny Widget. I wnat to take Input in Chines and Korean Language. Plase can any one help me how to support Other Languages. Thanks && Best Regards Mohan. |
|
From: pushparaj m. <pus...@si...> - 2007-12-06 11:01:32
|
Hi 1 .Can I call Nano-X API from tinywidget application ? 2 When I try to display bmp image by using tnCreateWidget(TN_PICTURE .. ) API inside button handler ( being invoked by tnRegisterCallback funcuntion) . it is not displaying image . why ? Then How to display image inside button handler? Regards Raj |
|
From: Benno L. <ben...@id...> - 2004-05-03 07:15:34
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_de.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Amit R. K. <am...@vs...> - 2003-10-18 19:19:01
|
Tinywidgets is no longer a supported product. Work on it has been
discontinued and its use for production environments is strongly
discouraged. I apologize for the inconvenience.
-Amit
-----Original Message-----
From: tin...@li...
[mailto:tin...@li...] On Behalf Of
Sriram Chandra M P
Sent: Monday, September 29, 2003 1:17 PM
To: tin...@li...
Subject: [Tinywidgets-support]TinyWidgets installation Problem!!!
Hi,
i uncompressed the ".tar" file and run the command "make" i get the
following errors, what should i do to prevent this??
/usr/lib/libmwdrivers.so: undefined reference to `XMaskEvent'
/usr/lib/libmwdrivers.so: undefined reference to `XDrawLine'
/usr/lib/libmwdrivers.so: undefined reference to `XGetErrorText'
/usr/lib/libmwdrivers.so: undefined reference to `XGetPointerControl'
/usr/lib/libmwdrivers.so: undefined reference to `XCopyColormapAndFree'
/usr/lib/libmwdrivers.so: undefined reference to `XAllocColor'
/usr/lib/libmwdrivers.so: undefined reference to `XCreatePixmapCursor'
/usr/lib/libmwdrivers.so: undefined reference to `XSetFunction'
/usr/lib/libmwdrivers.so: undefined reference to `XFlush'
/usr/lib/libmwdrivers.so: undefined reference to `XCreateWindow'
/usr/lib/libmwdrivers.so: undefined reference to `XDefaultColormap'
/usr/lib/libmwdrivers.so: undefined reference to `XDefaultDepth'
/usr/lib/libmwdrivers.so: undefined reference to `XCheckMaskEvent'
/usr/lib/libmwdrivers.so: undefined reference to `XFillRectangle'
/usr/lib/libmwdrivers.so: undefined reference to `XUngrabKeyboard'
/usr/lib/libmwdrivers.so: undefined reference to `XUngrabPointer'
/usr/lib/libmwdrivers.so: undefined reference to `XPutImage'
/usr/lib/libmwdrivers.so: undefined reference to `XScreenOfDisplay'
/usr/lib/libmwdrivers.so: undefined reference to `XOpenDisplay'
/usr/lib/libmwdrivers.so: undefined reference to `XInstallColormap'
After running the command "./configure
--with-microwin=/home/sriram/microwin", contents of my Make.rules are as
follows:
# Make.rules.in
# A top level configuration script for TinyWidgets
# Written by Jordan Crouse
CC=gcc
AR=ar
RANLIB=ranlib
LIBDIR=$(TOP)/lib
INCDIR=$(TOP)/include
TWLIB=$(LIBDIR)/libtnW.a
CFLAGS=-Wall -O2 -DNANOX -D_NANOX -I/home/sriram/microwin/include
-I$(INCDIR)
LIBS=-ltnW -ljpeg -L/home/sriram/microwin/lib -lnano-X -lmwengine
-lmwdrivers -lmwfonts
# Common rules that everyone uses
%.o: %.c
@ echo "Compiling $<..."
@ $(CC) $(CFLAGS) -o $@ -c $<
%.d: %.c
@ $(CC) -M $(CFLAGS) $< > $@
@ $(CC) -M $(CFLAGS) $< | sed s/\\.o/.d/ >> $@
here path "/home/sriram/microwin/include" is wrong as "include" floder
is not inside "microwin" folder but is in "microwin/src". Why is this
wrong path being written in the file??
Waiting for an answer,
Regards
Sriram
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf _______________________________________________
Tinywidgets-support mailing list
Tin...@li...
https://lists.sourceforge.net/lists/listinfo/tinywidgets-support
|
|
From: Sriram C. M P <sri...@lg...> - 2003-09-29 14:39:49
|
Hi,
i uncompressed the ".tar" file and run the command "make" i get the
following errors, what should i do to prevent this??
/usr/lib/libmwdrivers.so: undefined reference to `XMaskEvent'
/usr/lib/libmwdrivers.so: undefined reference to `XDrawLine'
/usr/lib/libmwdrivers.so: undefined reference to `XGetErrorText'
/usr/lib/libmwdrivers.so: undefined reference to `XGetPointerControl'
/usr/lib/libmwdrivers.so: undefined reference to `XCopyColormapAndFree'
/usr/lib/libmwdrivers.so: undefined reference to `XAllocColor'
/usr/lib/libmwdrivers.so: undefined reference to `XCreatePixmapCursor'
/usr/lib/libmwdrivers.so: undefined reference to `XSetFunction'
/usr/lib/libmwdrivers.so: undefined reference to `XFlush'
/usr/lib/libmwdrivers.so: undefined reference to `XCreateWindow'
/usr/lib/libmwdrivers.so: undefined reference to `XDefaultColormap'
/usr/lib/libmwdrivers.so: undefined reference to `XDefaultDepth'
/usr/lib/libmwdrivers.so: undefined reference to `XCheckMaskEvent'
/usr/lib/libmwdrivers.so: undefined reference to `XFillRectangle'
/usr/lib/libmwdrivers.so: undefined reference to `XUngrabKeyboard'
/usr/lib/libmwdrivers.so: undefined reference to `XUngrabPointer'
/usr/lib/libmwdrivers.so: undefined reference to `XPutImage'
/usr/lib/libmwdrivers.so: undefined reference to `XScreenOfDisplay'
/usr/lib/libmwdrivers.so: undefined reference to `XOpenDisplay'
/usr/lib/libmwdrivers.so: undefined reference to `XInstallColormap'
After running the command "./configure
--with-microwin=/home/sriram/microwin", contents of my Make.rules are as
follows:
# Make.rules.in
# A top level configuration script for TinyWidgets
# Written by Jordan Crouse
CC=gcc
AR=ar
RANLIB=ranlib
LIBDIR=$(TOP)/lib
INCDIR=$(TOP)/include
TWLIB=$(LIBDIR)/libtnW.a
CFLAGS=-Wall -O2 -DNANOX -D_NANOX -I/home/sriram/microwin/include
-I$(INCDIR)
LIBS=-ltnW -ljpeg -L/home/sriram/microwin/lib -lnano-X -lmwengine
-lmwdrivers -lmwfonts
# Common rules that everyone uses
%.o: %.c
@ echo "Compiling $<..."
@ $(CC) $(CFLAGS) -o $@ -c $<
%.d: %.c
@ $(CC) -M $(CFLAGS) $< > $@
@ $(CC) -M $(CFLAGS) $< | sed s/\\.o/.d/ >> $@
here path "/home/sriram/microwin/include" is wrong as "include" floder
is not inside "microwin" folder but is in "microwin/src". Why is this
wrong path being written in the file??
Waiting for an answer,
Regards
Sriram
|
|
From: Sriram C. M P <sri...@lg...> - 2003-09-29 08:57:03
|
Can we create buttons which are shaped round, using tinywidgets?? If "yes" can anyone tell how to go about this... Thanx In Advance Ram |
|
From: <sun...@vs...> - 2002-11-27 15:13:03
|
Hi, it's been a while since any of us has looked into TinyWidgets - so I cannot comment off hand on the relationship between the push button and the "CLICKED" event. I'll have to get back to you on that. Also, I don't think we currently differentiate between mouse clicks - I guess you will have to extend TinyWidgets to do that in case you do need that functionality. We'll appreciate a patch that does this though. she...@my... wrote ** Proprietary ** Dear All, I am trying to use Tiny widget to develop some samples. But I am facing one problem. When I moves mouse continiously on push Buttons of window, without clicking mouse buttons,the Button "CLICKED" event gets generated. Also How to differentiate the LEFT , RIGHT ,MIDDLE button mouse click? If any body knows solutions to these things , Please mail me. Thanking You, MR. SHEETALKUMAR PATIL Software Engineer, LARSEN & TOUBRO LIMITED, EmSyS Division, KIADB Industrial Area, Hebbal , Hootagalli, MYSORE-57186 INDIA PH : (91) - 0821-402561(Ext. 2708) Email : she...@my... ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Tinywidgets-support mailing list Tin...@li... https://lists.sourceforge.net/lists/listinfo/tinywidgets-support |
|
From: Sheetal K. <she...@my...> - 2002-11-27 07:05:09
|
** Proprietary ** Dear All, I am trying to use Tiny widget to develop some samples. But I am facing one problem. When I moves mouse continiously on push Buttons of window, without clicking mouse buttons,the Button "CLICKED" event gets generated. Also How to differentiate the LEFT , RIGHT ,MIDDLE button mouse click? If any body knows solutions to these things , Please mail me. Thanking You, MR. SHEETALKUMAR PATIL Software Engineer, LARSEN & TOUBRO LIMITED, EmSyS Division, KIADB Industrial Area, Hebbal , Hootagalli, MYSORE-57186 INDIA PH : (91) - 0821-402561(Ext. 2708) Email : she...@my... |
|
From: Amit R. K. <ar...@vt...> - 2002-07-23 05:43:14
|
I'm not too sure what your problem exactly is. Please explain.
I would also advise you to note the fact that TinyWidgets is no longer
maintained the same way it used to be a couple of years ago and hence
there is limited support available(also try posting to the microwindows
list to find other users). Note that gtk+ has recently been ported for
nano-X and we anticipate that most users are likely to switch to the
gtk+ port.
Good Luck.
Thanks,
Amit
-----Original Message-----
From: tin...@li...
[mailto:tin...@li...] On Behalf Of
Pravesh Biyani
Sent: Monday, July 22, 2002 2:39 AM
To: 'tin...@li...'
Subject: [Tinywidgets-support](no subject)
Hi
I am using Tiny Widgets in order to develop GUI for an embedded
sytem on Intel Strong ARM. I need to basically develop a three window
kind of GUI, where in we go to the other window only when we are done
with the first one and it should also include the reverse facility. Now
I am able to easily incorporate widgets in one window but when I want
to go to the other window I am not able to close this window and all the
children in this window. Also I am not sure how to use the "TNDESIGNER"
and design ur widget quickly.
Please help me out.
Thanks in anticipation
Pravesh Biyani
|
|
From: Pravesh B. <pb...@NE...> - 2002-07-22 09:04:44
|
Hi
I am using Tiny Widgets in order to develop GUI for an embedded sytem on
Intel Strong ARM. I need to basically develop a three window kind of GUI,
where in we go to the other window only when we are done with the first one
and it should also include the reverse facility. Now I am able to easily
incorporate widgets in one window but when I want to go to the other window
I am not able to close this window and all the children in this window. Also
I am not sure how to use the "TNDESIGNER" and design ur widget quickly.
Please help me out.
Thanks in anticipation
Pravesh Biyani
|
|
From: Amit K. <ak...@ya...> - 2001-12-07 15:32:47
|
hi, The menu items were designed to be used with the window manager. They use certain specific focussing properties that the nanowm exibits. Nevertheless there is no reason for them to abort the application if something goes wrong. Does nano-X keep running after this program crash? Amit --- Giuliano Buccheri <giu...@co...> wrote: > When I create a window with a menu bar and I try to > open popup or cascade > menu the other widgets present in the same window > partially or totally hide > the menu. I think that this is a widget priority > problem but I haven't fount > any solution for it. > Another problem became when I try to handle the > mouse click event. Infact if > I call TnGetClickedPos function for a window clicked > event , when I click > the mouse button the application close itself. I'm > sure that the problem is > inside this function or something connected with > nano-x. > Finally I ask you if is necessary to compile > tinywidget or nano-x with a > particular option to make debug of them. > I run only nano-x without nanowm and I configure > nano-x for X11. > > Best Regards. > > Buccheri Giuliano > Consilium Selesmar S.r.l. > Engineering and Development Department > Tel: +39-0571670791 > Fax: +39-0571670798 > E-mail: mailto:giu...@co... > Web site: http://www.consilium.it > __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com |
|
From: Alex H. <al...@li...> - 2001-11-20 09:47:14
|
Olaf Winne wrote: >Yes, it's a bit tricky. But to use the structure of an event dependent GUI, >you must have events (or it becomes even more tricky). So, I would like, if >it's possible to send "mousemoves" or "button pressed" Messages to Tiny >Widgets. > It may be easier to write a simple Microwindows keyboard driver similar to the IPAQ one which generates special key press events when the buttons on your hardware are pressed. Similarly if you want to use some buttons as mouse direction controls you could write a simple Microwindows mouse driver which reads the buttons and generates the appropriate mouse movement events. |
|
From: Olaf W. <wi...@la...> - 2001-11-20 09:34:21
|
Yes, it's a bit tricky. But to use the structure of an event dependent GUI, you must have events (or it becomes even more tricky). So, I would like, if it's possible to send "mousemoves" or "button pressed" Messages to Tiny Widgets. Regards, Olaf Am Montag, 19. November 2001 17:04 schrieb Olaf Winne: > Hi, > > another question, which puzzles me. It is possible to send events to a > widget? This is because we use no input device (neither keyboard no mouse). > We have got some function buttons, which are read directly from the user > application. > > Thank you, > Olaf |
|
From: <am...@vs...> - 2001-11-20 00:52:20
|
This sounds a bit tricky. Which of the nano-X events are generated which correspond to your events? Amit Kulkarni wi...@la... wrote Hi, another question, which puzzles me. It is possible to send events to a widget? This is because we use no input device (neither keyboard no mouse). We have got some function buttons, which are read directly from the user application. Thank you, Olaf _______________________________________________ Tinywidgets-support mailing list Tin...@li... https://lists.sourceforge.net/lists/listinfo/tinywidgets-support |
|
From: <am...@vs...> - 2001-11-20 00:49:47
|
hi, yes, you can use the rawwidget to do that. Just check on the rawwidget demo to help you out. You can use all the features of nano-X in the rawwidget. Amit Kulkarni wi...@la... wrote Hi, I have to find a way, that allows to draw/ write in TinyWidgets windows. Someone told me, I can use the RawWidget. Does anybody know how it works?? Can I use the nano-X Routines in it, including font selction etc? Any hint will help me!! Many thanks, Olaf _______________________________________________ Tinywidgets-support mailing list Tin...@li... https://lists.sourceforge.net/lists/listinfo/tinywidgets-support |
|
From: Olaf W. <wi...@la...> - 2001-11-19 16:30:12
|
Hi, another question, which puzzles me. It is possible to send events to a widget? This is because we use no input device (neither keyboard no mouse). We have got some function buttons, which are read directly from the user application. Thank you, Olaf |
|
From: Olaf W. <wi...@la...> - 2001-11-19 15:40:01
|
Hi, I have to find a way, that allows to draw/ write in TinyWidgets windows. Someone told me, I can use the RawWidget. Does anybody know how it works?? Can I use the nano-X Routines in it, including font selction etc? Any hint will help me!! Many thanks, Olaf |
|
From: Leah B. <lbu...@ho...> - 2001-09-11 16:48:21
|
Hello, Amit's patch for menu worked (when you click outside of menu but inside = of widget - the submenu closes). But it looks like the other problem = exists: when you want to open the menu sometimes it opens and stays, and = sometimes it opens, blinks and goes away. Do you know where is the problem? Thanks, Leah. |
|
From: Amit K. <am...@vs...> - 2001-07-18 13:41:06
|
Dear Guowen, Please elaborate your question by adding information about the demos which you are trying to run or what particular incident causes the error message printing. -- Sincerely, Amit Kulkarni http://amitkulkarni.cjb.net > -----Original Message----- > From: tin...@li... > [mailto:tin...@li...]On Behalf Of > Navin Thadani > Sent: Monday, July 16, 2001 6:32 PM > To: tin...@li... > Subject: Re: [Tinywidgets-support]Fwd: Can't run TinyWidgets demos > > > i had come across this error but i cant remember where, i think amms may > know !! > > > Sunil Soman wrote: > > > > >Delivered-To: su...@pn... > > >From: Guowen Li <guo...@is...> > > >To: "'su...@bi...'" <su...@bi...> > > >Subject: Can't run TinyWidgets demos > > >Date: Fri, 13 Jul 2001 13:54:08 -0700 > > >X-Mailer: Internet Mail Service (5.5.2448.0) > > > > > >Dear Mr. Sunil Soman: > > > I have a question about the TinyWidgets demos. > > > > > > I have successfully compiled and installed the > TinyWidgets library. But > > >when I tried to > > >run the demos program, I got the following error: > > > > > > nxFlushReq: write failed: Bad file descriptor. > > > > > >Any idea about it? > > > > > >Thank you. > > > > _______________________________________________ > > Tinywidgets-support mailing list > > Tin...@li... > > http://lists.sourceforge.net/lists/listinfo/tinywidgets-support > > -- > *********************************************** > Be of good cheer. > Do not think of today's failures, > but of the success that may come tomorrow. > You have set yourselves a difficult task, > but you will succeed if you persevere; > and you will find joy in overcoming obstacles. > Remember, no effort that we make to attain > something beautiful is ever lost. > ************************************************ > > _______________________________________________ > Tinywidgets-support mailing list > Tin...@li... > http://lists.sourceforge.net/lists/listinfo/tinywidgets-support |
|
From: Navin T. <na...@vs...> - 2001-07-16 13:05:35
|
i had come across this error but i cant remember where, i think amms may know !! Sunil Soman wrote: > > >Delivered-To: su...@pn... > >From: Guowen Li <guo...@is...> > >To: "'su...@bi...'" <su...@bi...> > >Subject: Can't run TinyWidgets demos > >Date: Fri, 13 Jul 2001 13:54:08 -0700 > >X-Mailer: Internet Mail Service (5.5.2448.0) > > > >Dear Mr. Sunil Soman: > > I have a question about the TinyWidgets demos. > > > > I have successfully compiled and installed the TinyWidgets library. But > >when I tried to > >run the demos program, I got the following error: > > > > nxFlushReq: write failed: Bad file descriptor. > > > >Any idea about it? > > > >Thank you. > > _______________________________________________ > Tinywidgets-support mailing list > Tin...@li... > http://lists.sourceforge.net/lists/listinfo/tinywidgets-support -- *********************************************** Be of good cheer. Do not think of today's failures, but of the success that may come tomorrow. You have set yourselves a difficult task, but you will succeed if you persevere; and you will find joy in overcoming obstacles. Remember, no effort that we make to attain something beautiful is ever lost. ************************************************ |
|
From: Sunil S. <sun...@vs...> - 2001-07-16 10:22:54
|
>Delivered-To: su...@pn... >From: Guowen Li <guo...@is...> >To: "'su...@bi...'" <su...@bi...> >Subject: Can't run TinyWidgets demos >Date: Fri, 13 Jul 2001 13:54:08 -0700 >X-Mailer: Internet Mail Service (5.5.2448.0) > >Dear Mr. Sunil Soman: > I have a question about the TinyWidgets demos. > > I have successfully compiled and installed the TinyWidgets library. But >when I tried to >run the demos program, I got the following error: > > nxFlushReq: write failed: Bad file descriptor. > >Any idea about it? > >Thank you. |
|
From: Leah B. <lbu...@ho...> - 2001-07-11 19:13:15
|
> i can handle the combobox, ask sunil to try the menu Thank you - please... > .. but why do we want the combobox to open upwards :-) ?? That seems to be a common thing on PDA's tiny screen when a combo or menu is located on the bottom. Thanks, Leah |
|
From: Navin T. <na...@vs...> - 2001-07-11 02:16:41
|
i can handle the combobox, ask sunil to try the menu .. but why do we want the combobox to open upwards :-) ?? > Leah Burstein wrote: > > Hi, > > it would be helpful if Popupmenu and Combobox could be opened up and > not only down. I'm going to try to make it work since we need it > pretty soon. > > Thanks, > Leah -- *********************************************** Be of good cheer. Do not think of today's failures, but of the success that may come tomorrow. You have set yourselves a difficult task, but you will succeed if you persevere; and you will find joy in overcoming obstacles. Remember, no effort that we make to attain something beautiful is ever lost. ************************************************ |
|
From: Leah B. <lbu...@ho...> - 2001-07-10 19:59:05
|
Hi, it would be helpful if Popupmenu and Combobox could be opened up and not = only down. I'm going to try to make it work since we need it pretty = soon. Thanks, Leah |