RE: Genero - Toolbar
"Jean Gidcumb" <[email protected]> Mon, 12 Jun 2006 11:15:39 -0400
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
I copied the $FGLDIR/lib/default.4ad file into rb6actdef.4ad in my
source code directory and then I called the file from my main function
in the program see below.
call ui.Interface.loadActionDefaults("rb6actdef")
You will need to add the accelerator keys in the action default file.
<ActionDefault name="next" text="Next" image="goforw"
comment="Next
record" acceleratorName="N" />
See if that works.
Jean
________________________________
From: [email protected] [mailto:[email protected]] On
Behalf Of Shaun Watts
Sent: Monday, June 12, 2006 11:08 AM
To: [email protected]
Subject: RE: [fourjs-users] Genero - Toolbar
I am new to Genero so I am ask a simple question here. Where do I add
the Action Defaults?
Thanks,
Shaun
________________________________
From: [email protected] [mailto:[email protected]] On
Behalf Of Jean Gidcumb
Sent: Monday, June 12, 2006 9:01 AM
To: [email protected]
Subject: RE: [fourjs-users] Genero - Toolbar
Shaun,
Did you try using accelerator keys in the Action Defaults? I did this
and if I press "N" for next it works.
<ActionDefault name="next" text="Next" image="goforw"
comment="Next
record" acceleratorName="N" />
I hope this helps.
Jean Gidcumb
Programmer/Analyst
Almost Family, Inc
502-891-1459
________________________________
From: [email protected] [mailto:[email protected]] On
Behalf Of Shaun Watts
Sent: Monday, June 12, 2006 8:38 AM
To: [email protected]
Subject: [fourjs-users] Genero - Toolbar
I am trying to use the Toolbar functionality in Genero, but for my
customer base I have to
have the same functionality that they had in the 4JS BDS and character
base. As in if you hit
"N" it activities the "Next" button. Well that same functionality
doesn't work in Genero. Does
anyone know if this is possible and if so how do I do it?
Thanks,
Shaun Watts
Programmer/Analyst
CSI - Computer Systems, Inc. Phone: 317.913.4160
12975 Parkside Drive Fax: 317.913.4175
Fishers, IN 46038 Toll Free: 800.860.1274
"To conquer fear is the beginning of wisdom."
- Bertrand Russell