Sponsored Content
Full Discussion: TK executable?
Top Forums UNIX for Dummies Questions & Answers TK executable? Post 12517 by anent on Wednesday 2nd of January 2002 06:37:49 PM
Old 01-02-2002
TK executable?

hi All,
Can any one help me to find out a solution for creating an Executable file for a TK widget script.
Is there any command line option for it.
I am working in HP Unix workstation.

Regards,
Anent
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

creating executable for every C file

hello Folks, once we compile any C code on Linux, we run the code using "./a.out".. but can we have an executable for every program so that we can run the code directly without compiling the code every time. just run the executable and get the output! Thanks! (7 Replies)
Discussion started by: compbug
7 Replies

2. UNIX for Dummies Questions & Answers

Executable files

This question always confuses me :- Suppose I write a program and compile it on a machine with operating system A and processor B will the exe file run on a machine with operating system A2 but processor B operating system A but processor B2 operating system A2 and processor B2........ ... (9 Replies)
Discussion started by: nervous
9 Replies

3. Shell Programming and Scripting

Executable file

Hi everybody: I have strange problem. I have compiled a source code and created an executable file. This file I can use it into my PC, but when I copy this executable to my laptop this one doesn't work and the system tell me: bash: ./sbdart_unix: cannot execute binary file Somebody can... (3 Replies)
Discussion started by: tonet
3 Replies

4. Shell Programming and Scripting

starting an executable..

I need a perl script that needs to start an executable in a different shell so that I can use this to run more commands from my script. This is what I have: my $USER = "my_user_name"; mu $HOST = "hostname"; my $ssh = 'ssh $USER@'."$HOST"; my $cmd = "cd $EXE_DIR && sudo $EXE $EXE_PARAMETERS";... (0 Replies)
Discussion started by: looza
0 Replies

5. Shell Programming and Scripting

executable file

Hi, I want to know that how can i read the content of a .exe file?? Thanks (1 Reply)
Discussion started by: ss_ss
1 Replies

6. UNIX for Dummies Questions & Answers

executable files

hello. My question, basically is: what is the definition of unix/linux exec files, or what makes a file executable? More specifically, must a unix source file that was compiled using gcc have exec permissions in order to be considered executable? Is it right to say that a unix/linux exec file... (1 Reply)
Discussion started by: nadavkri
1 Replies

7. Programming

Executable file in C

Hi all, I have modified a C file and executed it. While executing the executable file for that C file, it shows à is cannot be printed. I have given isprint(à) to test it. When I copy the old executable file and execute it it shows it can be printed. Then I retain the C code back and executed it... (1 Reply)
Discussion started by: sivakumar.rj
1 Replies

8. UNIX and Linux Applications

Tar executable

Hi, I need to download tar.exe to archive the files before doing gzip...... I downloaded the executables from Browse GnuWin Files on SourceForge.net but my concern is whether this particular exe is safe to use? is it a licensed version? Have anybody downloaded from this site? Need ur advice. (2 Replies)
Discussion started by: Codesearcher
2 Replies

9. Shell Programming and Scripting

Not executable

I want to check whether a file is not executable or not? means instead of knowing whether a file is executable or not: if ........... I want to check: if file is not executable (1 Reply)
Discussion started by: proactiveaditya
1 Replies

10. Shell Programming and Scripting

who renamed my executable

Hi All, I connected via rlogin in testing environment (ksh ) and placed an executable with -rwxr-xr-x permission. eg: from my own unix box used : rlogin host -l user But the exe was renamed by somebody. since it's only renaming none of the access time , modification time etc is altered.... (2 Replies)
Discussion started by: blackcat
2 Replies
tixInputOnly(n) 					       Tix Built-In Commands						   tixInputOnly(n)

__________________________________________________________________________________________________________________________________________________

NAME
tixInputOnly - Create and manipulate TIX InputOnly widgets SYNOPSIS
tixInputOnly pathName ?options? STANDARD OPTIONS
-cursor -width -height See the options manual entry for details on the standard options. WIDGET-SPECIFIC OPTIONS TixInputOnly does not have any widget specific options. _________________________________________________________________ DESCRIPTION
The tixInputOnly command creates a new window (given by the pathName argument) and makes it into a tixInputOnly widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the tixInputOnly such as its cursor or width. TixInputOnly widgets are not visible to the user. The only purpose of TixInputOnly widgets are to accept inputs from the user, which can be done with the bind command. WIDGET COMMAND
The tixInputOnly command creates a new Tcl command whose name is the same as the path name of the tixInputOnly's window. This command may be used to invoke various operations on the widget. It has the following general form: pathName option ?arg arg ...? PathName is the name of the command, which is the same as the InputOnly widget's path name. Option and the args determine the exact behav- ior of the command. The following commands are possible for tixInputOnly widgets: pathName cget option Returns the current value of the configuration option given by option. Option may have any of the values accepted by the tixInpu- tOnly command. pathName configure ?option? ?value option value ...? Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. Option may have any of the values accepted by the tixInputOnly command. BINDINGS
tixInputOnly widgets have no default bindings. BUGS
tixInputOnly is currently implemented for the Unix version of Tix only. KEYWORDS
Tix(n) Tix 4.0 tixInputOnly(n)
All times are GMT -4. The time now is 10:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy