Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 10 of 10
  1. #1
    Join Date
    Oct 2004
    Posts
    1

    Some text missing after publishing project

    Hi, all! I have made a multimedia business card according to user's guide for AMS5. I fully acted in accordance with this guide. But there is some text missing after project publishing.Especially this on buttons.It doesn't work if application is launching under Windows XP. But under Windows ME and others is everything O.K and application works properly. Can anybody help me?

  2. #2
    SUF6NEWBIE Guest
    Hi there, this may be unrelated, however, if you havent, try running
    under XP from a full Admin Account..if works you will need to modify
    your code to ensure is running from this type of account.

    There are actions you can use to check\verify the account permissions.

    If this is not the issue...it could be 'font' selection related in some way.
    (try an operating system default font eG: ' microsoft san serif ' 9 or 10. )

    There could be some 'scripting issues' if there is any 'on-preload'
    button 'set text' etc.

    These are wild guesses, but you never know.
    Last edited by SUF6NEWBIE; 10-05-2004 at 05:05 AM.

  3. #3
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    I would go with the "fonts" solution.
    Two OS, could be that you are using fonts that are not supported, like maybe a different language?

    Yossi

  4. #4
    Join Date
    Aug 2004
    Location
    Gent, Belgium
    Posts
    74
    Quote Originally Posted by yosik
    I would go with the "fonts" solution.
    Two OS, could be that you are using fonts that are not supported, like maybe a different language?

    Yossi
    same problem over here (belgium) especially the text on window buttons vanish after publication. Also some label text (verdana font). I also run under XP. Switching to other fonts is a quick solution though it gives no satisfactory explanation for "why" this is happening and how to prevent or cure the problem in a more satisfying way. FI in powerpoint one can opt to "embed" fonts.


    Georges

  5. #5
    Join Date
    Feb 2004
    Location
    Cardiff
    Posts
    78
    have you tried registering the font your using?

    There is an action for it in AMS

    I took this from the help

    [CODE]fonts_dir = Shell.GetFolder(SHF_FONTS); -- Gets the path to the user's Font directory.
    System.RegisterFont(fonts_dir .. "\\myfont.ttf", "Crazy Font", true);[CODE]

  6. #6
    Join Date
    Aug 2004
    Location
    Gent, Belgium
    Posts
    74
    Quote Originally Posted by Philo
    have you tried registering the font your using?

    There is an action for it in AMS

    I took this from the help

    [CODE]fonts_dir = Shell.GetFolder(SHF_FONTS); -- Gets the path to the user's Font directory.
    System.RegisterFont(fonts_dir .. "\\myfont.ttf", "Crazy Font", true);[CODE]
    A jolly good tip. thanks. I will try it.

    Sincerely,

    georges.

  7. #7
    Josué Alba Guest
    Well I have a problem like this a while ago.
    I don't really know why does the problem affect the Arial font. I mean I was able to uses it on the AMS5 but when publishing it desapear.

    Then I realized that the problem occur when I reach more than 1200 fonts installed. And there are some other programs that are not able to read more than 1200 fonts on the system. But also there are some other that supports them. The only solution... delete some of your fonts until you get only 1'199.

    This could be also treated as a bug on AMS5.

    NOTE. If you don't have more than 1200 fonts your problem is diferent.

  8. #8
    Join Date
    Feb 2004
    Location
    Cardiff
    Posts
    78
    Quote Originally Posted by Josué Alba
    Well I have a problem like this a while ago.
    I don't really know why does the problem affect the Arial font. I mean I was able to uses it on the AMS5 but when publishing it desapear.

    Then I realized that the problem occur when I reach more than 1200 fonts installed. And there are some other programs that are not able to read more than 1200 fonts on the system. But also there are some other that supports them. The only solution... delete some of your fonts until you get only 1'199.

    This could be also treated as a bug on AMS5.

    NOTE. If you don't have more than 1200 fonts your problem is diferent.
    If that is the case then perhaps you could register your font with a name that ensures it appears at the top of the list?

  9. #9
    Josué Alba Guest
    Quote Originally Posted by Philo
    If that is the case then perhaps you could register your font with a name that ensures it appears at the top of the list?
    Nope, this does not work, I don't know what order it follows, but the Arial font is corrupted

  10. #10
    Join Date
    Dec 2003
    Location
    Raleigh, NC
    Posts
    80

    I'm having this problem too

    I have less than 1200 fonts and in tutorial type application I have developed numerous paragraph and label objects are not appearing when app is run on other people's computers. At first it was with odd True Type fonts like ITC Zapf Chancery, etc., and I thought it was that AMS was just not embedding the fonts properly, or that the other person's computer just didn't have that font on it, but now it's even happening with Arial and Microsoft Sans Serif which everyone has. I don't know what this "registering" fonts business is. The documentation apparently takes for granted that the user knows what this is.

Similar Threads

  1. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  2. Mouseover Doesn't Work for Status Text After Publishing Project
    By dsuden in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 06-05-2004, 11:59 AM
  3. CR 8.5 Runtime Modules causing Build errors
    By BurnMan2003 in forum Setup Factory 6.0
    Replies: 7
    Last Post: 10-10-2003, 08:59 AM
  4. HOWTO: Open a Version 3.0 Project in Version 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-30-2002, 02:09 PM
  5. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM

Posting Permissions

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