Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (AndrewAMD, TipmyPip), 12,420 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Creating Tables #412246
11/24/12 15:55
11/24/12 15:55
Joined: Nov 2011
Posts: 139
India
Yashas Offline OP
Member
Yashas  Offline OP
Member

Joined: Nov 2011
Posts: 139
India
How do I display a Table??
I want to represent this data in the form of a table

Variable Name Name2
Power 1 1
ABC a b

I want to create something lyk tis
_________________________________
|Variable | Name | Name2 |
---------------------------------
| Power | 1 | 1 |
---------------------------------
| ABC | a | b |
---------------------------------

I was referring to some functions named draw_line,draw_box.
Can I create those tables in a PANEL??
If not ,how do I create using draw_line,draw_box or what ever.
Example pls...
I tried using draw_line but it comes just for one frame.I had put it in a loop but confusing.

Thanks


Keep smiling laugh
http://translation.babylon.com/ - Translate many languages
Re: Creating Tables [Re: Yashas] #412250
11/24/12 16:39
11/24/12 16:39
Joined: May 2010
Posts: 117
Germany , Dortmund
B
Bone Offline
Member
Bone  Offline
Member
B

Joined: May 2010
Posts: 117
Germany , Dortmund
There is a simple example in the manual. Look at draw_line
The line is only visible for one frame so you have to
use draw_line in a loop.

I would use panels. You can create a panel at runtime and style them. after that only calculate the right position

Re: Creating Tables [Re: Bone] #412293
11/25/12 01:41
11/25/12 01:41
Joined: Jan 2002
Posts: 4,225
Germany / Essen
Uhrwerk Offline
Expert
Uhrwerk  Offline
Expert

Joined: Jan 2002
Posts: 4,225
Germany / Essen
Why not just using digits in a panel ?


Always learn from history, to be sure you make the same mistakes again...

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1