How can you lock the position of your yahoo widgets even after the screen resolution has changed??
-
I have several Yahoo Widgets utilities on my desktop and I have positioned them where I liked them to be. Now, when I play games wherein the game takes full screen and changes the display settings of the screen to a lower resolution and after playing when i come back to my desktop all of my widget utilities are cramped up on the upper left hand side of the screen. I have to arrange the widgets to their previous location and I mean each and every widget. I dont want that to do that everytime I play my games fullscreen. HELP!
-
Answer:
Hi, This is an interesting scenario. :-) I think we need to live with this :-( . To explain this first we need to understand what happens in the background: The default position of display of a widget is defined in .kon file. The developer who writes the code for widget defines it as follows: <onFirstDisplay> mainWindow.hOffset = (screen.width/2) - 114; mainWindow.vOffset = screen.availHeight + 195; </onFirstDisplay> The position arguments are passed with reference to screen width and height. Now when the screen resolution changes, the dimesions of the screen also gets changed. Hence the position of the widgets change. Now switching back to the default resolution of the screen, the position of widgets remain as per changed resolution of the screen. That's the reason the get messed up. In order to test the scenario, i can suggest a simple test case: 1) Let's say the default resolution of your screen is 1280*1024. You open up a few widgets on your screen and place them as on places of your choice. 2) Now change the resolution of your screen, to say, 800*600 (This can be done by Right Click on Desktop -> Properties -> Settings Tab -> Screen Resolution). 3) You will see that the screen has become smaller and font size has increased considerably. Also, the widgets will get new positions. 4) Exit Yahoo Widgets and restart them. Don't change the positions of widgets this time. 5) Now Switch back to older screen resolution i.e. 1280*1024. You will find the widgets on there desired positions. So, this is something which is as coded. You might have noticed that the position of Yahoo widgets engine (Dock) remains same, but widgets get displaced. The position of Yahoo Widgets Engine is set through 'Align' property but position of Widgets is set through Offset property. Alignment property does not depend on Screen Resolution but Offset does.... Hence we need to live with this...
frog_pri... at Yahoo! Answers Visit the source
Related Q & A:
- How Can You Tell If Someone Is Online Yahoo Messenger?Best solution by Yahoo! Answers
- How can I eliminate the postings on my Yahoo calendar from Yahoo groups I belong to?Best solution by Yahoo! Answers
- How can you lock folders with a password in Vista?Best solution by Yahoo! Answers
- How can I use my personal pictures at Yahoo and send them via Yahoo mail?Best solution by in.answers.yahoo.com
- How can you lock the screen automatically on the Blackberry Storm?Best solution by zdnet.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.