Sponsored Content
Top Forums UNIX for Advanced & Expert Users How to control remotely "full" Linux router in GUI ? Post 302304864 by jack2 on Tuesday 7th of April 2009 12:50:05 PM
Old 04-07-2009
Quote:
Originally Posted by Corona688
If you showed more work in your part and described the problem and situation better it would be a lot easier to help you. Not everyone knows what Dialog is, I suppose its a text-based GUI? And I did not know you meant an embedded router or I wouldn't have suggested X11, sorry about that.

Right now you're giving us a blanket "it's broken, fix it", example programs displaying the problem would be really useful. Much moreso than quoting small parts of excised library code in the hope some keen eye here will spot something wrong in it despite the total lack of context.
My dear friend,

please read the subject line
How to control remotely "full" Unix Linux router in GUI ?

If you are interested in dialog widgets I can send more examples.
The issue is, how to make full text-based GUI interface of the existing
widget boxes (like in old good MS DOS) or to start writing my own
full box interface, based on examples coming with already compiled widget boxes.

As my previous reply is lost, just let me know what I should write now
and thanks for your interest in dialog utility, already 15 years old project.

Jack
 

We Also Found This Discussion For You

1. SuSE

Linux the most "GUI" - pls. help

Hi All; Well here's another stupid question. But i tired to make it relevant. I'm looking to install a flavour of UNIX. I think Linux is the most "GUI" of all the flavours. Please verify me if I am correct/incorrect and if so, please state the "most GUI" flavour of UNIX. Cheers. (1 Reply)
Discussion started by: radith
1 Replies
itk(n)								     [incr Tk]								    itk(n)

NAME
itk - framework for building mega-widgets in Tcl/Tk DESCRIPTION
Mega-widgets are high-level widgets that are constructed using Tk widgets as component parts, usually without any C code. A fileselection- box, for example, may have a few listboxes, some entry widgets and some control buttons. These individual widgets are put together in a way that makes them act like one big widget. A fileselectionbox mega-widget can be created with a command like: fileselectionbox .fsb -background blue -foreground white Once it has been created, it can be reconfigured with a command like: .fsb configure -background green -foreground black and all of its internal components will change color. Each mega-widget has a set of methods that can be used to manipu- late it. For example, the current selection can be queried from a fileselectionbox like this: set fileName [.fsb get] In effect, a mega- widget looks and acts exactly like a Tk widget, but is considerably easier to implement. [incr Tk] is a framework for building mega-widgets. It uses [incr Tcl] to support the object paradigm, and adds base classes which provide default widget behaviors. All [incr Tk] widgets are derived from the Archetype base class. This class manages internal component widgets, and provides methods like "configure" and "cget" to access configuration options. The Widget base class inherits everything from Archetype, and adds a Tk frame which acts as a container for the mega-widget. It is used to build mega-widgets that sit inside of other frames and toplevels. Derived classes create other internal components and pack them into the "hull" frame created by the Widget base class. The Toplevel base class inherits everything from Archetype, but adds a Tk toplevel which acts as a container for the mega-widget. It is used to build mega-widgets, such as dialog boxes, that have their own toplevel window. Derived classes create other internal components and pack them into the "hull" toplevel created by the Toplevel base class. [incr Widgets] LIBRARY [incr Widgets] is a mega-widget library built using [incr Tk]. It can be used right out of the box, and contains more than 30 different widget classes, including: - fileselectiondialog - tabnotebook - panedwindow - combobox - optionmenu - scrolledlistbox - scrolledframe - messagedialog - and many others... The catalog demo in the "iwidgets/demos" directory shows all of the available widgets in action. Each widget class has its own man page describing the features available. KEYWORDS
class, object, object-oriented, mega-widget itk 3.0 itk(n)
All times are GMT -4. The time now is 03:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy