(05-31-2025, 11:12 PM)bplus Wrote: The form does look great, I wonder what it would look like with typical data in it.
As you wish...
![[Image: Screenshot-2025-06-01-083231.png]](https://i.ibb.co/G30dRjPC/Screenshot-2025-06-01-083231.png)
(05-31-2025, 02:32 PM)Jack Wrote: don't know anything about electric engineering but the form looks good
is this your first venture using InForm-PE ?
how long did it take you from start to finish ?
I didn't answer your other question: Altogether about a day. Designing the UI took about four hours (with some mind-changing along with trial and error).
(05-31-2025, 10:22 PM)a740g Wrote:Thanks, please feel free.(05-31-2025, 05:05 PM)bobalooie Wrote:(05-31-2025, 02:32 PM)Jack Wrote: don't know anything about electric engineering but the form looks goodIt's not my first InForm program. My first one was R2P, a rectangular-to-polar-and-vice-versa converter that also graphed the angle. a740g put it into his example programs.
is this your first venture using InForm-PE ?
how long did it take you from start to finish ?
https://github.com/a740g/InForm-PE/tree/master/examples
Hope you don't mind if I add this one as well. These make great test candidates whenever I make changes or updates to InForm. The form itself looks really neat!
While I have your attention: InForm has tabbing capability for its controls, but the controls don't have a tab order property; the order appears to be established in the order the controls are created and placed. I suspect adding a TabOrder property would be a major PITA. I ran into this when I was working through the design and realized I had left out the conduit type radio buttons. They fit into a particular place in the form but tabbing through was an adventure.
I find now that I can change the tab order manually by editing the VDrops.frm file, rearranging the __UI_NewID calls so they appear in the order I need. (see the attached updated files) I didn't find any mention of this behavior in the Wiki, if it's there, I apologize. If not, I think it would be worthwhile to add that as a handy tip.
It's not the having, it's the doing.