Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > SidlWidl & SIDL Fiddle help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 09-17-2005, 01:36 PM   #1
taiisien
A Gray Wolf
 
Join Date: Apr 2004
Posts: 7
Interface Author - Click to view interfaces
Default Anyone else havin problems...

anyone else havin problems using sidlwidl to open the inventory window?? of course with the new tabs that have been inserted my previous ui has broken but i cannot load the default inventory window in sidlwidl nor when i add the new items to my inventory window can i open it. this is the error i am getting. anyone know either what i am doing wrong or how i can fix this??


System.OverflowException: Value was either too large or too small for an Int32.

also when i just make the changes i think are needed and then try to load it in eq i loose the whole ui. any help anyone can offer would be a great help.

Taii
taiisien is offline   Reply With Quote
Old 09-17-2005, 02:31 PM   #2
Drakah
Skinning Guru
 
Drakah's Avatar
 
Join Date: Jul 2002
Posts: 1,076
Interface Author - Click to view interfaces
Post

Open up the inventory xml file and in 3 different areas you will see:

<Pieces>Listbox:ACP_ProgressionList</Pieces>
<Pieces>STMLbox:ACP_ProgressionInfo</Pieces>
<Pieces>VerticalLayoutBox:ACP_ProgressionLayout</Pieces>
<Pages>Page:IW_InvPage</Pages>
<Pages>Page:IW_EIPage</Pages>
<Pages>Page:IW_AltCharProgPage</Pages>

temporarily change them to:

<Pieces>ACP_ProgressionList</Pieces>
<Pieces>ACP_ProgressionInfo</Pieces>
<Pieces>ACP_ProgressionLayout</Pieces>
<Pages>IW_InvPage</Pages>
<Pages>IW_EIPage</Pages>
<Pages>IW_AltCharProgPage</Pages>

Then you can load SidlWidl and edit.
Before you load EQ, change them back. Its the tag & colon thing they added for some annoying reason and feedback'd it plenty of times to put it back the way it was.
------------------------------------------

Cliffnotes:

Backup the current Inventory Window, Search and Replace the following tags with nothing, save, and use in SidlWidl. When you have finished, use a compare program to compare your Backed up version to your new one to find the tags you need to put back. Takes only a few minutes this way.

Temporarily, remove all instances of the following from the XML:

VerticalLayoutBox:
Screen:
Page:
TileLayoutBox:
__________________
Regards,

Drakah

shakahr.com
Remember...it is only a GAME

Last edited by Drakah : 12-10-2012 at 08:17 PM.
Drakah is offline   Reply With Quote
Old 09-17-2005, 03:11 PM   #3
taiisien
A Gray Wolf
 
Join Date: Apr 2004
Posts: 7
Interface Author - Click to view interfaces
Default

thanks drakah this has been annoying me to no end lol.
taiisien is offline   Reply With Quote
Old 10-23-2005, 10:29 AM   #4
Valerith
A Bat
 
Join Date: Sep 2002
Posts: 1
Default

I hate replying to age-old posts, but here we go.

The colon is used in many languages as the "scope operator". It looks like SOE is making internal changes to the UI that will use this new feature. Just by guessing, but it may be something that will lead up to an easier time for us modders.

Guess we'll have to see...
__________________
- Valerith
Valerith is offline   Reply With Quote
Old 08-25-2006, 10:24 AM   #5
Koreno
A Gray Wolf
 
Join Date: Oct 2003
Posts: 5
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Drakah
Open up the inventory xml file and in 3 different areas you will see:

<Pieces>Listbox:ACP_ProgressionList</Pieces>
<Pieces>STMLbox:ACP_ProgressionInfo</Pieces>
<Pieces>VerticalLayoutBox:ACP_ProgressionLayout</Pieces>
<Pages>Page:IW_InvPage</Pages>
<Pages>Page:IW_EIPage</Pages>
<Pages>Page:IW_AltCharProgPage</Pages>

temporarily change them to:

<Pieces>ACP_ProgressionList</Pieces>
<Pieces>ACP_ProgressionInfo</Pieces>
<Pieces>ACP_ProgressionLayout</Pieces>
<Pages>IW_InvPage</Pages>
<Pages>IW_EIPage</Pages>
<Pages>IW_AltCharProgPage</Pages>

Then you can load SidlWidl and edit.
Before you load EQ, change them back. Its the tag & colon thing they added for some annoying reason and feedback'd it plenty of times to put it back the way it was.


I open up the Inventory xml by AYA so I could move the bags to the bottom and expand them downwards... But I got this error... SO I found this post and tried it... but the text you mention is not in the file. I used the find feature in notepad.
Koreno is offline   Reply With Quote
Old 02-13-2007, 04:39 PM   #6
axeion
A Predatory Creeper
 
axeion's Avatar
 
Join Date: Jan 2004
Server: bristlebane
Posts: 254
Interface Author - Click to view interfaces
Default

Its changed again /sigh.as of 2/13/07 ACP_ProgressionList cant even be found in the inventory xml.... back to trying to figure out what is where again /bleh.

same for ACP_ProgressionInfo..

an ACP_ProgressionLayout same not found now... um may have searched wrong/bleh note pad ++ have to have 1st line highlighted before searching ..
__________________

"A man has honor if he holds himself to an ideal of conduct though it is inconvenient, unprofitable, or dangerous to do so. "
Walter Lippmann

Last edited by axeion : 02-13-2007 at 04:46 PM.
axeion is offline   Reply With Quote
Old 02-14-2007, 05:53 PM   #7
axeion
A Predatory Creeper
 
axeion's Avatar
 
Join Date: Jan 2004
Server: bristlebane
Posts: 254
Interface Author - Click to view interfaces
Default

New /moddified list of things that changed as of 2/13/07 to make the invetory display in SidlWidl as posteted before but with the new lines that need to me modified to see then modified back when used in eq are.. ( small drum roll please)...

<Pieces>Listbox:ACP_ProgressionList</Pieces> fixed as of 2/13/07
<Pieces>STMLbox:ACP_ProgressionInfo</Pieces> fixed as of 2/13/07
<Pieces>VerticalLayoutBox:ACP_ProgressionLayout</Pieces>
<Pages>Page:IW_InvPage</Pages>
<Pages>Page:IW_EIPage</Pages>
<Pages>Page:IW_AltCharProgPage</Pages>
add
<Pages>Page:IW_AltCurrPage</Pages>

temporarily change them to:

<Pieces>ACP_ProgressionList</Pieces> fixed as of 2/13/07
<Pieces>ACP_ProgressionInfo</Pieces> fixed as of 2/13/07
<Pieces>ACP_ProgressionLayout</Pieces>
<Pages>IW_InvPage</Pages>
<Pages>IW_EIPage</Pages>
<Pages>IW_AltCharProgPage</Pages>
<Pages>IW_AltCurrPage</Pages>

No eq devs were harmed in learning this .Just a old hillbilly playing around with that their x m l .
axeion is offline   Reply With Quote
Reply



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


All times are GMT -5. The time now is 10:35 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI