Fellow LongRangers,
Recently had an idea about how to externalise the screen logic from the application logic in my LongRange reusable parts. My goals where to be able to
* Remove 90% + of the commands in my reusable parts that deal with the look and feel (which generally take up most of the ...
Search found 5 matches
- Wed May 21, 2014 3:53 pm
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: External Layout Thought Bubble (RDMLX) UPDATED
- Replies: 0
- Views: 9791
- Mon May 27, 2013 3:56 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RPG and RDMLX) Scope and lifecycle of '/sharedStates'
- Replies: 10
- Views: 11242
Re: (RDMLX) Scope and lifecycle of '/sharedStates'
Guys,
In case any LongRange LANSA developers wish to do the same, here is an export for VL of my server side caching. The export contains a File, its fields and an RP with methods to get and set values.
Cheers
Greg
In case any LongRange LANSA developers wish to do the same, here is an export for VL of my server side caching. The export contains a File, its fields and an RP with methods to get and set values.
Cheers
Greg
- Thu Feb 21, 2013 8:57 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Resuable Part for Generic iOS screens - UPDATED (RDMLX)
- Replies: 5
- Views: 17717
Re: Resuable Part for Generic iOS screens - UPDATED (RDMLX)
Andy,
No worries, here is the code for this reusable part. The code in bold covers the building of the list and the add more entries functionality
* **************************************************
*
* COMPONENT: STD_PANL
*
* **************************************************
Function Options ...
No worries, here is the code for this reusable part. The code in bold covers the building of the list and the add more entries functionality
* **************************************************
*
* COMPONENT: STD_PANL
*
* **************************************************
Function Options ...
- Fri Sep 14, 2012 8:28 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Resuable Part for Generic iOS screens - UPDATED (RDMLX)
- Replies: 5
- Views: 17717
Re: Resuable Part for Generic iOS screens - UPDATED (RDMLX)
Pascal,
See the updated post, it includes the right arrow for the old code and example.
Here is another example screen
Cheers
Greg
See the updated post, it includes the right arrow for the old code and example.
Here is another example screen
Cheers
Greg
- Tue Jul 03, 2012 9:41 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Resuable Part for Generic iOS screens - UPDATED (RDMLX)
- Replies: 5
- Views: 17717
Resuable Part for Generic iOS screens - UPDATED (RDMLX)
I have created a Resuable Part alongside Mark D's RPG program to get a generic look and feel. This is now the new version of the file, with changes that I have made based on experience.
Please have a play and please add to it if you can
To use, download code and create it as a resuable part with ...
Please have a play and please add to it if you can
To use, download code and create it as a resuable part with ...