imacarthur wrote: >> Tomas Bym wrote: >>> Hello, >>> I would like to implement to my application a widget, that would work >>> like a commad line or if know know the AutoCad input line.
>> I think someone was working on a 'terminal' widget.. it was mentioned >> on the list here within the last 3 months I think. Sounds like >> what you want. > > If it is just a terminal widget you want, my hack is here: > > http://www.9edgedown.talktalk.net/flterm.html > > But I think you are really wanting something else? I'm sorry, but I > don't understand, from the description, quite what it is you want to > achieve. My take on it is he wants to make a 'terminal like widget' that interacts with an AutoCad prompt, similar to how a regular unix terminal interacts with a shell, or how a "DOS window" interacts with the actual DOS shell. I think a widget derived from Fl_Text_Editor could do this, assuming he's already got all the details of the bidirectional pipeline between his app an the AutoCad shell figured out.. probably a tricky business under Windows involving a delicate balance of WIN32 pipes, stdout/err redirection, and CreateProcess. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

