Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Still has problem with getting textfield from dialogs


1 reply to this topic

SpIkE007

SpIkE007
  • Members
  • 4 posts

Posted 09 January 2002 - 01:55

Thanks Kurt for the reply...
But I've still got a problem... I'm able to write to the registry but it's always writing the default value (whatever I define in the property table).  During the installation process, in the dialog, I've type something else in the textfield, but it's not acknowledging it.  It's ingoring it and writing the default valude back to the registry.
In the registry table,  under the value column, i've typed in [testvalue] and that's the property of the textfield.

any other suggestions?

thanks in advance
Tony


Leigh Ravenhall

Leigh Ravenhall
  • Members
  • 269 posts

Posted 09 January 2002 - 04:40

If you need a property to hold it's value from one sequence to the next, you need to make it a public property.  To do this, simply make all the letters in the property name uppercase.  eg.  Instead of [testvalue] you would need [TESTVALUE].  You'll have to change it on the dialog as well.