|
|
|
Philips Pronto Professional Forum - View Post
|
|
|
|
|
|
|
The following page was printed from RemoteCentral.com:
Topic: | Retrieve "Project Name" This thread has 2 replies. Displaying all posts. |
|
Post 1 made on Monday March 4, 2024 at 09:56 |
GJC33 Long Time Member |
Joined: Posts: | September 2010 13 |
|
|
Hi,
Anyone know if it is possible to retrieve the "Project Name" field from the system page / project tab to load into a text field?
I want to have a label object named [Lbl_Version] on my main page that automatically updates when I change my project name.
Thanks
|
|
Post 2 made on Monday March 4, 2024 at 19:50 |
Lyndel McGee RC Moderator |
Joined: Posts: | August 2001 13,059 |
|
|
According to the Dev Guide, if it were possible to do this, you'd do it with the System class.
I see getModel(), getSerial(), get BootloaderVersion(), getFreeCFMemory(), getFirmwareVersion(), but no getProjectVersion(). :-(
My recommendation is to put the project name in the system properties and then also on a label in a hidden page in the 'Home' activity.
For example:
Page - ProntoScriptName = 'PROJECT' Label on page - ProntoScriptName = 'VERSION'; text = "MyProjectName";
You, then, from a Button or Page Script in the application, issue: GUI.widget('Version').label = CF.getWidget('VERSION', 'PROJECT', 'PS_HOME').label;
|
Lyndel McGee Philips Pronto Addict/Beta Tester
|
|
Post 3 made on Wednesday May 22, 2024 at 09:12 |
Very thanks Lyndel! MP3 Juice enables you to search for music and download free MP3s. With MP3 Juices, you can search for your favorite songs and save them at up to 320kbps directly to your device. Whether you’re looking for streaming music or downloading MP3s, this platform has you covered! More information visit: mp3 juice, y2mate, tubidy
|
Thanks good |
|
|
Before you can reply to a message... |
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now. |
Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.
|
|
|
|