nightdweller Posted August 19, 2004 Report Share Posted August 19, 2004 Hey GUI experts, :worship: I need your help. I basically grouped some controls, and indicators under a decoration. I am trying to move the entire object, is there a way to do this? Thanx. Vince Quote Link to comment
James McAnanama Posted August 19, 2004 Report Share Posted August 19, 2004 Select all of the controls and the decoration, then on the "ReOrder" tab, select "GROUP" Quote Link to comment
nightdweller Posted August 19, 2004 Author Report Share Posted August 19, 2004 Select all of the controls and the decoration, then on the "ReOrder" tab, select "GROUP" 1501[/snapback] James, Thanks for the Reply, but this is what I meant. I have some controls that vary in boundaries. I have enclosed a seperate set of controls & indicators into a decoration. My question is how can I move all that stuff at runtime? I can group everything with clusters but that just requires alot of changes to the rest of the code I have. So, if this is possible it will definite save alot of time Thanx, Vince Quote Link to comment
jpdrolet Posted August 19, 2004 Report Share Posted August 19, 2004 James,Thanks for the Reply, but this is what I meant. I have some controls that vary in boundaries. I have enclosed a seperate set of controls & indicators into a decoration. My question is how can I move all that stuff at runtime? I can group everything with clusters but that just requires alot of changes to the rest of the code I have. So, if this is possible it will definite save alot of time Thanx, Vince 1503[/snapback] Customize one of the controls to include the decoration within. The decoraratin will move with the control. Quote Link to comment
nightdweller Posted August 19, 2004 Author Report Share Posted August 19, 2004 Customize on of the control to include the decoration within. The decoraratin will move with the control. 1505[/snapback] jpdrolet, Thanx, it sounds like it might just work... give me some time to put this together and I will give you guys an update. Vince Quote Link to comment
nightdweller Posted August 19, 2004 Author Report Share Posted August 19, 2004 Customize one of the controls to include the decoration within. The decoraratin will move with the control. 1505[/snapback] jpdrolet, Okay, here's where I stand. I attempted to incorporate many controls and indicators into a decoration, but failed to do so. I should have know that I cannot customize more than one control at a time. :headbang: Maybe there is a way around it, but I have not work enough with customizing controls to do so. Any ideas? vince Quote Link to comment
jpdrolet Posted August 19, 2004 Report Share Posted August 19, 2004 jpdrolet,Okay, here's where I stand. I attempted to incorporate many controls and indicators into a decoration, but failed to do so. I should have know that I cannot customize more than one control at a time. :headbang: Maybe there is a way around it, but I have not work enough with customizing controls to do so. Any ideas? vince 1508[/snapback] I mean to customize a single control so it includes the decoration. Then the decoration will follow when the control is moved. See attachment Download File:post-447-1092956037.vi Quote Link to comment
nightdweller Posted August 20, 2004 Author Report Share Posted August 20, 2004 I mean to customize a single control so it includes the decoration. Then the decoration will follow when the control is moved. See attachment 1509[/snapback] I've tried what you suggested. It moves with one control. However, I want anything encapsulated in the decoration to move. thanx, vince Quote Link to comment
nightdweller Posted August 20, 2004 Author Report Share Posted August 20, 2004 Wow some of you guys are here pretty late.. :worship: Anyhow, I guess there are many methods of solving this. The easiest solution for me, is define the decoration boundary, then make comparisons to other objects. If within boundaries a compound and should generate a true. Then move the objects accordingly. vince Quote Link to comment
Deep_Blue Posted August 20, 2004 Report Share Posted August 20, 2004 Why not make a cluster of your controls and move the cluster. You can also include the decorations. I currently don't have LabView installed at home, so I can't send an example but if this still bugs you next week, send me email and I'll make and send you an example. :beer: Quote Link to comment
nightdweller Posted August 20, 2004 Author Report Share Posted August 20, 2004 Why not make a cluster of your controls and move the cluster. You can also include the decorations. I currently don't have LabView installed at home, so I can't send an example but if this still bugs you next week, send me email and I'll make and send you an example. :beer: 1517[/snapback] Your right that works great. :thumbup: The only problem is that I am fixing up some code. If I change the clusters I would have to change alot of other stuff. I prefer not to do that. I guess it would just be easier to write a routine that would take care of that, it would be helpful later on anyhow. :beer: vince 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.