Page 1 of 1

UI Cache

Posted: Sat Apr 06, 2019 5:37 am
by Gangrenous
Does EQ2 cache the UI cache? My UI seems to be caching the commands, or appears to be. I added a button to set the grid, /spawn set location

Code: Select all

<Button BackgroundTint="#FF0000" Location="798,29" Name="Grid" OnPress="spawn set location" ScrollExtent="80,30" Size="80,30" Style="/CommonElements.PushButton.data.style">Grid</Button>
          
I swear it used to work, but it is acting like there is something at the end of the command, like it is caching an old command.

Code: Select all

note: /spawn set location does not require a value. The client's current location is used.
I deleted the clients cache and reloaded the UI, still same error.

Re: UI Cache

Posted: Sat Apr 06, 2019 6:22 am
by Ememjr
sry i know nothing about the UI (yet)
i do know typed in commands from the chat boc ie "/reload spawns"
does get cached since they seem to persis with logout, and complete client restart
i just go to chat box and press up arrow

Re: UI Cache

Posted: Sat Apr 06, 2019 2:17 pm
by Jabantiz
I have no clue on UI related stuff either, sorry.

I don't think there is a cache but that is just a guess from when I was messing with the custom ui Cynnar made.

Re: UI Cache

Posted: Sun Apr 07, 2019 4:49 am
by Gangrenous
Yeah something is completely off. Seems like I cannot stay in game but for minutes. Sometimes it is crashing before I am completely logged in. I remember this happening a lot 2 years ago.

Re: UI Cache

Posted: Thu Apr 11, 2019 1:41 pm
by Cynnar
Gangrenous wrote: Sat Apr 06, 2019 5:37 am Does EQ2 cache the UI cache?
The best I can come up with is I think it stores the UI windows placement, hotbar location and how many, etc in the uisettings.ini file. One of those <ServerName>_<CharacterName>_EQ2_uisettings.ini files. I have not looked in one, but I'm guessing that is what is stored in there.

You are talking about adding the button in the UI like the macros right?
Ememjr wrote: Sat Apr 06, 2019 6:22 am i do know typed in commands from the chat boc ie "/reload spawns"
does get cached
If I'm not mistaking these are written to the eq2_recent.ini file. [mention]Gangrenous[/mention] I don't think you have to delete this file, but you might do so just to be sure.

If you don't get it resolved by Saturday, send me a pm, or hit me up on discord and we will figure it out.