View Single Post
  #26  
Unread 11-19-2007, 10:20 AM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Quote:
Originally Posted by gm9 View Post
I'm just going off your screenshots so far, haven't seen the code yet. I was referring to the default zoom level buttons in the lower right corner. I would wager that everybody uses the mouse-wheel to zoom instead. But for resetting the zoom, can't you activate these buttons via script?

And on the opacities: I just think it's nicer to be able to switch between minimal and full scale mode with one click, that's all.

Edit: I didn't plan on releasing anything btw, but will send you the code if I mod it.
Ah, ok the zoom buttons. Those could be shown and hidden easily. I don't know about activating them though. They're just images like this:

<Page Location="428,556" Name="ZoomControls" PackLocation="fff,fff" ScrollExtent="24,13" Size="24,13">
<Image GetsInput="true" LocalTooltip="Zoom In" Location="1,1" Name="ZoomIn" ScrollExtent="9,9" Size="9,9" Style="Skinnable_Styles.ZoomButtons.ZoomIn" Tooltip=":0df337557d461a46:Zoom In" />
<Image GetsInput="true" LocalTooltip="Zoom Out" Location="11,1" Name="ZoomOut" ScrollExtent="9,9" Size="9,9" Style="Skinnable_Styles.ZoomButtons.ZoomOut" Tooltip=":0df337556511a0b2:Zoom Out" />
</Page>

But, if it's possible I'm sure you'll figure it out. I was assuming you would take it and fix it up how you like it to add to Profit so I would see it then.
__________________

Visit Othesus World!

Last edited by Othesus : 11-19-2007 at 10:25 AM.
Reply With Quote