Monte, Can you publish scripts for the XMLtree call? thx! (I know to use with 1.1.1b1) -Chipp
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Monte > Goulding > Sent: Friday, June 21, 2002 3:54 AM > To: [EMAIL PROTECTED] > Subject: RE: Announcement: libXMLText > > > Sorry, I forgot to give an example script ;-) > > Just create a new field and button on a stack and put in the button script > (watch out for wrapping): > on mouseUp > set the StyleXMLface of fld 1 "hello","Arial" > set the StyleXMLsize of fld 1 "hello",16 > set the StyleXMLcolor of fld 1 "world","blue" > set the StyleXMLbgcolor of fld 1 "world","yellow" > set the XMLText of fld 1 to "<hello>Hello</hello> <world>World!" > end mouseUp > > There's other stuff but that'll get ya started ;-) > > Cheers > > Monte Goulding > B.App.Sc. (Hons.) > > Executive Director > Sweat Technologies > > email: [EMAIL PROTECTED] > website: www.sweattechnologies.com > mobile: (+61) 0421 138 274 > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
