Bill, Make sure your component ID name in the object itself doesn't have a ghost "space" at the left or right end of it. I know if a Custom Form Action is accidentally named, for example, "setNewWhereClause " (with a space after the last letter), then the command
PROPERTY RBASE_FORM_ACTION setNewWhereClause ' ' never gets executed. Bill On Fri, Apr 26, 2013 at 5:33 AM, Bill Eyring <[email protected]>wrote: > Javier, > > I've tried this code with and without a theme in the form On After Start > eep; > > property mb_accounts FONT_NAME 'tahoma' > property mb_accounts FONT_SIZE '12' > Ret > > The component id of mb_accounts is assigned on each main and sub-menu > choice > > Thanks, > > Bill > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Javier > Valencia > Sent: Thursday, April 25, 2013 11:03 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - RE: Property Commands for Menu Bar > > Are you using a theme? Maybe the theme settings are overriding your > commands. > You might want to post the actual code you are using and where is the code > located. > > Javier, > > Javier Valencia, PE > O: 913-829-0888 > H: 913-397-9605 > C: 913-915-3137 > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Bill > Eyring > Sent: Thursday, April 25, 2013 7:44 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - Property Commands for Menu Bar > > I am playing around with the menu bar in form designer using the latest rb > Extreme 64 version. > > For each menu main item and sub-menu item one can assign a component id. > > I have tried all of these property commands with my assigned component id's > and can't get them to work. > > PROPERTY <Component ID> FOCUSCOLOR 'Value' > PROPERTY <Component ID> FONT_BOLD 'TRUE' > PROPERTY <Component ID> FONT_COLOR 'Value' > PROPERTY <Component ID> FONT_NAME 'FONT_NAME' > PROPERTY <Component ID> FONT_SIZE 'nnn' > PROPERTY <Component ID> MENUBACKGROUNDCOLOR 'value' > PROPERTY <Component ID> MENUFONTCOLOR 'value' > PROPERTY <Component ID> MENUFONTSIZE 'nnn' > PROPERTY <Component ID> THEMEAWARE 'TRUE' > > Can anyone give me some blues clues to get them to work ? The default menu > bar is kind of dull. > > > Thanks, > > Bill Eyring > Lamp Software, Inc. > > --- RBASE-L > ================================================ > TO POST A MESSAGE TO ALL MEMBERS: > Send a plain text email to [email protected] > > (Don't use any of these words as your Subject: > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) > ================================================ > TO SEE MESSAGE POSTING GUIDELINES: > Send a plain text email to [email protected] In the message SUBJECT, put > just one word: INTRO ================================================ > TO UNSUBSCRIBE: > Send a plain text email to [email protected] In the message SUBJECT, put > just one word: UNSUBSCRIBE ================================================ > TO SEARCH ARCHIVES: > Send a plain text email to [email protected] In the message SUBJECT, put > just one word: SEARCH-n (where n is the number of days). In the message > body, place any text to search for. > ================================================ > > --- RBASE-L > ================================================ > TO POST A MESSAGE TO ALL MEMBERS: > Send a plain text email to [email protected] > > (Don't use any of these words as your Subject: > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) > ================================================ > TO SEE MESSAGE POSTING GUIDELINES: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: INTRO > ================================================ > TO UNSUBSCRIBE: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: UNSUBSCRIBE > ================================================ > TO SEARCH ARCHIVES: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: SEARCH-n > (where n is the number of days). In the message body, > place any > text to search for. > ================================================ > > >

