DevalVR support

 

It is currently Wed May 22, 2013 2:55 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Modify Menu font
PostPosted: Sun Mar 29, 2009 4:35 pm 
Offline

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
 Profile  
 
 Post subject:
PostPosted: Wed Apr 01, 2009 7:15 pm 
Offline
I only was walking somewhere...
User avatar

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
 Profile E-mail  
 
 Post subject:
PostPosted: Mon Jun 15, 2009 4:39 am 
Offline

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
 Profile  
 
 Post subject:
PostPosted: Fri Jun 19, 2009 12:28 am 
Offline
I only was walking somewhere...
User avatar

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
 Profile E-mail  
 
 Post subject:
PostPosted: Fri Jun 19, 2009 6:41 am 
Offline

Joined: Tue Nov 14, 2006 7:49 am
Posts: 21
Location: Philippines
Wow! Thanks a lot Fiero! :-)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour [ DST ]


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

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group