Search found 32 matches

by circusdan
Mon Jun 13, 2011 3:20 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

I'm pretty new about all this and i have no idea what the s32 data type is about, all i know is it wouldnt work when i tried to make the function input that data type, but worked as an int. About the combo box, ive found a solution, it may not be the best but it worked. I couldn't find anywhere that...
by circusdan
Sat Jun 11, 2011 2:39 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

The final result is to have the game run at different speeds for different difficulties. There will be different lobbies that people can play in for each speeds. Right now I randomly create fake servers just for the sake of testing my sorting functions. In the first screenshot it is set on 1/3 time ...
by circusdan
Fri Jun 10, 2011 7:54 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

Im using a combo box, I am using getSelected,not getIcon. the code for that is all spread out but ill post it as best as i can. Heres my reciever: case EGET_COMBO_BOX_CHANGED: if(id==103) { selectedTime = box->getSelected(); GUIChange = true; } break; Here is a function i use with the combo box info...
by circusdan
Fri Jun 10, 2011 5:00 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

I looked through the whole thing and couldnt see where i might have reset it. Even if i did reset it, im using getIcon() and the data would be stuck on the first setting if it reset, maybe it's a bug in the compiler? Ill go through it more and report back
by circusdan
Fri Jun 10, 2011 3:39 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

Sorry, combo box. There are 3 choices in the combo box. It is set on the first one by default. Except if i where to change it to the second setting, the data changes, as expected, but the combo box still shows that it is set on the first choice, which it isnt
by circusdan
Fri Jun 10, 2011 2:02 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

So I'm having a very strange issue. When i change my list box, the data changes appropriately, but the list box still displays that it is set on the first setting, and I cant figure out why. When i had blank data returns for it I didnt have this problem, does anyone know why this would happen?
by circusdan
Thu Jun 09, 2011 3:31 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

question aborted. Apparently I'm dumb and can't tell the difference between a list boox and combo box, so i was using EGET_LISTBOX_CHANGED for the combo box reciever
by circusdan
Thu Jun 09, 2011 3:26 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

I want to get a number representing each item, which i suppose is the index. The index is s32 data type. However, i could only use it in the function as an int. When i change the list box nothing is happening, so im assuming im doing something wrong. I'm pretty sure I have the redraw conditions for ...
by circusdan
Thu Jun 09, 2011 2:53 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

I always start with the documentation before i end up posting, its just alot to go through and I dont always find it, thanks. That returns an s32, I made a function that wouldnt take that, so i just made it an int without converting and it didnt shoot out an error, im still having some issues so Im ...
by circusdan
Wed Jun 08, 2011 10:56 pm
Forum: Beginners Help
Topic: data from list box
Replies: 20
Views: 997

data from list box

I need to get data from a list box, there are 3 choices in it, and i would like to get preferably an integer representing each choice, such as 1, 2, or 3. I think im supposed to use getIcon() but I cant for the life of me figure out how. Any ideas?
by circusdan
Mon Jun 06, 2011 4:35 pm
Forum: Beginners Help
Topic: listbox background color
Replies: 7
Views: 1022

I had the3D highlight one and it wasnt doing anyhting, but the setDrawBackground worked, thanks
by circusdan
Mon Jun 06, 2011 1:56 pm
Forum: Beginners Help
Topic: listbox background color
Replies: 7
Views: 1022

I'm already using EDGC_HIGH_LIGHT to make my button not transparent, what is the drawBackground flag though?
by circusdan
Mon Jun 06, 2011 1:53 pm
Forum: Beginners Help
Topic: changing video driver
Replies: 12
Views: 536

I'm using windows 7 64 bit, but im running 32 bit visual c++. At this point im pretty sure it's my computer, ive tried a bunch of different stuff and it still gives me the white screen, i even tried that green thing, but the loading page comes right up before it turns green. And using different vide...
by circusdan
Mon Jun 06, 2011 3:25 am
Forum: Beginners Help
Topic: listbox background color
Replies: 7
Views: 1022

I tried that with both of those and it is still clear
by circusdan
Sun Jun 05, 2011 10:55 pm
Forum: Beginners Help
Topic: changing video driver
Replies: 12
Views: 536

I didnt do anything at all, i sent the code to my friend to see if it does it on his computer but he hasnt gotten back to me yet