On May 10, 2007, at 11:03 PM, Terry Ford wrote:

>
> On May 10, 2007, at 8:35 PM, Eric Richards wrote:
>
>> To load the popup menu I have this
>>
>>
>>   f = getfolderItem("images")
>>
>> -  Check for nil and such -
>>
>>   for LN =1 to f.Count
>>     if f.item(ln).visible  and f.item(ln).name <> "." then
>>       Me.addRow f.Item(ln).name
>>     end if
>>   next
>>
>> No idea why the alias text is missing when listed.
>>
>> Something is going on, I'm just not sure what.
>
> Neither am I as your code looks quite reasonable.
>
> Something is not working correctly with what you are working with
> that neither you nor I can explain as these things are not
> transparent. I can only guess that the "behind the scenes" Rb
> framework code is not working correctly somewhere. That would not
> surprise me in the least.

The framework code is working correctly.  Eric needs to set the Text  
property of the MenuItem.  This is a common mistake.

Charles Yeomans

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to