Welcome! Log In Create A New Profile

Advanced

How to make panels show? rev 0.3

Posted by daisuke 
How to make panels show? rev 0.3
July 05, 2009 01:03AM
How can i make panels show? ive made a panel but i cant see it. i think i might have done something wrong..
but i have tried alot of different things, and im at my wits end...... hahaha
i do have other 3d objects on the screen....
ohh and can you explain a good way to use sprites?

please help

	GXTexObj* HANDIMG = CargarTextura("cursor.png");
	PANEL* IR_POINT = newPanel(HANDIMG , 120, 300, 96, 96, 10, VISIBLE);



Edited 1 time(s). Last edit at 07/05/2009 01:04AM by daisuke.
Re: How to make panels show? rev 0.3
July 05, 2009 09:13AM
Try changing this:
PANEL* IR_POINT = newPanel(HANDIMG , 120, 300, 96, 96, 10, VISIBLE);

To this:
PANEL* IR_POINT = newPanel(HANDIMG , 120, 300, 96, 96, 10, 1);
Re: How to make panels show? rev 0.3
July 05, 2009 10:25AM
Hi!

I think we've found a bug in Rev 0.3
those two lines should work fine.
I'm right now trying to find the problem, I'll edit this post soon, when I find it so you can either repair it by yourselves or re-download it.
Sorry
Re: How to make panels show? rev 0.3
July 05, 2009 10:49AM
Hi again, I think i've figured out what the bug is. I need some time to make some tests and re-upload it to the server.
By the way I think you can just add this line after creating the panel:
IR_POINT->Visible = 1;
Re: How to make panels show? rev 0.3
July 06, 2009 12:34AM
HI to you both!

i havent gotten to try it yet, since i had to format my computer,
since my dvd rom stopped working, and windows was acting really wierd..
anyways i saved my code and many other things (thank god for linux)

hahaha i even spent like 20min trying to get into wiibrew forum,
since i typed my password with caps lock by mistake when making my account.
and its been remembered by firefox, so i had no clue why i could not log in..

i guess ill try this and creep to bed...

work tomorow

ohhh and thanx! im such a scatterbrain, hahaha



Edited 1 time(s). Last edit at 07/06/2009 01:01AM by daisuke.
Re: How to make panels show? rev 0.3
September 25, 2014 01:30PM
Quote
daisuke
How can i make panels show? ive made a panel but i cant see it. i think i might have done something wrong..
but i have tried alot of different things, and im at my wits end...... hahaha
i do have other 3d objects on the screen....
ohh and can you explain a good way to use sprites?

please help

	GXTexObj* HANDIMG = CargarTextura("cursor.png");
	PANEL* IR_POINT = newPanel(HANDIMG , 120, 300, 96, 96, 10, VISIBLE);
Hello friend bit old thread but were u able to create the panels show? I do need your help to create panels show so can you help me out?
Sorry, only registered users may post in this forum.

Click here to login