Thread Tools Display Modes
04-02-10, 04:48 AM   #21
Haturod
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 4
Intressting tool! I'll try it out sometime after whe weekend and let you know what I think
  Reply With Quote
05-11-10, 04:08 AM   #22
SuranthianH3
A Murloc Raider
 
SuranthianH3's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 8
BUG: Fontstring

My client doesn't recognize CreateFontString as an existing function. Might want to change it to a CreateFrame instead. Thank you for this wonderful tool. Has helped me learn widgets a lot! :P

EDIT: Nevermind. It is because you did not put its parent BEFORE CreateFontString. It was designed to be used as following:
Code:
Frame:CreateFontString(["name"[,"layer"[,"inheritsFrom"]]])
But you did:
Code:
Frame1.Fontstring1 = CreateFontString("Frame1Fontstring1","OVERLAY",Frame1)
My suggestion is to change what you have to:
Code:
Frame1.Fontstring1 = Frame1:CreateFontString("Frame1Fontstring1","OVERLAY",Frame1)

Last edited by SuranthianH3 : 05-11-10 at 04:24 AM.
  Reply With Quote
06-07-10, 05:31 AM   #23
Fodaro
A Cyclonian
 
Fodaro's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 42
Thumbs up

Looks like this could be great. I've found AddOn Studio too big and inflexible. Is there a way to get a frame to inherit from another? Also, I'm not familiar with Silverlight, but it would be great if this could be downloaded as an executable.

Thanks,
__________________
Fodaro
(Main: Fodaro-Bronzebeard (EU))
Author of CharNote and Consolid8
  Reply With Quote
07-29-10, 07:46 AM   #24
KCmilam
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 13
Originally Posted by Fodaro View Post
Looks like this could be great. I've found AddOn Studio too big and inflexible. Is there a way to get a frame to inherit from another? Also, I'm not familiar with Silverlight, but it would be great if this could be downloaded as an executable.

Thanks,
Making it an executable is actually very easy with Silverlight. Because Silverlight apps are ran client side, they are the perfect candidate for a local app. I have this feature enabled for most of my apps developed with Silverlight, but haven't enabled it for this one just yet.

I haven't visited this project for some time, and plan on picking it up once again. I didn't want to dive to deep into it just yet because Silverlight 4 was just released with Visual Studio 2010. Here soon I'll be updating it.
  Reply With Quote
10-13-10, 03:48 PM   #25
hankthetank
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Jul 2009
Posts: 64
Since you work with VB.net you could also create a new XML file in VS, link to the latest UI.xsd which you can extract from your game files and let the IDE handle the rest or use any 3rd party XML editor to validate against the WoW XML schema. Nice work anyway.

Last edited by hankthetank : 10-13-10 at 03:50 PM.
  Reply With Quote
10-23-10, 05:11 PM   #26
Nillerr
A Fallenroot Satyr
 
Nillerr's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2010
Posts: 22
Originally Posted by KCmilam View Post
UI XML Editor
*Works best in Firefox and IE 2008. Doesn't not work in 64bit browsers
In case you meant "Doesn't work in 64 bit browsers", then I can tell you it does (Tested with IE 8 and Chrome 7)

Anyways, it looks quite decent, but I'd appreciate an Import feature, allowing me to import my Lua or XML code to have your App draw the Frame's layout.

As a suggestion, I'd like to see the actual in-game textures used, as it makes it far easier to familiarize with the frame, and design it in that way.

Maybe you could add support for AceGUI export as well?

Last edited by Nillerr : 10-23-10 at 05:14 PM.
  Reply With Quote

WoWInterface » Developer Discussions » Dev Tools » New Addon XML/Lua Generator

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off