Is there a way to trigger resizing of objects in a subform so it is done 
automatically?

I realize that it is possible to:

1) call a method in the subform’s context (EXECUTE METHOD IN SUBFORM) that...
2) uses OBJECT GET SUBFORM CONTAINER SIZE to obtain the subform size, and ...
3) uses FORM GET OBJECTS to get all the objects on the form, and for each 
object...
4) call OBJECT GET RESIZING OPTIONS for each object, then...
5) use OBJECT SET COORDINATES to resize each object, 

… but there seems that there would be a better way of doing this. Any 
suggestions?


Regards,

Leonard Soloniuk, MD


**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to