EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Request (http://www.eqinterface.com/forums/forumdisplay.php?f=22)
-   -   Any of this possible? (http://www.eqinterface.com/forums/showthread.php?t=39)

NijK 07-26-2002 11:21 PM

Any of this possible?
 
edit: should have just edited this post rather than post a second =p

NijK 07-27-2002 12:21 AM

edit3: ok here we go again:
http://www.geocities.com/dakkon44/index.html
sorry for all the clutter, should work now

Ok now that that's working, my question is: Is any of that possible the way the pic shows? (specific lables etc, spellbook popping out of gem mneu etc.)

wtb suggestions criticism and the like

Oh and while I'm at it, are you guys all using the same XML editor and whatever other programs it takes to create the UIs you're coming up with, or do you guys use different ones? Would any of you mind posting which editor and/or other programs you use (and possibly why? hehe) Thanks again

edit4: just found one finally:
http://www.xmlspy.com/download.html
30 day free trial or something like that, going to see how much XML I can learn now =) XML Spy a good editor? Anyone know?

arantius 07-27-2002 10:54 AM

Dunno what "xml program" people use, I use notepad! RAWR!

Anyway, my skin has a few of the things you want.. take a gander if you would like in the "Developer template gallery" then "beta". As for the spellbook thing, I have selected a smaller spellbook size, but I don't think you can realistically shrink it down to the size of the spell gems, unless you make it really wide perhaps.

Orcinart 07-27-2002 11:25 AM

I use XML spy. I consider it the best atm., and I have been doing XML encoding in my software development for a couple of years. However, without Schema files, you may as well edit them in Notepad, because you just end up editing or reverse engineering the examples.

psychogears 07-27-2002 01:14 PM

I use Ultraedit. It's like a very streamlined Word that's used *just* for text and hex files. Like a multi-window Notepad pretty much.

As far as what you have in your prototype picture there, I think all that is possible. I'd like to see your UI when you're finished. :)

Bordaaf 07-27-2002 01:24 PM

Interested
 
I am really interested in seeing this one come about

the spellbook thing would rock

NijK 07-27-2002 03:18 PM

current progress...
 
Well I went through a couple tutorials in XML Spy and made this wierd company thing where it would show employee names addresses and other crap but I'm still a total XML newb, I tried playing around with all the EQ UI stuff and totally ruined all my UIs other than the default hehe. Have a nice tutorial now that actually explains commands and what they do, and why. Going to do it with Notepad like the old HTML days. Day 1 down, back to learning =)

buzweaver 07-27-2002 04:20 PM

Wow, that would be awesome. Great for Raid Prep as a Druid. Will getting everyone SOEed, Invised and such a one button to get to a section of Spells would be awesome.

guice 07-27-2002 04:27 PM

Best way to learn XML is to get a small book then read.

Then, use XML spy to play with it. Get a large XML document, create a DTD from it and learn about the restrictions as you play with the XML doc.

That's how I've learned. Having to merg 2-3 similar XML files under one DTD file. XML is nice, and DTDs are definatly a must. I'm quite disappointed VI didn't make any DTDs. :(


PS: DTDs (Data Type Definition) are basically your definition of the XML file. With a valid DTD document, you can't make an invalid XML document.

NijK 07-27-2002 08:36 PM

Thanks
 
I'm currently reading a free ebook from the net about DTDs, XML, XSL, and I think it later goes into CSS or something else. WIth any luck, I'll have my EQ UI in a month or two roflmao =D

NijK 07-27-2002 11:16 PM

more questions
 
Just trying to figure this out still. If I were able to put group member health gauges with %s into my player window, seperated by a bar or line or something, or text such as "Kath's Posse" in the screenshot - that would leave the group window with the invite and disband buttons right? And those can be removed right? However, because of a child in the group window, you can't completely get rid of it, right? And as for putting the target, pet hp, and casting time underneath the group member hp gauges, you can't completely remove their respective windows can you? Aside from maybe spell casting window. Is that how it works?

And also, what exactly denotes a child, is any "sub-element" I guess they're called, a child? For instance:

<element>text or something</element>
<whatisthis>who knows</whatisthis>
<andthisone>not me</anthisone>
<element>please help</element>

Would "<whatisthis>" and "<andthisone>" both be considered a "child" of the element "<element>"?

guice 07-27-2002 11:55 PM

Quote:
<element>text or something</element>
<whatisthis>who knows</whatisthis>
<andthisone>not me</anthisone>
<element>please help</element>


<element>
text or something
<whatisthis>who knows</whatisthis>
<andthisone>not me</anthisone>
<element>please help</element>
</element>

Now they are child elements.

As far as your first question, you kind of lost me there.

NijK 07-28-2002 12:07 AM

cool
 
thanks guice, also, do you have to have an end tag for EVERY SINGLE beginning tag with XML, unlike HTML? I think leaving off an end tag is why some of mine wouldn't even save.

guice 07-28-2002 12:39 AM

Every element must have a close. There are some that don't need to, but VI didn't code any this way.

If an element doesn't need a closing tag, you will see it like: <atag \>

What does and doesn't need a closing tag is suppose to be defined in a DTD file. VI thought it greasious to exclude these.


*edit - doh, I ment Exclude not Include. :D

NijK 07-28-2002 12:58 AM

cool
 
thanks again man
*bows*


All times are GMT -5. The time now is 04:03 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.