Search found 17 matches

by Xothin
Sat Dec 18, 2004 04:36
Forum: Modifications / Integrations / Customisations
Topic: WLProgressBar colour
Replies: 10
Views: 6062

WLProgressBar colour

I think I tried using that property helper, but I still couldn't get it to work right, since I needed a return value of colour. More than likely it was something in the way that I did my casting, or didn't do as the case may be. I've got some other work to do on the system ATM, but I will be revisit...
by Xothin
Fri Dec 17, 2004 02:43
Forum: Modifications / Integrations / Customisations
Topic: WLProgressBar colour
Replies: 10
Views: 6062

WLProgressBar colour

I tried to make it into a property.. but apparently get is a string only function and it should be getting a colour. I tried hacking around in the code and every attempt, failed. =/ Tried as I might to get this in as an editable property, I couldn't do it. I thought about the dangerous aspect, and d...
by Xothin
Thu Dec 16, 2004 07:22
Forum: Modifications / Integrations / Customisations
Topic: Another goofy problem
Replies: 14
Views: 6132

Another goofy problem

Unfortunately, everyone is getting this ATM. This is due to the move to the Ogre Memory Manager. There is a thread posted actually that describes the issue and the quick and dirty fix. (Basically its disabling the Ogre Memory Management system) Until then, either live with it as I do til CE and _men...
by Xothin
Thu Dec 16, 2004 05:44
Forum: Modifications / Integrations / Customisations
Topic: WLProgressBar colour
Replies: 10
Views: 6062

WLProgressBar colour

after playing with it a bit, the only quick and dirty way to do this would be to create the method and allow both TL and WL to call it. TL won't allow this to be done though because it doesn't have this value. Interesting thing to play with. ^.^ Maybe it's just me, but I may be overcomplicating thin...
by Xothin
Thu Dec 16, 2004 04:06
Forum: Modifications / Integrations / Customisations
Topic: WLProgressBar colour
Replies: 10
Views: 6062

WLProgressBar colour

The only problem with that, is that Taharez does not use a color.

This would have to be a WL only type thing, which is why I'm contemplating my course of action...
by Xothin
Wed Dec 15, 2004 18:16
Forum: Modifications / Integrations / Customisations
Topic: WLProgressBar colour
Replies: 10
Views: 6062

WLProgressBar colour

No problem CE, if needs be, I can just use Taharez instead for my purposes and just create several different versions of the progress bar and use a different image for each one. The reasoning behind my asking, is the WL progress bar does great for doing "health" bars, but having all of the...
by Xothin
Wed Dec 15, 2004 06:58
Forum: Modifications / Integrations / Customisations
Topic: WLProgressBar colour
Replies: 10
Views: 6062

WLProgressBar colour

Is there any way that the default color can be changed? I checked through most of the docs, and then checked out the WLook header and source for the progress bar and didn't see any way to get access to the variable that holds that value. CE?
by Xothin
Tue Dec 14, 2004 03:50
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Maybe?
Replies: 1
Views: 2483

Maybe?

Hrm, on second thought(and after doing some simple math...) the way it is right now does a lot better.. call me a retard. ^.^
by Xothin
Tue Dec 14, 2004 03:44
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Maybe?
Replies: 1
Views: 2483

Maybe?

Do you think it possible to add a function to the progress bar to allow you to change the metrics that it uses? IE right now, it goes from 0.0 to 1.0f Would you consider implimenting a function to allow changing that to a %? I know its simple math to get the conversion done, and I really shouldn't b...
by Xothin
Sun Dec 12, 2004 11:29
Forum: Modifications / Integrations / Customisations
Topic: Updated to latest CVS, bad move?
Replies: 4
Views: 3765

Updated to latest CVS, bad move?

8O 8O 8O 8O

OMG!

Funny thing is... that was the difference between the project that compiled, and the one that didn't..
by Xothin
Sun Dec 12, 2004 06:34
Forum: Modifications / Integrations / Customisations
Topic: Updated to latest CVS, bad move?
Replies: 4
Views: 3765

Updated to latest CVS, bad move?

Getting some nasty compile errors when I updated to the latest CVS. They all revolve around the Ogre Memory manager. I'll post my errors, and then my code. c:\Program Files\Microsoft Visual Studio .NET\Vc7\include\malloc.h(113) : warning C4002: too many actual parameters for macro 'calloc' c...
by Xothin
Thu Dec 09, 2004 06:20
Forum: Modifications / Integrations / Customisations
Topic: XML
Replies: 6
Views: 4202

XML

I've done the same thing myself.

I make a wrapper base class, then create child instances of that wrapper that does each of my screens. Seems to work fairly well, and I can get access to all the variables I need and they're stored in one neat little package. ^.^
by Xothin
Wed Dec 08, 2004 16:34
Forum: Modifications / Integrations / Customisations
Topic: XML
Replies: 6
Views: 4202

XML

I was checking over the schema last night and think that I have a good handle on the XML system, but I feel that most of my issue is going to lie in scripting the button events. Checking over demo 8, I noticed a lot of difference between 7 and 8, mostly in the way that things were handled. I need a ...
by Xothin
Wed Dec 08, 2004 05:06
Forum: Modifications / Integrations / Customisations
Topic: XML
Replies: 6
Views: 4202

XML

Ok.. did some checking, found out demo 8 uses XML.. :oops:

Guess I'll start poring over Demo 8 files and see what I can come up with. :oops:

Go to advanced search