Dan Bookwalter N8DCJ Posted November 2, 2022 Report Share Posted November 2, 2022 Before I go down this road of a vision I have to make things easier for the engineers to write their own procedures .... I figured I would ask here first... What I would like to be abe to do is have a Tab control with different functions per tab , then let the user be able to drag and drop an "Icon" so to speak to the listbox,table etc... then I can pop up the user input screen for that particular function. Note , when I say function , i mean things that relate to testing , not , functions from the pallettes etc... Dan Quote Link to comment
hooovahh Posted November 3, 2022 Report Share Posted November 3, 2022 Is this a sequence editor? If so I don't see the tab design being very scalable. Here is a screenshot of something we do. It has a tree control on the left with all the different step types, with categories for them. Then the user can drag and drop an icon over to the right. Once they do a dialog will come up with the settings for the step they selected. They can also double click a step on the right for the settings for that step to come up again. There's lots of extra stuff like custom step limits, which is a slide out, and visual arrows if a step has a condition for jumping. Loops are seen as a tree on the right where you can drag and drop into or out of loops, and rearranging steps is also a drag and drop. There is also columns for icons that can be clicked, which is actually two picture controls because you can't have multiple glyphs in a tree, and if you can hack that in the icon size has to be real small. Each step has a typed cluster with the settings for it, that get flattened to a variant. You might not need to get this fancy, but a listbox of step types, and a listbox for the sequence might be a good start. 2 Quote Link to comment
Dan Bookwalter N8DCJ Posted November 3, 2022 Author Report Share Posted November 3, 2022 Hooovahh yes basically , i have already moved on from the icon idea , i like the tree control idea , i was messing around with a listbox , but , the tree should work better. nice looking panel there. Dan 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.