ampleforth2003 | 1 Aug 18:01
Picon
Favicon

Thread and Thinlet - No display? HELP

Hello group,

I have a strange problem. I have a thinlet based application. Now I
have integrated a Thread which displays and updates the current time
in one of the labels in the GUI. (For controlling I also display the
time in the Console) 

However, when I run the Thread the GUI does not dispaly any more. What
is wrong here?

Karl

------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h4vj0ia/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122919342/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

_________________________________________________________________
Thinlet Project Site    | http://thinlet.com
Thinlet Addon Central   | http://thinletplus.com
Thinlet World News Blog | http://thinletworld.com
Thinlet F.A.Q.          | http://xul.sourceforge.net/thinfaq.html 
ampleforth2003 | 1 Aug 18:04
Picon
Favicon

Documentation?

Hello Thinlet experts,

is there any documentation besides the two articles provided by links
on the website? Are there any books yet or book in planning? Anything
that helps in creating good and error-free thinlet GUIs wouild be of
help...

Karl 

------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a
href="http://us.ard.yahoo.com/SIG=12h5hs205/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122919480/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In
low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font>
--------------------------------------------------------------------~-> 

_________________________________________________________________
Thinlet Project Site    | http://thinlet.com
Thinlet Addon Central   | http://thinletplus.com
Thinlet World News Blog | http://thinletworld.com
Thinlet F.A.Q.          | http://xul.sourceforge.net/thinfaq.html 
invalidounet | 1 Aug 17:05
Picon
Favicon

J9 patch

I am using Thinlet on pocket pc with IBM J9 Virtual machine,
I just come from to apply the diff patch on the last thinlet version 
for J9. (changing quickly the few differences)

The graphic ui response to all the events now, but it is very slow.
(like 0.5 seconde of delay each time).
Is it normal?

I am using a pocket pc on windows mobile 2003 2nd ed.
CPU: Intel(R) PXA262
Speed: 400 MHz
RAM Size: 128 MB

------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hs8pfkr/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123012478/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

_________________________________________________________________
Thinlet Project Site    | http://thinlet.com
Thinlet Addon Central   | http://thinletplus.com
Thinlet World News Blog | http://thinletworld.com
Thinlet F.A.Q.          | http://xul.sourceforge.net/thinfaq.html 
fiorano fast | 9 Aug 11:20
Picon
Favicon

Integration thinlet application with swing

Hello all,
I have to integrate a splitpane (created with swing
not with thinlet) into an application developed with
thinlet. the thinlet application has a splitpane which
is to be replaced with another splitpane(created with
sing not with thinlet) when a button is clicked on the
application.
Any kind of help will be useful.
thanks in advance
Best Regards
Akhil

		
_______________________________________________________
Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for FREE! http://in.mail.yahoo.com

------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h5ne3n4/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123586433/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

_________________________________________________________________
Thinlet Project Site    | http://thinlet.com
Thinlet Addon Central   | http://thinletplus.com
Thinlet World News Blog | http://thinletworld.com
Thinlet F.A.Q.          | http://xul.sourceforge.net/thinfaq.html 
Kurt Löbbecke | 9 Aug 14:35
Picon

AW: J9 patch

It would be nice, if you can mail me a copy of your patched version for j9
to give it a chance on a sharp zaurus wit Qt and Lineo Linux.

Many Thanks in advance!

Best Regards
Mit freundlichem Gruss
Kurt Löbbecke
M: kurt.loebbecke <at> achterliek.de
W: http://www.achterliek.de

  -----Ursprüngliche Nachricht-----
  Von: thinlet <at> yahoogroups.com [mailto:thinlet <at> yahoogroups.com]Im Auftrag
von invalidounet
  Gesendet: Montag, 1. August 2005 17:05
  An: thinlet <at> yahoogroups.com
  Betreff: [thinlet] J9 patch

  I am using Thinlet on pocket pc with IBM J9 Virtual machine,
  I just come from to apply the diff patch on the last thinlet version
  for J9. (changing quickly the few differences)

  The graphic ui response to all the events now, but it is very slow.
  (like 0.5 seconde of delay each time).
  Is it normal?

  I am using a pocket pc on windows mobile 2003 2nd ed.
  CPU: Intel(R) PXA262
  Speed: 400 MHz
  RAM Size: 128 MB
(Continue reading)

james_e_halpin | 10 Aug 18:41
Picon
Favicon

Table cell text alignment

Hi all,

I am using the latest version of Thinlet and have one quick question
for you if you don't mind. I want to align the text of a cell in a
table row and thought that this would work:

            Object cell = create("cell");
            String count = "100"; //say for example
            setString(cell, "text", count);
            setString(cell,"alignment","right");

This unfortunately does not work (InvocationTargetException null). If
I comment out the line "setString(cell,"alignment","right");" the
program will work. Can you show me how I can achieve a right-based
alignment in a table cell? Thanking you in advance,

Regards,

James.

------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hi2vr5k/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123700518/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

_________________________________________________________________
Thinlet Project Site    | http://thinlet.com
Thinlet Addon Central   | http://thinletplus.com
Thinlet World News Blog | http://thinletworld.com
Thinlet F.A.Q.          | http://xul.sourceforge.net/thinfaq.html 
(Continue reading)

geraldbauer2005 | 11 Aug 00:22
Picon
Favicon

Thinlet Google Group Now Live

Hello,

  I've started a new Thinlet Group using the Google Group service
online @ http://groups-beta.google.com/group/thinlet

  Let me know if anyone prefers the Google Group service over Yahoo.

   - Gerald

------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hq2v7no/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123719730/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

_________________________________________________________________
Thinlet Project Site    | http://thinlet.com
Thinlet Addon Central   | http://thinletplus.com
Thinlet World News Blog | http://thinletworld.com
Thinlet F.A.Q.          | http://xul.sourceforge.net/thinfaq.html 
Wilcox, Mark | 11 Aug 00:27

RE: Thinlet Google Group Now Live

Gerald,
Perhaps you could tell us why you think one is better than the other?

Mark

________________________________

From: thinlet <at> yahoogroups.com on behalf of geraldbauer2005
Sent: Wed 8/10/2005 6:22 PM
To: thinlet <at> yahoogroups.com
Subject: [thinlet] Thinlet Google Group Now Live

Hello,

  I've started a new Thinlet Group using the Google Group service
online @ http://groups-beta.google.com/group/thinlet

  Let me know if anyone prefers the Google Group service over Yahoo.

   - Gerald

_________________________________________________________________
Thinlet Project Site    | http://thinlet.com
Thinlet Addon Central   | http://thinletplus.com
Thinlet World News Blog | http://thinletworld.com
Thinlet F.A.Q.          | http://xul.sourceforge.net/thinfaq.html 

SPONSORED LINKS 
Custom software development
<http://groups.yahoo.com/gads?t=ms&k=Custom+software+development&w1=Custom+software+development&w2=Database+development+software&w3=Embedded+software+development&w4=Offshore+software+development&w5=Software+development&w6=Software+development+company&c=6&s=198&.sig=kYBOdlMfyJslms86JT-45A>
(Continue reading)

geraldbauer2005 | 11 Aug 00:40
Picon
Favicon

Re: Thinlet Google Group Now Live

Hello Mark,

> Gerald,
> Perhaps you could tell us why you think one is better than the 
> other?

  I personally don't have a preference one way or another. My
impression is that lately the Yahoo! group went more or less into
hibernation and that the new Google service might help to inject new
live into the Thinlet group. 

  I suggest running both in parallel to see where there's greater
acceptance.

  - Gerald

------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hhiktfk/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123720811/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

_________________________________________________________________
Thinlet Project Site    | http://thinlet.com
Thinlet Addon Central   | http://thinletplus.com
Thinlet World News Blog | http://thinletworld.com
Thinlet F.A.Q.          | http://xul.sourceforge.net/thinfaq.html 
james_e_halpin | 11 Aug 10:48
Picon
Favicon

Re: Table cell text alignment

--- In thinlet <at> yahoogroups.com, "james_e_halpin" <james_e_halpin <at> y...>
wrote:
> Hi all,
> 
> I am using the latest version of Thinlet and have one quick question
> for you if you don't mind. I want to align the text of a cell in a
> table row and thought that this would work:
> 
>             Object cell = create("cell");
>             String count = "100"; //say for example
>             setString(cell, "text", count);
>             setString(cell,"alignment","right");
> 
> This unfortunately does not work (InvocationTargetException null). If
> I comment out the line "setString(cell,"alignment","right");" the
> program will work. Can you show me how I can achieve a right-based
> alignment in a table cell? Thanking you in advance,
> 
> Regards,
> 
> James.

Got it. It should be setChoice .... Thanks anyway.

------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hafmmkt/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123757375/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

_________________________________________________________________
(Continue reading)


Gmane