Tooltip + weather
Thursday, June 28, 2007 by Jaramia | Discussion: DesktopX
Also, I wanted to know how to create a simple weather display as just a number to represent today and the next day....(maybe someone can tell me how to make matching pictures aswell if they have some extra time on their hands
)Thanks
Reply #2 Thursday, June 28, 2007 3:01 PM
Reply #3 Thursday, June 28, 2007 3:31 PM
Even when you make cursor be just ' hand' ? I never had that problem but I use small cursors. Im sure what your asking might be done through script but Im clueless on script.
When you open the tool tip box, before you add your tool tip, if you hit' enter' key on keyboard ( about 5 times or more depending on how far you want to go ) then type or paste in your tool tip it will space the tool tip down farther, not exactly what you wanted but its not blocked by cursor at least.
Reply #4 Thursday, June 28, 2007 3:42 PM
Yes, it can easily be done in script but, it would take more lines of code instead of doing what Fairyy~ suggested.
Reply #5 Thursday, June 28, 2007 4:04 PM
Those who script - script..and those who can't - fake it
Reply #6 Thursday, June 28, 2007 7:21 PM
Now anyone know anything about my weather question?
Reply #7 Thursday, June 28, 2007 10:17 PM
So, basically instead of showing Thursday for today you want it to show the number 28?
That definitely requires a bit of tweaking within the script.
Edit: Depending on the Widget you should only have to change one thing to get the date number in text format. In the Aero Weather Widget if you go into the "weather_image" object change the following code:
- DesktopX.Object("weather_daytemp" & x).Text = daytemp4
- To:
- DesktopX.Object("weather_daytemp" & x).Text = daytemp2
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Thursday, June 28, 2007 2:48 PM
Are you just asking about having one tool tip with all the instruction in one balloon?
If you are , this is how I do a tool tip. Not sure this is what your asking for though..
While in DX Builder mode , right click on widget background, go to properties>Relation Tab > Cursor ( move cursor slider to ' hand' hit apply.
Then go to the Summary Tab...Click on Tool Tip Box. Type your instructions in tool tip box. Hit Apply and ok.
This will make your tool tip appear when cursor is placed anywhere near the entire background.
If you want the tool tip more localized then right click on an icon or any part of the object that has separate properties and do the same procedure.
Example: