Author Topic: Pulldown menu icons  (Read 9088 times)

0 Members and 1 Guest are viewing this topic.

Dave R

  • Guest
Re: Pulldown menu icons
« Reply #15 on: March 27, 2009, 08:17:25 AM »
Kerry, what are you doing in the VBA forum? Shame on you.  :lmao:

Spike Wilbury

  • Guest
Re: Pulldown menu icons
« Reply #16 on: March 27, 2009, 11:21:50 AM »


Thanks Luis

They've obviously forgotten that a lot of us use Menuload of partial menus from MNU files

Quote
... do not have a straightforward method ...


I wonder if they have ANY method ??


Kerry,

What I have done is to once my MNU it is loaded (I have done it in ARX the making of my MNU, too) - it will generate a CUI and do a modification depending where I want to have an icon, I just look for:

Quote
        <Macro type="Any">
          <Revision MajorVersion="16" MinorVersion="2" UserVersion="1" />
          <ModifiedRev MajorVersion="17" MinorVersion="0" UserVersion="1" />
          <Name xlate="true" UID="XLS_0002">Unload Menu</Name>
          <Command>^C^CUNLOADSUPP </Command>
          <SmallImage Name="unloader.bmp" />
          <LargeImage Name="unloader.bmp" />
        </Macro>

Then, I loaded again.... I know but so far that's what it works for me

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Pulldown menu icons
« Reply #17 on: March 27, 2009, 09:44:47 PM »

Thanks for the thought Luis.
I found the source of your ADN reference in the discussion groups ... wasn't much help was it ;)

I may need to write my own updater for the .CUI, .CUIx files ... UGH !
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Pulldown menu icons
« Reply #18 on: March 27, 2009, 09:46:17 PM »
Kerry, what are you doing in the VBA forum? Shame on you.  :lmao:

H Dave,
One does what one must.  :-P    :-)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.