Menus style office 2003 y xp
-
- Posts: 29
- Joined: Thu Oct 20, 2005 1:35 pm
- Contact:
Menus style office 2003 y xp
Aqui les dejo las fuentes para crear menus tipo office 2003 y Xp, basado en las fuentes originales de Fivewin
Pueden descargar de www.quark-costos.com
Felices fiestas
Saludos
Arturo Tamayo Daza
Pueden descargar de www.quark-costos.com
Felices fiestas
Saludos
Arturo Tamayo Daza
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 29
- Joined: Thu Oct 20, 2005 1:35 pm
- Contact:
areang
you have to confirm your e-mail, which one was sending to you to reconfirm the register.
You have to enter to the web side, and seek in the menu the option "descargar" ( download), there is a section "fivewin", where you can find the menu download.
you have to check your name (usuario) and password (clave) in "formulario de acceso".
regard
you have to confirm your e-mail, which one was sending to you to reconfirm the register.
You have to enter to the web side, and seek in the menu the option "descargar" ( download), there is a section "fivewin", where you can find the menu download.
you have to check your name (usuario) and password (clave) in "formulario de acceso".
regard
Mr. Arturo !
Thank' for reply
I have reply this message to my email.
Please Help me
Thank's[/quote]
Thank' for reply
I have reply this message to my email.
But I forgot my UserName.Mensaje desde 'www.quark-costos.com'
Mensaje:
Pueden bajar la ultima modificacion de menus
se ha corregido los bugs reportados
saludos
Arturo Tamayo Daza
Please Help me
Thank's[/quote]
- RAMESHBABU
- Posts: 591
- Joined: Fri Oct 21, 2005 5:54 am
- Location: Secunderabad (T.S), India
Arturo,
Excellent Contribution.
When I checked the "TESTMENU.PRG" I am not getting the output the
way it is shown in the picture above.
There is no black square boarder for the hilighted menu item and it is
not strenching fully in the box, but limited from the gradient side bar
(on which the the icons are painted) to end of the box.
Am I missing any parameter in the TESTMENU.PRG ?
Thank you very much
Regards
- Ramesh Babu P
Excellent Contribution.
When I checked the "TESTMENU.PRG" I am not getting the output the
way it is shown in the picture above.
There is no black square boarder for the hilighted menu item and it is
not strenching fully in the box, but limited from the gradient side bar
(on which the the icons are painted) to end of the box.
Am I missing any parameter in the TESTMENU.PRG ?
Thank you very much
Regards
- Ramesh Babu P
Let's say we have a menu defined as below:
From my tests, it looks like COLORMENU, COLORBMP, etc need to be defined for every occcurence of MENU. What could be done so that if the colors are specified at oMenu level, the rest would auto use that color unless it's specifically specified?
Code: Select all
MENU oMenu ;
COLORMENU ... ;
COLORBMP ... ;
COLORSELECT ... ;
COLORSEPARATOR ... ;
MENU "&File ;
COLORMENU ... ;
COLORBMP ... ;
COLORSELECT ... ;
COLORSEPARATOR ... ;
MENU "New" ACTION "Open()"
MENU "Close" ACTION "CloseIt()"
ENDMENU
MENU "&Edit" ;
COLORMENU ... ;
COLORBMP ... ;
COLORSELECT ... ;
.
.
ENDMENU
ENDMENU
- RAMESHBABU
- Posts: 591
- Joined: Fri Oct 21, 2005 5:54 am
- Location: Secunderabad (T.S), India
Mr.Arturo,
I was testing the class. It is working Ok to the expectaed, execept :
a) When I tried to change to prompt of the menu item using
oMenu:SetPrompt(..) or oMenu:cCaption(..) the gradiation effect is
lost and the system's default gray color with blue highlite is appearing.
b) When the menu are displayed in WIN98 the Hilite bar is painted from
the place where the Icon is ended at the right side and the bar is not
painted on the icon also. But is same functionality is working OK in
WinXp
c) In response to Mr.Hua's point, I suggest you that, you can add an
additional parameter oMenu:aColorScheme which can be defined by the
user only once in his program and is used by the class for all the menus
and sub-menus automatically. Currently I have modified the default
colors in the ::New() method, with my choice of colors without
changing my existing application code.
I Hope you will pay some attention to the above points and post the
changes in the class.
Thanks to you and once again say that it is an excellent and very much
needed class.
Regards,
- Ramesh Babu P
I was testing the class. It is working Ok to the expectaed, execept :
a) When I tried to change to prompt of the menu item using
oMenu:SetPrompt(..) or oMenu:cCaption(..) the gradiation effect is
lost and the system's default gray color with blue highlite is appearing.
b) When the menu are displayed in WIN98 the Hilite bar is painted from
the place where the Icon is ended at the right side and the bar is not
painted on the icon also. But is same functionality is working OK in
WinXp
c) In response to Mr.Hua's point, I suggest you that, you can add an
additional parameter oMenu:aColorScheme which can be defined by the
user only once in his program and is used by the class for all the menus
and sub-menus automatically. Currently I have modified the default
colors in the ::New() method, with my choice of colors without
changing my existing application code.
I Hope you will pay some attention to the above points and post the
changes in the class.
Thanks to you and once again say that it is an excellent and very much
needed class.
Regards,
- Ramesh Babu P
Mr. George
xCC.exe -Ot menus.c /ic:\your include header files
add your obj to your project .XBP file
I have done with this
regards
Areang
If you mean error when used xBuildW, you must recompile menus.c with xCC.EXE manualy.Tengo un problema al tratar de compilarlo con xHarbour comercial:
xHarbour Builder Pro January 2007 + FWH 2.8 (Sep 2006)
xCC.exe -Ot menus.c /ic:\your include header files
add your obj to your project .XBP file
I have done with this
regards
Areang
Hi Areang
I did try to compile but I get some errors.
Could you please send to my email "georgeabinader@msn.com" the menus.obj and gradfill.obj files?
Regards
George
I did try to compile but I get some errors.
Could you please send to my email "georgeabinader@msn.com" the menus.obj and gradfill.obj files?
Regards
George