jzoller Posted August 21, 2009 Report Share Posted August 21, 2009 Does anyone know if a flow layout method for front panels has been attempted? For instance, Silverlight's: http://msdn.microsoft.com/en-us/library/cc645025(VS.95).aspx. (I need to stop learning new tools. I keep finding features that I want!) Thanks, Joe Z. Quote Link to comment
Daklu Posted August 21, 2009 Report Share Posted August 21, 2009 I'm not sure what you're asking. The layout system itself is already implemented somewhere in the depths of Labview. Are you after documentation on that system to improve fp performance? Are you looking for a framework to help with resizing the fp during runtime? Quote Link to comment
gb119 Posted August 21, 2009 Report Share Posted August 21, 2009 I'm not sure what you're asking. The layout system itself is already implemented somewhere in the depths of Labview. Are you after documentation on that system to improve fp performance? Are you looking for a framework to help with resizing the fp during runtime? I've certainly wanted to attempt runtime resizing and rearranging of my frontpanel (for an XControl where the user can resize the facade and so I want to be able to rearrange the control elements as required). I had a brief look into how Tcl/Tk packing layout engines worked, but it looked quite complex so I stopped Quote Link to comment
jzoller Posted August 21, 2009 Author Report Share Posted August 21, 2009 ...Are you looking for a framework to help with resizing the fp during runtime? That's close. The system I'm thinking about has embedded rules to deal with how front panel items are rearranged when the screen is resized. ... but it looked quite complex so I stopped That's the impression that I've gotten so far: it's a difficult problem. I suspect that the diagram cleanup code was worse, though Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.