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 Wanet Telecoms Ltd 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: *

  • Users: Anto35
  • Content: Threads
  • Order by date
  1. Anto35

    [incr Tcl] and C

    Hi, Is it possible to link an itcl class variable (private or public) to a C variable using the Tcl_LinkVar(...) procedure? Thanx for your answers.
  2. Anto35

    Anchor in canvas

    I want to know how does the anchor works when we insert a bitmap file in a canvas. I try to fill the canvas with a bitmap of the same size but I don't understand how does the anchor works in the canvas and the bitmap isn't well placed! - Example: # Create and place canvas canvas .cnvs...
  3. Anto35

    Tcl/Tk and XML...

    Hi, I want to know if a widget which can display XML files on screen exists. I don't know if TkHTML widget is able to diplay such files... I'm also looking for some tutorials on tDOM, TclDOM, and TclXML. Thanks.
  4. Anto35

    Patch for Athlon Xp+

    Hi, I use a Linux MAndrake 9.0 and I want to know where can I find a patch for my Athlon Xp 1700+. And how I can recompile the kernel. My configuration already work but I want to install this patch to make my PC work better. Thanx!
  5. Anto35

    X server -- Debian Woodie

    Hi, I recently install Linux (Debian Woodie 3.0) on my computer but I 've got a porblem with the X server. It crash when I try to run it (I use the startX command) and I get the following message:"Can't find an usable screen!" So I need some help or links to some documentation to solve...
  6. Anto35

    Acces Cshell environmt variable

    if [info exists env(HOME)] { set dir $env(HOME) } else { # the environment var isn't set, use a default puts "Pas de variable home" set dir "/tmp" } I don't understand why this code don't work! Thanx for your replies.
  7. Anto35

    Pixmap -- Xlib

    What's wrong with this code???? /*----------------------------------------------------------------------------- VOID lcd_BmpGeneration(VOID) { char filename[60] = "/blabla/screen.bmp"; unsigned char w, h, bx, by, val; Display * display; GC gc; XID xid; Pixmap...
  8. Anto35

    Font apparence

    Does anybody know a beautiful font for Sun workstation??? I used standard font (Roman, times,... with the Tcl "font create" command) but I get horrible letters on my text widget! I've got this problem only with Sun Workstation, with my P.C. under Linux I see pretty letters!
  9. Anto35

    The send command

    OS : Unix Tcl/Tk : 8.3.4 I don't undserstand why this code portion of a sub-process don't work: send -async $appName puts "Bla bla bla" I initialize appName in the caller with this command: set appName [tk appname] May somebody help me??? Thanx.
  10. Anto35

    C and Tcl/Tk

    Hi! well, I've got a C application with an MMI in Tcl/Tk. I have to send many string from my C application to the Tcl. To do this I use some function such as Tcl_Eval , Tcl_SetResult, or Tcl_AppendResult. It works great but anything is return to Tcl interpreter until the C function isn't finish...
  11. Anto35

    POO, Itcl and Tk

    Good evening, I use Itcl, but I've got many problem with it! I'd like to know how can we access to $this or to a class variable in the '-command' option of a Tk button. I've got another problem, when I create two objects car1 and car2 which belong to the same Itcl class, and when I acces to an...
  12. Anto35

    Animated Gif

    Bonjour, I use Tcl/Tk 8.3, and I'd like to know how can we insert an animated Gif on a Tk_button, if it's possible? I tried to insert the animated gif as a normal Gif (using the image create cmd) but it still doesn't work! Thanks for your answers..., Au revoir! Anto.

Part and Inventory Search

Back
Top