Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 3 made on Saturday December 15, 2007 at 05:19
sgtoma
Long Time Member
Joined:
Posts:
December 2007
73
Hi Lyndel,

Thanks for reply. I was hoping a reply from you or Barry. :)

Unfortunately the method you hinted doesn't write the new value to the x.label

I also tried the following variants my debug feedback being
System.print("counter++="+counter +"\n xlabel="+ x.label);



x.label = valueOf(++counter).toString(10);
----
x.label = valueOf(++counter)
------
++counter;
x.label = valueOf(counter);
-------
++counter;
x.label = valueOf(counter).toString(10);


---------

all of these including your method returns:
counter++= 1
x.label= 0

If I manually modify the widget's label say 3
it then returns
counter++= 4
x.label=3

This is worrying for me as I know that you guys are very knowledgeable and you really know your stuff. Honestly I see no reason why this doesn't work.

Any other ideas?

Last edited by sgtoma on December 15, 2007 07:29.


Hosting Services by ipHouse