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
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
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
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 :-)
> >>
;, 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
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
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