Search found 5 matches

by GregSippel
Wed May 21, 2014 3:53 pm
Forum: Tips & Techniques - RPG and RDMLX
Topic: External Layout Thought Bubble (RDMLX) UPDATED
Replies: 0
Views: 9789

External Layout Thought Bubble (RDMLX) UPDATED

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 ...
by GregSippel
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: 11237

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
LANSALRS.zip
(13.26 KiB) Downloaded 402 times
by GregSippel
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: 17709

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 ...
by GregSippel
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: 17709

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
2012-09-14-08-34-08.jpg
2012-09-14-08-34-08.jpg (138.49 KiB) Viewed 17617 times
Cheers
Greg
by GregSippel
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: 17709

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 ...