PDA

View Full Version : Update parent width when child has changed...


jwmedia
09-22-2009, 12:36 AM
Here's my problem.


I've got a Label wrapped in an ObjectHandles component. When a user adds the Label through a function addText, all is great.

However, I have another input field for them to update the text. That functionality is working great, but the width changes, and I can't seem to get the parent (the objectHandles component) to change with it.

I really don't understand binding, so any suggestions will be great!

Any ideas?