What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Cannot See DB window

eugenius

New Member
Joined
Jul 10, 2012
Messages
142
Reaction score
0
I cant see the db window upon opening.
its obviously open as i can see it on the bottom bar.
I can only see the auth box and not the actual DB box.
Help!
 
open GlobalSettings with notepad

look for
Code:
<WindowState>Minimized</WindowState>

change to
Code:
<WindowState>[COLOR="#FF0000"]Normal[/COLOR]</WindowState>
 
I cant see the db window upon opening.
its obviously open as i can see it on the bottom bar.
I can only see the auth box and not the actual DB box.
Help!

Having same problem. I was running bot all day and this just suddenly started happening. I tried what someone mentioned about changing the global settings and that doesnt work.
 
Having same problem. I was running bot all day and this just suddenly started happening. I tried what someone mentioned about changing the global settings and that doesnt work.

if that doesnt work for you then try this..

Hi there,

This is an easy fix. Using win7? Try this:

1. Click on your DB icon on your taskbar to select it.
2. Press ctrl+spacebar
3. A context menu will open up at the top left corner of the screen.
4. Click maximize
5. The DB window will become full screen.
6. Drag and hold the title bar of DB towards the centre of the screen and you're back to normal.



Cheers~! :)
 
If the above will not work this is what i did to fix:

Open globalsettings and replace the below lines with a fresh below:
Now it will go back to default:

<WindowLeft>0</WindowLeft>
<WindowTop>0</WindowTop>
<WindowWidth>0</WindowWidth>
<WindowHeight>0</WindowHeight>
 
Back
Top