Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 151

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,537

    Default Re: What small workflow improvements would you like to see in the future?

    ok - it probably dosn't, but goes automatically through keystrokes... I'll look at that, thanks again....
    -------------------------------
    Nothing lasts forever...

  2. #2
    Join Date
    Jun 2007
    Location
    Montreal
    Posts
    780

    Default Re: What small workflow improvements would you like to see in the future?

    Hi Steve,

    The dialog appears but you don't have press a thing
    It's pretty crude but gets the job done.

    Pressing "control shift alt c" triggers the script.

    One thing to note is that my "create bitmap copy" command shortcut is set to "shift control C" I don't know if it's the default shortkey.
    You can adjust the script to fit your keys.

    The first entry makes the script context sensitive to work only in Xara.

    Saves text fike as .ahk to make it work with autohotkey

    Marc



    Code:
    #IfWinActive, ahk_class XTPMainFrame
    SetControlDelay -1
    
    ;Replace with Bitmap
    !^+c::
    send,{Shift down}{Control down}{c}{Control up}{Shift up}
    sleep, 1000
    send,{Shift down}{enter}{Shift up}
    send,{Control down}{x}{Control up}
    send,{Control down}{z}{Control up}
    send,{Control down}{z}{Control up}
    send,{delete}
    send,{Shift down}{Control down}{v}{Control up}{Shift up}
    
    Return
    ________________________________
    Illustrations

  3. #3
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,537

    Default Re: What small workflow improvements would you like to see in the future?

    looks good - crude is in the eye of the beholder if it works, which I am sure it does - would need two versions, one for TC and one for TC+ALPHA, assuming you can tab through [resolution I could fix in the registry as most of my stuff is the same: 600dpi + some legacy 300dpi]
    -------------------------------
    Nothing lasts forever...

  4. #4
    Join Date
    Jun 2007
    Location
    Montreal
    Posts
    780

    Default Re: What small workflow improvements would you like to see in the future?

    Quote Originally Posted by handrawn View Post
    two versions, one for TC and one for TC+ALPHA
    Yeah, that's a bit more complicated but not impossible as you have to trigger some flyout menus.

    I always create bitmaps with alpha when inside the project, it's only when I export that I use true color when needed.

    Marc
    ________________________________
    Illustrations

  5. #5
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,537

    Default Re: What small workflow improvements would you like to see in the future?

    bitmap tracing works best, in xara, without alpha [makes little or no difference in inkscape/illy]
    -------------------------------
    Nothing lasts forever...

  6. #6
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,359

    Default Re: What small workflow improvements would you like to see in the future?

    I beg you. The coding on this is easy as pie for you guys. When viewing in the browser, let us choose which browser opens up and not the (Xara Designer Pro X - Internet Explorer Preview) Internet Explorer is no longer supported, chrome is the most used browser, plus if you give users the option of choosing their own browser in the settings this would help us all. Tired of closing additional windows.

  7. #7
    Join Date
    Aug 2000
    Location
    Virginia
    Posts
    4,437

    Default Re: What small workflow improvements would you like to see in the future?

    There's no need to double post. Rob reads all.

    Please think ecologically.

  8. #8
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,359

    Default Re: What small workflow improvements would you like to see in the future?

    The push tool needs to be set once and continues for all items. If not for horizontal spacing but definitely for the vertical part. Having to do this for every element is a pain. Right now I am not using it anymore.

  9. #9
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,359

    Default Re: What small workflow improvements would you like to see in the future?

    Making custom bullets and using the bullet feature to apply to all lines of text.

  10. #10
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    18,324

    Info Re: What small workflow improvements would you like to see in the future?

    Quote Originally Posted by behzad View Post
    Making custom bullets and using the bullet feature to apply to all lines of text.
    XDPX16 already has this:
    Graphical Bullets and Numbered Lists
    You can use any graphic or symbol for the bullet or number in a list. You can design your
    own bullets and numbered lists by using any of the normal drawing or text tools, or use
    one of the many bullet designs from the Online Content Catalog. Create a simple circle
    using the ELLIPSE TOOL for example, give it a fill and copy it to the clipboard. Then
    highlight the list you want to apply the style to using the TEXT TOOL. Right click the list
    and choose PASTE AS LIST BULLET from the menu. The design will now appear as a bullet
    for each of the list items.
    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •