Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mistkhan

    Compilation Error

    Hi All I have found a sample application to call Tk routines from C. However during the compilation, I am getting the following error. I am having a doubt, whether I am including the correct library. It might be a silly error , please help in solving this error. Thanking you in advance...
  2. mistkhan

    Tk_messageBox

    Hi All How to call Tk_messageBox routine from a C function. Thanking you in advance Regards Aman
  3. mistkhan

    Calling TCL/TK routines from C functions

    Hi All I wanted to call some Tcl/TK routines from C functions like message box , dialog box ..etc. How to go about this. Thanking you in advance Regards Aman
  4. mistkhan

    Device List

    Hi All In windows , using the system properties, we can find what devices are present in the machine. Is there a command, which gives information about all the devices present in Solaris sparc machine or How to find device in Solaris. I wanted to know what Display card is there in Solaris 8...
  5. mistkhan

    Enable/Disable Widget

    Hi All I have written a code to enable/disable a text and entry widget on selection of a checkbutton, I was able to create it.However I have some queries 1. "m" variable is nothing but $w.bottom. I tried proc lfEnableButtons {w} { foreach child [winfo children $w] {...
  6. mistkhan

    Radiobuttion value assign

    Hi All I have written a small proc to display a window with some radio button option. On selection of radio button, I wanted to store the value of the radio button variable in a different variable. I tried doing it , however its failing. " # Assigning the value of the Radio Button...
  7. mistkhan

    make error

    Hi All I was installing SWIG on Solaris 8. When I execute the command "make install" I am getting the following error. *** Error code 2 make: Fatal error: Command failed for target `install-lib' Can anybody help me in solving this issue Thanking you in advance Regards Aman Below is...
  8. mistkhan

    Solaris 8 Booting Stops

    Hi All I have Sun Solaris 8 for Sparc. The machine was working fine. Suddenly booting stopped at a particular place. It was saying "Savecore:not enough space in /var/crash/sunnrd." As I wasnt knowing how to increase the space for it. I removed all the crash dump. Now the machine is...
  9. mistkhan

    C function become a tcl Command

    I wanted to write a C code which will program a flash. This should happen on selection of a button in a GUI. ie calling this flash C function from tcl/tk. For this should I have to create tcl command using tclCreateCommand , tclInterp... Like this I have lots of device program and application...
  10. mistkhan

    C Function

    Hi All I have developed application using VC++. In this application I have created lots of Graphical windows with buttons, dialog box , checkbutton ... I have written C code to be executed on selection of some buttons or checkbuttons. The Same I wanted to implement in Solaris using Tcl/TK. I...
  11. mistkhan

    Hi All I have written a code f

    Hi All I have written a code for window display, the window display format is below, however on executing code the button OK and CANCEL display in some other location and labelentry Major will not be aligned to the selectcommand label frame. Can anybody tell what changes I have to do in...
  12. mistkhan

    Pack Option

    Hi All I have written a small code in tcl using pack options. I have some queries related to it. Queries are 1. I was able to display the labelframe "Select Command " at distance of .5c from the frame , however the same thing, I am not able to do for the labelentry ?. 2. I wanted...
  13. mistkhan

    Tk_dialog Box

    Hi All I have an basic question , what is Bwidget, Iwidget, how is it different from normal Tcl/Tk coding. Can we use these Bwidgets or Iwidget in our normal tcl coding?. Thanking you in advance Regards Aman
  14. mistkhan

    Tk_dialog Box

    Hi All I am new to Tcl/Tk. I am developing a GUI using TCL/TK. I am creating a File menu , on selecting a file menu , I wanted to display a dialog box. This dialog box should have an combo box and three buttons. Actually I have developed this requirement on a toplevel window. I dont want use...

Part and Inventory Search

Back
Top