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 TouchToneTommy 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: Vebjorn
  • Content: Threads
  • Order by date
  1. Vebjorn

    [opendir] Local directory and files?

    --- $path="images"; opendir(FP,"$path"); @innhold=readdir(FP); closedir(FP); foreach $dir (@innhold){ print "<img src='$path/$dir'>"; print "<br>\n"; } --- This code opens the directory "images" and displays all the images in the directory. The output of this code can be viewed at...
  2. Vebjorn

    Illustrator shortcuts (Mac &amp; PC)

    Illustrator Shortcuts: http://www.printanddisplay.ie/new_designDen_shortcutsIllu.htm
  3. Vebjorn

    Shortcut- back to normal size

    I use Illustrator 10 Is there a keyboard shortcut to get back to 100% view? I know I can doubleclick the magnyfier tool, but anyone who knows if it´s possible with keyboard too? Veb
  4. Vebjorn

    Script Errorr when run on multiple images

    I record a script in PaintShop Pro 8 that -select the PaintBrush tool -puts the PaintBrush tool at one point in the image I save it and try to run it. So far, all works fine. I try to run it on several images (File;Batch;Process...) -and still it works fine. The problem arise when I close...
  5. Vebjorn

    Changing between open windows. Shortcut?

    Is there any keyboard shortcut to change between the open windows in Ill 10? Veb
  6. Vebjorn

    Group or Compound

    What is the difference between Grouping objects (Object;Group) and Compounding Path (Object;Compund Path;Make) Veb
  7. Vebjorn

    Joining two vectors

    I have two vectors, which I want to connect. Please take a look at the images here: http://home.no.net/vebjorn/illustrator/ I want those two vectors to be connected, so they become one. I want the path to be smooth, so you cannot see it´s two different vectors. Veb

Part and Inventory Search

Back
Top