Search found 78 matches

by tgraupmann
Sun Aug 21, 2005 21:15
Forum: Modifications / Integrations / Customisations
Topic: Transparent StaticText background
Replies: 10
Views: 4605

Re: Transparent StaticText background

Just what I needed thanks.
by tgraupmann
Sun Aug 21, 2005 17:47
Forum: Modifications / Integrations / Customisations
Topic: Transparent StaticText background
Replies: 10
Views: 4605

Re: Transparent StaticText background

What is the valid XML syntax for BackgroundColours?
by tgraupmann
Sun Aug 21, 2005 00:12
Forum: Modifications / Integrations / Customisations
Topic: Transparent StaticText background
Replies: 10
Views: 4605

Re: Transparent StaticText background

Ahh got it. <Window Type="TaharezLook/StaticText" Name="TitleText"> <Property Name="Position" Value="x:0 y:0" /> <Property Name="RelativeMaxSize" Value="w:1 h:1" /> <Property Name="Size" Value="w:1 h:0.15" /> <Property N...
by tgraupmann
Sun Aug 21, 2005 00:07
Forum: Modifications / Integrations / Customisations
Topic: Transparent StaticText background
Replies: 10
Views: 4605

Re: Transparent StaticText background

Looks like it's setBackgroundColours, what is the format of the xml?
by tgraupmann
Sun Aug 21, 2005 00:02
Forum: Modifications / Integrations / Customisations
Topic: Transparent StaticText background
Replies: 10
Views: 4605

Transparent StaticText background

Is it possible to assign an alpha to the background color of a StaticText window?
by tgraupmann
Sat Aug 20, 2005 23:23
Forum: Modifications / Integrations / Customisations
Topic: StaticImage -- ImageSet
Replies: 7
Views: 4026

Re: StaticImage -- ImageSet

My problem was the schema file that was being loaded needed to reference this imageset.

And when I want the second imageset to display I just need to run loadLayout on a image that uses the second image set. And yes multiple image sets work at a time. And yes PNG imagesets also work.
by tgraupmann
Sat Aug 20, 2005 01:04
Forum: Modifications / Integrations / Customisations
Topic: StaticImage -- ImageSet
Replies: 7
Views: 4026

Re: StaticImage -- ImageSet

I want to display both imagesets. Is that possible? Or does crazy eddie only do one at a time.
by tgraupmann
Fri Aug 19, 2005 15:09
Forum: Modifications / Integrations / Customisations
Topic: StaticImage -- ImageSet
Replies: 7
Views: 4026

Re: StaticImage -- ImageSet

It's not the fact that it's a PNG, I used a TGA and still can't see the image. I think it's the fact I'm trying to use two engine sets. I'm using Ogre/DirectX. I noticed that when I load two layouts it only displays the last one. I'm using this: window1 = GuiLoadLayout("S13Intro.xml"&#...
by tgraupmann
Thu Aug 18, 2005 23:46
Forum: Offtopic Discussion
Topic: WORST LAYOUT EVER
Replies: 5
Views: 3813

Re: WORST LAYOUT EVER

If this is similar to geeklog, you can select which topics your block appears on. The login block should appear in the forum topic.
by tgraupmann
Thu Aug 18, 2005 23:45
Forum: Offtopic Discussion
Topic: WORST LAYOUT EVER
Replies: 5
Views: 3813

Re: WORST LAYOUT EVER

Ahh found it. The login box is on the main page, but not available after you click forums... Should be there for forums...
by tgraupmann
Thu Aug 18, 2005 23:40
Forum: Modifications / Integrations / Customisations
Topic: StaticImage -- ImageSet
Replies: 7
Views: 4026

Re: StaticImage -- ImageSet

Still don't see the image. Here is the relevant log lines: 18/08/2005 16:15:37 (InfL1) Attempting to load Scheme from file 'sector13.scheme'. 18/08/2005 16:15:37 (InfL2) Started creation of Scheme 'Sector13' via XML file. 18/08/2005 16:15:37 (InfL2) Finished creation of Schem...
by tgraupmann
Thu Aug 18, 2005 23:37
Forum: Offtopic Discussion
Topic: WORST LAYOUT EVER
Replies: 5
Views: 3813

Re: WORST LAYOUT EVER

I don't see a login box (is it a new upgrade?). So I have to use this link: http://www.cegui.org.uk/user.php
by tgraupmann
Thu Aug 18, 2005 21:48
Forum: Modifications / Integrations / Customisations
Topic: StaticImage -- ImageSet
Replies: 7
Views: 4026

StaticImage -- ImageSet

Any idea why the follow image does not display? I get a border without the image. The image is a PNG is that a problem? S13Intro.imageset <?xml version="1.0" ?> <Imageset Name="S13Intro" Imagefile="sector13title.png" NativeHorzRes="1024" NativeVertRes="73...
by tgraupmann
Thu Aug 18, 2005 15:35
Forum: Modifications / Integrations / Customisations
Topic: StaticImage -- ImageColours
Replies: 5
Views: 2993

Re: StaticImage -- ImageColours

Got it working thanks. Ended up doing this... StaticImage.xml <?xml version="1.0" ?> <GUILayout Parent="root_wnd"> <Window Type="TaharezLook/StaticImage" Name="Reticle"> <Property Name="Position" Value="x:0.475 y:0.50" /> <Property Name=&qu...
by tgraupmann
Thu Aug 18, 2005 06:22
Forum: Modifications / Integrations / Customisations
Topic: StaticImage -- ImageColours
Replies: 5
Views: 2993

Re: StaticImage -- ImageColours

Still can't find that login button... anyway.... Here is an example of what's happening: http://www.tagenigma.com/geeklog/images/articles/20050818071201949_1.jpg (1) Where the image is black it should be transparent. How do I fix that? The original pic is transparent. (2) How do you get rid of the b...

Go to advanced search