strange htmltext problem

2012-09-18 Thread Klaus on-rev
Hi friends, I have a strange htmltext problem with LC 5.52 while working on a rating thing (5 stars etc..) with a LOCKED field :-) I have this script: on mouseUp put "12345" into fld 1 repeat with i = 1 to 5 set the imagesource of char i of fld 1 to 1005 end repeat e

Re: strange htmltext problem

2012-09-18 Thread Mike Bonner
instead, try it with styledtext If you set things how you want then put the styledtext of field 1 into myWhateverArray you can then set the styledtext of field 1 back to the array On Tue, Sep 18, 2012 at 8:37 AM, Klaus on-rev wrote: > Hi friends, > > I have a strange htmltext proble

Re: strange htmltext problem

2012-09-18 Thread Klaus on-rev
;, hmm, looks its time to read up the new field features :-D Anyway, I consider this a bug with htmltext! > On Tue, Sep 18, 2012 at 8:37 AM, Klaus on-rev wrote: > >> Hi friends, >> >> I have a strange htmltext problem with LC 5.52 while working on a rating >> thin

Re: strange htmltext problem

2012-09-18 Thread Mike Bonner
a bug with htmltext! > > > On Tue, Sep 18, 2012 at 8:37 AM, Klaus on-rev >wrote: > > > >> Hi friends, > >> > >> I have a strange htmltext problem with LC 5.52 while working on a rating > >> thing (5 stars etc..) with a LOCKED field :-) > >>

Re: strange htmltext problem

2012-09-18 Thread Peter Haworth
arge number of lines to be processed. This is with LC 5.5.0, OSX 10.7. Pete lcSQL Software <http://www.lcsql.com> On Tue, Sep 18, 2012 at 7:37 AM, Klaus on-rev wrote: > Hi friends, > > I have a strange htmltext problem with LC 5.52 while working on a rating > thing (5 star

Re: strange htmltext problem

2012-09-19 Thread Klaus on-rev
Hi friends, Am 18.09.2012 um 16:37 schrieb Klaus on-rev : > Hi friends, > > I have a strange htmltext problem with LC 5.52 while working on a rating > thing (5 stars etc..) with a LOCKED field :-) > ... > Fine so far, but when I set the htmltext of that field to the (Li

Re: strange htmltext problem

2012-09-20 Thread Peter Haworth
essed. > > This is with LC 5.5.0, OSX 10.7. > > Pete > lcSQL Software <http://www.lcsql.com> > > > > On Tue, Sep 18, 2012 at 7:37 AM, Klaus on-rev wrote: > >> Hi friends, >> >> I have a strange htmltext problem with LC 5.52 while working on a rat