Changing text size in Carbon dialogs...ictb?

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Changing text size in Carbon dialogs...ictb?

    Sorry to bug the list again, but I've been searching on Apple's site for the
    past hour or so to try to figure this out.

    I want to display some text in a different font or size. I don't want the
    whole dialog to show up in one font, or one size, just certain items.

    It used to be possible to do this in Resorcerer under Classic, but the ictb
    resource doesn't seem to be recognized.

    Is there any way to do this under Carbon?

    Thanks,

    Mike Hunson

    Mike H. Guest

  2. Similar Questions and Discussions

    1. Changing Document Size
      So after creating a really nice flash project I need to make my document size bigger while keeping everything centered. Of course when I make it...
    2. changing size of swf according to html page size
      hi experts I want to change size of my swf according to the size of html page in which it opens such that if page size is 1024 by 768 then swf...
    3. Changing text without changing frames.
      I have a small flash movie that is basically a color chooser. Rather than changing the color of an item by putting the color in a frame I change...
    4. Insert data into a Text Edit view in Carbon
      Hi, A simple question to UI gurus out there... How can I insert text into a Text Edit view in Carbon without using PowerPlant. I have made that...
    5. Carbon Styled Text Editor
      Hi There, I'm looking for a Styled Text Editor working in Carbon with HIViews. I've been trying to use MLTE for almost 2 days, and it's...
  3. #2

    Default Re: Changing text size in Carbon dialogs...ictb?

    In article <BB98920A.287A7%nospam@endspam.org>,
    "Mike H." <nospam@endspam.org> wrote:
    > It used to be possible to do this in Resorcerer under Classic, but the ictb
    > resource doesn't seem to be recognized.
    With Appearance (MacOS 8.x+) you could use a 'dftb' resource to do
    that. Have you tried one of those?
    > Is there any way to do this under Carbon?
    Some items on MacOS X don't support any other fonts, to preserve a
    consistent look (yeah, I know how that sounds in the face of "metal"
    windows). However, you can try SetControlData(), for which some controls
    support a control data property that allows changing the font.

    Cheers,
    -- M. Uli Kusterer
    Uli Kusterer Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139