Home · Articles · Downloads · Forums · LinksSeptember 06 2010 05:15:46
Navigation
Home
Articles
Downloads
FAQ
Forums
Contact Me
Links
Photo Gallery
Search
Register
Latest Articles
5GL:Property, Method...
Limnor vs. Computer ...
Codeless vs Coding
Community Conduct
View Thread
Limnor Community Portal | General Limnor Discussion | How to...
Author the "GET" principle in computer programming
vince
Member

Posts: 100
Location:
Joined: 30.01.07
Posted on 09-03-2010 01:26
Hello Forum,

This message is to help people gain a better
understanding of computer programming.

The message is to explain the "GET" principle in Limnor and in
computer programming.

GET PROPERTY value......is just the opposite of SET PROPERTY.
-----------------------------------------------------------------------------

As most people know, in Limnor you often SET PROPERTIES of things.

You can also "GET" the condition of properties as a user is using your software program.

Basically, in computer programming, "GET" is the oppossite of "SET".

----------------------------------------------------------------------------
example here.

We have made a computer program and somebody is using it. We want our porgram to "GET" the changes the user is making in the our program. Depending upon what values we discover, we want out program to do something useful.

So we want to "GET" values at runtime

We know that the person is making a window HIEGHT larger. (Page height Property)

Here is how we discover what the user has done.

1) We create a LOGIC EXPRESSION that is just "x". (Logic performer)

2) We create an action to SET the property called "parameter X" to the value of the property called PAGE HEIGHT.

3) IF the user has made the page HEIGHT higher than 700 we want to move it back down to 600 in height. IF it never went above 700 then we don't need to do anything at all.

4) So create an action called SET PAGE HEIGHT to 600.

5) To "GET" what the user has done....we create a nested IF THEN statement (this means IF THEN inside another IF THEN)

6) we make the event to trigger our NEST be the PAGE RESIZE event

------------------------------------------------------------------------------

so i summary, we create TWO statments (2 action lists) that are IF THEN lists.

In the first IF THEN statement we do not have any condition for the if test. We simply put our first ACTION here from 2) above.

Inside the first IF THEN satement...we then place our second IF THEN action list....(second action list)......

In the second action list is we have the condition IF page hieght is greater than 700....then the action in 4) above

All of the above is triggered by the program user with the EVENT of
re-sizing the page (window)

-----------------------------------------------------------------------------

The example above will show you how to do "GET" in programming.

The theory above can be applied to any property of any performer in Limnor. The theory also applies to the Limnor Studio tool.

hope this helps people out

thankyou,

Vince.
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Shoutbox
You must login to post a message.

yw
16/04/2010 17:25
It is available at http://www.limnor.com/dow
nloads/LimnorPerformerRef
erences.pdf


tangocash
15/04/2010 13:03
Hi limnor performers reference pdf link in rapidshare is down. I really need to download it. aj.soho@gmail.com

yw
28/08/2009 11:31
try set RThreshold = 1

Fredpret
27/08/2009 15:52
I cannot receive via the rs232 performer yet hyper terminal works. Any suggestion or help will be most welcome. Thanks

admin
06/05/2009 14:30
Fredpet - please post your inquiry in the forums so others can comment and benefit from the replies.

Fredpret
06/05/2009 10:46
I cant transfer data to a page variable. i thought it was exrtemely simple but no go. I shall be very grateful for any help

lammies
16/03/2009 10:45
will excel and word performers work with MSP Office 2007?

Raven
27/12/2008 10:48
Limnor Rocks !!!

piyushvishvas
13/07/2008 14:24
Limnor is great tool for developers. piyushvishvas wwww.vishvas.org

SOE
18/12/2007 15:06
Project browser and action list are awesome ways to help program visually. It truly allows you to organize, see the logic involved, and help program. You don't have this view point using traditio

Shoutbox Archive
Forum Threads
Newest Threads
Scraping revisited
TreeviewX change icon
Scraping HTML or CSV...
Treeview help
Old limnor
Hottest Threads
how to make repor... [33]
Filling database ... [31]
my project [31]
Users Management [30]
Possible Bugs Rep... [26]