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 Chris Miller 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: joe90
  • Order by date
  1. joe90

    How do I change the Bitmap -data parameter.

    Actually, I know how to change the parameter: picc configure -data { #define picc_width 2 #define picc_height 2 static char picc_bits[] = { 0xff 0xff }: } will do the job. However, I want to display a video sequence in TCL and the best way I can thingk of doing it is by writing each frame as a...
  2. joe90

    Jpeg package

    Excelent - thankyou.
  3. joe90

    Jpeg package

    I am writing an image browser and I want to be able to display jpeg images. I was planning to use the -image attribute of (some) widgets to do this. As far as I can tell, I need to write or (preferrably) find a tcl PACKAGE whick will allow the image command to read jpeg images. Any Idea on where...
  4. joe90

    Assigning an Icon to a Freewrapped executable

    I had looked at this section in the Freewrap documentation and I think this refers to iconising (iconifying) a TCL executable under unix - or at least controlling what is displayed when the application is minimised. After all, it requires the execution of some code. What I want is to change the...
  5. joe90

    Assigning an Icon to a Freewrapped executable

    Hi, When I wrap a Tcl/Tk application (using Freewrap) the .EXE file that is produced has the Tcl\Tk icon associated with it. Is there any way I can persuade it to use a different icon instead. PS. OS is MS Windows TIA Mark
  6. joe90

    Compile to a single executable.

    Thanks for the reply but I still couldn't get it to work.:-( My code includes: -bitmap @c:\\sw_dev\\upar.xbm -justify center my freewrap command line uses -f to attach a list of files, the file (plus.txt) looks like: c:\sw_dev\upar.xbm c:\sw_dev\dnar.xbm However, when I remove the two...
  7. joe90

    Compile to a single executable.

    Hi, I have a Tcl/Tk application with some buttons that use .xbm bitmmaps. If I compile my TCL script using freewrap - I still need to include the .xbm files when I distribute the code. Is there a way I can compile the bitmaps as well as the script? Thanks for any help (even if it's just to...
  8. joe90

    Where is my dde functionality

    Help - I've just downloaded and installed Tcl/Tk 8.3.1 and have no dde functions available. What did I not do? >:-< TIA Joe 90
  9. joe90

    Good book/ online guide for beginner.

    I'd second that!
  10. joe90

    How to make an executable

    I assume you're using a Windoze OS so .. Check out Freewrap. I can't remember where I got it from but a web search should point yyou to the roght location. If you're not on Win then the Freewrap page may have something else for other OS (I can't remember). HTH Mark

Part and Inventory Search

Back
Top