Subject | Re: [IBO] CustomGlyphs with 16x16 Icons |
---|---|
Author | radevojvodic |
Post date | 2004-08-10T07:17:50Z |
Hi Daniel,
You also could use TIB_Actions instead of update bar. This way you
can put toolbar with toolbutons (with any kind of glyphs) and stil
have functionality of update bar. It gives more flaxibility to
create user interface especially if your program should run under
windows XP.
Rade
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
You also could use TIB_Actions instead of update bar. This way you
can put toolbar with toolbutons (with any kind of glyphs) and stil
have functionality of update bar. It gives more flaxibility to
create user interface especially if your program should run under
windows XP.
Rade
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> I believe you are limited with respect to the size of the glyphs.with the
> What you can possibly do is update the actual resource file of IBO
> glyphs that you want.
>
> Jason Wharton
>
> -----Original Message-----
> From: Daniel Albuschat [mailto:daniel@v...]
> Sent: Wednesday, August 04, 2004 1:13 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] CustomGlyphs with 16x16 Icons
>
>
> Hello,
>
> Is it possible to provide 16x16 icons to IB_Bars?
> I tried to apply custom glyphs to my updatebar, but it
> didn't work at all. Then I saw that the original Icons
> where 28x13 in the resource file... so perhaps it didn't
> work because I used a 16x16 ImageList. But anyways,
> I need these 16x16 images, so is there a way to
> apply these to an updatebar?
>
> And btw, I think the documentation should be a bit
> more verbose on this topic...
>
> Thanks,
> Daniel Albuschat