View unanswered posts | View active topics
|
Page 1 of 1
|
[ 5 posts ] |
|
| Author |
Message |
|
marcelo
|
Post subject: Modify Menu font Posted: Sun Mar 29, 2009 4:35 pm |
|
Joined: Sun Mar 29, 2009 4:30 pm Posts: 3 Location: Buenos Aires,Argentina
|
|
Im testing change menu font but i cant make it.Where i must put the FONT code here?
Example: my font code: FONT = letratest, "TradeGothic",12,1, normal;
And where here?
(menutest){TYPE = MENU;CONFIGMENU= ##C0C0C0,##808080,##000000,##FFFFFF,70,90;
OPCIONMENU= living_0360 ;NODO1 = 0,0,0,0,0,1, living_0360;
OPCIONMENU= dorm 1_0360 ;NODO1 = 0,0,0,0,0,1, dorm 1_0360;
OPCIONMENU= dorm 2_0360 ;NODO1 = 0,0,0,0,0,1, dorm 2_0360;
OPCIONMENU= cocina_0360 ;NODO1 = 0,0,0,0,0,1, cocina_0360;
}
Txs for any help.
Marcelo.
|
|
| Top |
|
 |
|
fiero
|
Post subject: Posted: Wed Apr 01, 2009 7:15 pm |
|
 |
| I only was walking somewhere... |
 |
Joined: Tue Aug 09, 2005 1:55 am Posts: 2007
|
The MENU instruction is a very old instruction and maybe obsolete. It's not possible to change the font.
Maybe I could add a parameter at the end of CONFIGMENU instruction to define the font 
|
|
| Top |
|
 |
|
firefly
|
Post subject: Posted: Mon Jun 15, 2009 4:39 am |
|
Joined: Tue Nov 14, 2006 7:49 am Posts: 21 Location: Philippines
|
Yes, please do. I still have clients who are happy with the menu command and would love the ability to change fonts, size and weight. Thanks! 
|
|
| Top |
|
 |
|
fiero
|
Post subject: Posted: Fri Jun 19, 2009 12:28 am |
|
 |
| I only was walking somewhere... |
 |
Joined: Tue Aug 09, 2005 1:55 am Posts: 2007
|
I modified the MENU instruction to add fonts and a easier syntax, http://www.devalvr.com/paginas/soporte/ ... .html#MENU
The old syntax works fine, but I preffer if you use the new. For example, in the marcelo's example:
Code: (menutest){ TYPE = MENU; CONFIGMENU= #C0C0C0,#808080,#000000,#FFFFFF,70,90,letratest,letratest; MENUOPTION=" living_0360 ", "GoToFrame("living_0360");"; MENUOPTION=" dorm 1_0360 ", "GoToFrame("dorm 1_0360");"; MENUOPTION=" dorm 2_0360 ", "GoToFrame("dorm 2_0360");"; MENUOPTION=" cocina_0360 ", "GoToFrame("cocina_0360");"; }
regards!
|
|
| Top |
|
 |
|
firefly
|
Post subject: Posted: Fri Jun 19, 2009 6:41 am |
|
Joined: Tue Nov 14, 2006 7:49 am Posts: 21 Location: Philippines
|
Wow! Thanks a lot Fiero! 
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 5 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|

|