Thread Tools Display Modes
03-30-10, 10:38 AM   #1
zigmund555
A Cliff Giant
Join Date: Feb 2005
Posts: 77
Window needs rebuild on log-in

I can attach a recovery later when I'm home.

I have one specific window that never shows up since about 7.3.3. unless I rebuild it when I log in. From there, zoning in and out doesn't seem to bother it.

It is a very simple artframe with 1 LDB object for one addon. It's set in a window which I lie on top of the blank space on the main bar at the top of the screen, like so:

Desktop|Solo|Repository|Etc|Etc|Etc| My LDBWindow

I believe the strata is 1.

Do I need to change the strata so it shows up? I don't notice anything wrong with the way the window is built.
  Reply With Quote
04-01-10, 04:17 PM   #2
Brainn
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 263
do you get any errors or warnings on login ?
something like "Warning: *LDBobjectname* is not available or allready acquired in an other LDBObject"
if your window contains only the ldb-object and nothing else (no background, borderless window) its possible that the window builds but does not show anything because of this error.

i have a setup that looks just like you describe yours (see attached screenshot), and i get the warning i mentioned above for the "Spamalyzer" ldb-object, so on login the window builds but the box where that ldb-object is placed in is just empty.
i dont know what causes this error since i dont have any other addon capable of displaying ldb-objects. my current solution for this problem is a small autexec-script:

Code:
function RebuildLDB()
    RDXDK.QueueLockdownAction(RDXDK.RebuildWindow, "path_to_your:ldb_window")
end

VFL.ZMSchedule(1, RebuildLDB)
this does not fix the error, but its a usable workaround for not having to rebuild the window manualy each time i login.
Attached Thumbnails
Click image for larger version

Name:	Untitled.jpg
Views:	639
Size:	23.7 KB
ID:	4125  
  Reply With Quote
04-01-10, 11:15 PM   #3
zigmund555
A Cliff Giant
Join Date: Feb 2005
Posts: 77
No error, but I will try your script. Thanks!
  Reply With Quote
04-28-10, 05:52 AM   #4
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Hello

What is the LDB object you wish to show ?

In general, that means the LDB object is not created when the desktop is open.

This is why, you need to rebuild your window.

Sigg
  Reply With Quote
04-28-10, 01:29 PM   #5
Brainn
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 263
for me it is/was the "Spamalyzer" addon, actually i dont know if the probleme still exists or was fixed with some update since i never checked if it works again without rebuild
  Reply With Quote
05-01-10, 05:07 AM   #6
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Spamalyzer is initialising after "VARIABLES_LOADED"

The desktop is create at VARIABLES_LOADED.

Let me think about a workaround.
  Reply With Quote
05-01-10, 08:07 AM   #7
Narinka
A Chromatic Dragonspawn
Join Date: Oct 2008
Posts: 165
I don't think it's the same problem, but topic name would be the same..

I have old problem "ressurected" after some update with "Runes bar" feature.

There is simpliest window you can have, just Base frame and Runes bar, every time I enter the game there is no textures in runes, i need to rebuild window or to make reloadui to see them.
  Reply With Quote
05-01-10, 11:42 AM   #8
zigmund555
A Cliff Giant
Join Date: Feb 2005
Posts: 77
Originally Posted by sigg View Post
Hello

What is the LDB object you wish to show ?

In general, that means the LDB object is not created when the desktop is open.

This is why, you need to rebuild your window.

Sigg
The only LDB object I have in the bar is Zomgbuffs.

I have noticed that sometimes my show/hide texture frame doesn't load up properly when I log in either, will take a look at that one.
  Reply With Quote

WoWInterface » Featured Projects » OpenRDX » OpenRDX Community » OpenRDX: Community Chat » Window needs rebuild on log-in


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