I was not aware of the current behavior but this could explain some problems
I met formely.

Does the current behavior means that it is not possible to do:

  set the textSize of fld 1 to 24
  set the textFont of fld 1 to monaco

to set the size and font to 24/monaco because:

  set the textSize of fld 1 to 24 -- changes the textFont also
  set the textFont of fld 1 to monaco -- reset the textSize also
  -- then here we dont get what we wanted to (24/monaco)?

I would not consider a good practice to have such side effects: what
property you set should be set without changing other "bounded" properties.

This is my opinion.

Joel Guillod

> ...
> You can read more about the behavior and the feature request here:
> 
> http://www.runrev.com/revolution/developers/bugdatabase/show_bug.cgi?id=66
> 
> Curry

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to