re: is this weird or is t me?

2006-10-13 Thread [EMAIL PROTECTED]
After following the discussion in the subject line on masking and disabling 
buttons,I tried a few scenarios to see what all the hassle was about. 
The result was a little stack for trying out the possibilities discussed (I 
think) and I have uploaded it to My Space.
(Don't know how to link you to it from here - user name BarryB)

Although I am sure it will be of no interest to those who took part in the 
discussion,I thought it might be to any other beginners in Revolution who maybe 
as thick as me. If any! ;-)

 Oh! if someone can tell me how to reset the scrollbar on a text field to the 
top when leaving the card, I should be very grateful and will update it.
Barry Barber


--
Ancora dubbi? Scegli Barclaycard, la carta di Credito leader in Europa: 0 
Canone, 0 Commissioni, 100% Sicura!
http://click.libero.it/barclaycard


___
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: is this weird or is t me?

2006-10-13 Thread Klaus Major

Buongiorno Barry,

After following the discussion in the subject line on masking and  
disabling buttons,I tried a few scenarios to see what all the  
hassle was about.
The result was a little stack for trying out the possibilities  
discussed (I think) and I have uploaded it to My Space.

(Don't know how to link you to it from here - user name BarryB)

Although I am sure it will be of no interest to those who took part  
in the discussion,I thought it might be to any other beginners in  
Revolution who maybe as thick as me. If any! ;-)


 Oh! if someone can tell me how to reset the scrollbar on a text  
field to the top when leaving the card, I should be very grateful  
and will update it.


on closecard
  set the scroll of fld your field here to 0
  ...
end closecard

will do the trick :-)


Barry Barber


Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
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: is this weird or is t me?

2006-10-13 Thread Mark Schonewille

on closeCard
  set the scroll of fld x to 0
  pass closeCard
end closeCard

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software.  
Download at http://www.salery.biz


Op 13-okt-2006, om 18:09 heeft barryb@@libero..it het volgende  
geschreven:


snip

 Oh! if someone can tell me how to reset the scrollbar on a text  
field to the top when leaving the card, I should be very grateful  
and will update it.

Barry Barber


___
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