121
Lua / Re: Updating WZGUILib
« on: February 06, 2013, 03:10:53 pm »
That's what I was thinking. The reason I was asking was I kind of want to add a "tool tip", and things like highlighting the control when the mouse is over it.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 121
Lua / Re: Updating WZGUILib« on: February 06, 2013, 03:10:53 pm »
That's what I was thinking. The reason I was asking was I kind of want to add a "tool tip", and things like highlighting the control when the mouse is over it.
122
Lua / Re: Updating WZGUILib« on: February 06, 2013, 01:23:30 pm »
So Here is my question, should I add a mouseOver property to controls?
I would really like some input. 123
Lua / Re: Updating WZGUILib« on: February 05, 2013, 12:28:22 am »
I am almost done with a Class Framework creation tool. It will generate all of the code for the initialization function, and create add other necessary functions based on the input it receives.
124
Computer Programming / Re: VS 2012 + SDL issue« on: February 04, 2013, 08:02:58 am »
The image thing is fixed
126
Lua / Re: Updating WZGUILib« on: February 03, 2013, 12:40:50 pm »
I almost have progress bars finished, I just need to work a little bit on the equation which shows the progress.
EDIT: Finished, it looks kind of drab, so I will have to dress it up a little bit 127
Computer Programming / Re: VS 2012 + SDL issue« on: February 03, 2013, 10:51:27 am »
I'm using an STL list as the container, maybe I should look into an SDL one though
128
Computer Programming / Re: VS 2012 + SDL issue« on: February 02, 2013, 11:28:29 pm »
I was tracing the code with the debugger and it seemed to do that, maybe I messed up somewhere, but it still doesn't make a lot of sense to me that it would call the destructor, when creating an object.
129
Computer Programming / Re: VS 2012 + SDL issue« on: February 02, 2013, 09:03:12 pm »
New question, when using a list, why does the destructor for the object that you are placing in the list get called?
130
Computer Programming / Re: VS 2012 + SDL issue« on: February 02, 2013, 12:57:37 am »
Yes, I had that implemented right away, I based this off of a tutorial I have been using, the source is below if anyone wants it.
131
Computer Programming / Re: VS 2012 + SDL issue« on: February 01, 2013, 11:52:51 pm »
FIXED: I loaded the image before setting the video mode, although I don't know if it dose have anything to do with it
Was: Code: [Select] image = LoadImage("image.bmp"); Now:Code: [Select] screen = SDL_SetVideoMode( SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_BPP, SDL_SWSURFACE );
132
Computer Programming / VS 2012 + SDL issue« on: February 01, 2013, 11:01:26 pm »
I got all of the libs/includes/dll's set up correctly and the program compiles just fine, and runs, but the window that pops up doesn't display anything. What its supposed to do is display an image, after some debugging, I think it SDL_LoadBMP cant seem to find the image. The same code worked just fine on Ubuntu at school. I have the image in the same directory as the program and the project, and I have tried just placing the image in C:\, but it still dosen't work. Has anyone else had this problem?
I can upload the code if you really need it. 133
Lua / Re: Updating WZGUILib« on: January 31, 2013, 05:29:31 pm »
So, I have started on the tutorial section of WZGUILib. What I'm going to do here soon after writing the documentation is possibly release WZGUILib 2.5, basically it will fix the bugs I found with 2.1, it will contain all of the updates for the controls released in 2.1, but all new controls wont be released and the complete tutorial and documentation series will be released for the controls included in WZGUILib 2.5.
134
Lua / Re: Updating WZGUILib« on: January 22, 2013, 01:51:32 pm »
Thanks I will take a look at that!
135
Lua / Re: Updating WZGUILib« on: January 22, 2013, 09:56:02 am »
I still need some help, I just cant seem to be able to find the information that I need.
|
|