Jump to content

dkent

Registered Users - Approved
  • Posts

    39
  • Joined

Posts posted by dkent

  1. win I collect...

     

    in the past I got a zip packet

    if I open that old zip packet

    I would get a folder with all the info in it

     

    now

    I collect ...

    I get a zip packet

    win I open that zip packet I get another zip packet

    and so on and so on

     

    D

  2. I will look for that

     

    base info

    I set a name tag fusion pro job

    with

    first name

    last name

     

    and it be working great

    but One person has seen that name tag are dropping the accents marks on letter in the any name that has accents marks

     

    like

    Aimée Dent

    show on the name tag like Aimee Dent with no accents mark

    I know some fonts can not handle accents marks

     

    D

  3. yes each letter is a glyph

    I think a better word is diacritical marks on letters

     

    accents, diacritical marks - non-standard characters signs that change the sound of letters and words

     

    Many western languages contain words with letters whose sound is determined by these accents and diacritical marks. The effects are different depending on the language; here are the names and examples of the more common marks and non-standard characters. Usage of these accents and marks is not restricted to the letters shown in the examples.

     

    é - accent acute

    è - accent grave

    ê - circumflex

    ë - umlaut or diaerisis

    ç - cedilla

    ñ - tilde

    ø - streg

    ð - eth (capital form Ð)

    å - bolle

    æ - ligature

    œ - ligature

    ē - macron

    č - háček

    ŭ - crescent

     

    the problem I'm getting told about is

     

    here is a list of samples

    you are trying to get this

     

    Noël and get Noel

    DonViár and get DonViar

    Aimée and get Aimee

     

    I see there are many different laws with diacritical marks win to added them

    based on a number of different things

     

    D

  4. I will be working on a

    variable data cooking recipe card in a week or two

     

    and want to see if anyone was worked on something like this

    looking for and idea about set up

    or any rules I should be thinking about

     

    I should be getting the a rough data base later this week

     

    thanks

    D

  5. I still very new to the fusion pro software

     

    this was a indesign card file setup some time ago

    every year we updated it with new info

     

    there is no data file

    I will need to make a mock up data file if i go with the fusion pro file set up

     

    the problem I'm seeing is we do not know what is being changed year to year

     

    Are these dates in data fields? I think they will be

     

    What is the maximum number you can have?

    I will not know that - it changes year to year sometimes week to week

     

    Are they all contiguous?

    - they all should be all contiguous

     

     

    im working on FusionPro 8.2

  6. is there a way to set this up in fusion pro http://forums.pti.com/attachment.php?attachmentid=902&stc=1&d=1377010913

     

     

    I'm thinking

    <<year>> –

    <<date1>> l <<date2>> l <<date3>> and so on

    and only problem I see -is I do not know total number of dates needed

    because they change year to year

    may be 5 different dates one year to 14 the next year

     

     

    any help or thoughts on this

    to get moving in the right way

     

    would be a great help

    D

    ScreenShot2013-08-20at10_52_17AM.png.35579cab3d7077d92a4469951529e78b.png

  7. win to design or set up a fusion pro file?

     

    I need some help to think of a rule of thumb

    as to win to design/redsign a job or set up a fusion pro file?

     

    I'm starting to get jobs where it was a design job

    and the customer want to make it a fusion pro file now -

    I can see some of these are a great idea with fusion pro

     

    but others I see with a great number of problems

    with all the info they want to change

    And I think a designer is still need to look it over the file

     

    when do I keep a design job as a design Job

    and when should I set up in fusion pro

     

    I'm having trouble finding that line

    where to say these are design job and need a designer because of _____

    and these can become Fusion pro because of this ______

     

     

    Thanks for any ind=sight in this

    D

  8. I see how the phone set up rules work

    but I lose this code win I set them up

    which I need

     

    var numbers = ["(P) " + Field("phone"),"© " + Field("cell"),"(F) " + Field("fax")];

    return numbers.filter(function(s){return s.length>4;}).join(" | ");}

  9. just we need to use dashes for all phone numbers

     

    we want this

    (p) 703-557-0000 x3344

    (p) 706-990-9000

     

    not this

    (p) 703.577.3000

     

    on all phone - cell - fax number - we must now use dashes not dots

    can we add a global find and replace to this code

    var numbers = ["(P) " + Field("phone"),"© " + Field("cell"),"(F) " + Field("fax")];

    return numbers.filter(function(s){return s.length>4;}).join(" | ");

     

    to find . and replace with -

    in the phone cell and fax fields

     

     

    d

  10. OK let me try and clear what I need help on

    I found to need to use dashes for all phone numbers

     

    we want this

    (p) 703-557-0000 x3344

    (p) 706-990-9000

     

    not this

    (p) 703.577.3000

     

    on all phone - cell - fax number - we must now use dashes not dots

    can we add a global find and replace to this code

    var numbers = ["(P) " + Field("phone"),"© " + Field("cell"),"(F) " + Field("fax")];

    return numbers.filter(function(s){return s.length>4;}).join(" | ");

     

    to find . and replace with -

    in the phone cell and fax fields

     

     

    d

  11. new question

    on this code what is the best way made add a Style lock to the phone part so will only show up x3312 no extension, no ext if they have a extension

     

    var numbers = ["(p) " + Field("phone"),"© " + Field("cell"),"(f) " + Field("fax")];

    return numbers.filter(function(s){return s.length>4;}).join(" | ");

  12. works great thanks

     

    one more question

    do you know a rule to -if this field is blank move line up

     

    like this

    field department - the rock

     

    Dave Dent -- name field

    Couch-- title field

    The Rock-- here is the department field that some people will need and others will not

    dave.dent@ - if the they leave the department field blank I need to move this up

  13. Ok

    they change it up on me here

    the old code is working great I got

    but now they to see a proof with this now

     

    sample of want I'm trying to get-

    1 (p) 000-000-0000 l (f) 000-000-0000 l © 000-000-0000

    2 (p) 000-000-0000 l (f) 000-000-0000

    3 (p) 000-000-0000 l © 000-000-0000

    4 (p) 000-000-0000

    5 (f) 000-000-0000 l © 000-000-0000

    6 © 000-000-0000

     

     

    But I keep getting this ( see sample A and B)

    A--- l (f) 000-000-0000 l © 000-000-0000

    B--- l © 000-000-0000

     

    The problem I now running into is the line in the front look at B and A

    For B only the cell is want but they do not want the line in front of it

×
×
  • Create New...