realbasic-nug
[Top] [All Lists]

Re: Separators on Win32 Popup Menus

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Separators on Win32 Popup Menus
From: David Grogono <dave at realsoftware dot com>
Date: Thu, 07 Feb 2002 11:28:06 -0600
on 2/7/2002 11:21 AM, Aaron Bratcher at aaronbratcher at mac dot com wrote:

> Anyone else get a simple dash in place of a separator on Win32 builds?

There is no equivalent of a separator for Windows builds and you will see a
dash in place.  Sometimes the best thing to do is have conditional code to
only add the separator for Mac builds.  Be sure that your code is not
dependant on the position of the item selected since win32 items will be
different.  (this is the reason we add the dash in the first place).

--
David Grogono
dave at realsoftware dot com



<Prev in Thread] Current Thread [Next in Thread>