Converting a program from Pascal to wxEuphoria
- Posted by vmars Jun 14, 2009
- 1245 views
Greetings;
If you are able, please view a pic of my TxTool (Windows) program @ http://www.flickr.com/photos/vmars956/ It is written Delphi/Pascal, but I want to convert it to Euphoria.
~ the top 1/3 of screen is mostly panels, with a ScrollBox that holds another panel, which is loaded with feature buttons (Sort, Html, Strip, Leading, Trailing, et..). When a button is clicked, (e.g., SORT) up pops a panel which contains all the options for the feature button clicked. New pgm doesn't have to use buttons, could be Tabs. The bottom 2/3 of the screen contains two TextControls and buttons.
Now here's my dilemma: I don't know what the names are for similar controls in Euphoria, or what they actually look like. So I don't really know what are my options. I am hoping that someone(s) can aim me at wxEuphoria Docs with Examples, with pics of the different controls, and how they all fit together. I plan to document my journey and make Docs available online.
It seems like a very complex project to me, probably because I am not yet comfortable with those tricky Sizers. Anyways, if you fellow Euphorians have sample wxEuphoria code/examples, esp. using wxScrolledWindow (or similar, or complex Sizer hierachys) please aim me at them.
Thanks a lot! ...Vern