Menu Question
Its possible to make a menu with the NEWEST SYSTEM like this?
PHP Code:
|
Re: Menu Question
What do you mean by "newest system"?
That's most likely not possible with any "system". Menu fonts can vary, and they are usually not monospace. You can't have the exact position, but you can make it quite precise with some string formatting rules: http://www.cplusplus.com/reference/cstdio/printf/. |
Re: Menu Question
Code:
menu_additem(menu, const name[], const info[]="", paccess=0, callback=-1);PHP Code:
|
Re: Menu Question
It is not possible to guarantee that they would line up perfectly when using non-fixed-width fonts. However, there is a way to "right align" part of the text (but it's farther to the right than you might think; on my monitor, it's in the middle of my screen). For some reason I'm thinking "\r" is right-align but that doesn't seem correct since it might be red.
|
Re: Menu Question
Why don't you put 2 colums?
Item Price 1. Item1. 50$ ....... ??? |
Re: Menu Question
Or use brackets... Item [Price]
You can use \R to align the text to the right. |
Re: Menu Question
Why don't you just put the name of the item like this: "Item 1 \y[\rPrice $\y]"
Simple. |
Re: Menu Question
Quote:
I want something like that: item 1 <--distance------> price item 2 <--same distance> price item 3 <--same same---> price |
Re: Menu Question
Quote:
Quote:
|
Re: Menu Question
Quote:
Quote:
|
| All times are GMT -4. The time now is 18:43. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.