I am working with Powerbuilder 6.5 and the PFC. I am trying to create a service that would automatically register all controls on a window so that when a window is resized all objects on the window will resize automatically instead of having to register every control for every window. Old way: inv_resize.of_Register(cb_cancel, this.inv_resize.SCALE) inv_resize.of_Register(cb_ok, this.inv_resize.SCALE) inv_resize.of_Register(gb_1, this.inv_resize.SCALE) inv_resize.of_Register(st_1, this.inv_resize.SCALE) inv_resize.of_Register(st_msg, this.inv_resize.SCALE) New way: Loop thru objects on window and register each control without manually registering each control so that when new controls are added to the window they would automatically be registered.. > [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS > A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE: help pfcsig > SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]
