Re: Getting Property Names

2010-09-19 Thread DunbarX
When you say "the reserved properties" do you mean you also want the custom 
properties? If so, "the customproperties" returns all those in an array.

Craig Newman
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Getting Property Names

2010-09-18 Thread Mark Wieder
Bernd-

Saturday, September 18, 2010, 11:03:36 AM, you wrote:

> wouldn't that be

> set the hscroll of field "myField" to 0

No doubt it would. But you can also say

put the keys of (the properties of field "myField")

to get the (more or less) complete list of properties.

-- 
-Mark Wieder
 mwie...@ahsoftware.net

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Getting Property Names

2010-09-18 Thread BNig

Hi Len,

wouldn't that be

set the hscroll of field "myField" to 0

regards
Bernd
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Getting-Property-Names-tp2545352p2545372.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Getting Property Names

2010-09-18 Thread Len Morgan
 If this is not possible, I'm trying to find out how to set the 
horizontal thumbposition of a field to the left edge.


On 9/18/2010 12:37 PM, Len Morgan wrote:
 I'm trying to get a list of all the properties (not Custom) for an 
object.  I know this used to be possible because Galaxy used to do 
it.  the propertyNames() only gets the reserved names in Revolution 
(according to the docs at least) and I'd like just the properties that 
apply to say a field or a button.


Is this still possible?

len morgan
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Getting Property Names

2010-09-18 Thread Len Morgan
 I'm trying to get a list of all the properties (not Custom) for an 
object.  I know this used to be possible because Galaxy used to do it.  
the propertyNames() only gets the reserved names in Revolution 
(according to the docs at least) and I'd like just the properties that 
apply to say a field or a button.


Is this still possible?

len morgan
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution