|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Wed May 23, 2012 9:58 pm
window oddity |
I have a self-created window that I open and close as necessary, containing only buttons. The odd thing is that when the window is stretched far enough over, the word Server can be seen. Anyone else seen this or know what it is from? I checked my settings and don't have anything with the word Sever in it.
|
|
|
|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Wed May 23, 2012 10:10 pm |
There, over the SE button. |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Thu May 24, 2012 1:04 am |
Have you searched for the word "Server" anywhere in the code for that window?
|
|
|
|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Thu May 24, 2012 2:58 am |
Yes, and I even checked the other modules in my package. That word isn't used at all.
|
|
|
|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Thu May 24, 2012 3:12 am |
Code: |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<window name="ShipWindow" commandline="false" statusbar="false" splitscreen="false" scrollbars="false" dockalign="Right" left="650" top="350" width="361" height="409" host="none">
<uid>{79006F23-2276-42AE-909F-9C5CB0F7E9A4}</uid>
<dockuid>{1E1AEB79-A370-455B-BBFD-2624C1E71414}</dockuid>
<caption>Ship Window</caption>
<packages>English Directions|English Keypad|Clickable URLs|Achaea</packages>
<button autosize="false" width="42" height="42" autopos="false" left="85" toolbar="0" iconleft="false" margin="0" inset="true" priority="130290">
<caption>N</caption>
<value>Achaea:'turn to n</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="127" toolbar="0" inset="true" priority="130328">
<caption>NNE</caption>
<value>Achaea:'turn to nne</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="169" toolbar="0" inset="true" priority="130326">
<caption>NE</caption>
<value>Achaea:'turn to ne</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="169" top="43" toolbar="0" inset="true" priority="130324">
<caption>ENE</caption>
<value>Achaea:'turn to ene</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="169" top="85" toolbar="0" inset="true" priority="130322">
<caption>E</caption>
<value>Achaea:'turn to e</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="169" top="127" toolbar="0" inset="true" priority="130320">
<caption>ESE</caption>
<value>Achaea:'turn to ese</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="169" top="169" toolbar="0" inset="true" priority="130318">
<caption>SE</caption>
<value>Achaea:'turn to se</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="127" top="169" toolbar="0" inset="true" priority="130316">
<caption>SSE</caption>
<value>Achaea:'turn to sse</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="85" top="169" toolbar="0" inset="true" priority="130314">
<caption>S</caption>
<value>Achaea:'turn to s</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="43" top="169" toolbar="0" inset="true" priority="130312">
<caption>SSW</caption>
<value>Achaea:'turn to ssw</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" top="169" toolbar="0" inset="true" priority="130310">
<caption>SW</caption>
<value>Achaea:'turn to sw</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" top="127" toolbar="0" inset="true" priority="130308">
<caption>WSW</caption>
<value>Achaea:'turn to wsw</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" top="85" toolbar="0" inset="true" priority="130306">
<caption>W</caption>
<value>Achaea:'turn to w</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" top="43" toolbar="0" inset="true" priority="130304">
<caption>WNW</caption>
<value>Achaea:'turn to wnw</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" toolbar="0" inset="true" priority="130302">
<caption>NW</caption>
<value>Achaea:'turn to nw</value>
</button>
<button autosize="false" width="42" height="42" autopos="false" left="43" toolbar="0" inset="true" priority="130300">
<caption>NNW</caption>
<value>Achaea:'turn to nnw</value>
</button>
<button autosize="false" width="126" height="21" autopos="false" left="43" top="43" toolbar="0" toolstyle="true" btnenabled="false" priority="130460">
<caption>Sails: @ship_sails (@ship_sail_strength)%</caption>
</button>
<button autosize="false" width="50" height="23" autopos="false" top="277" toolbar="0" toolstyle="true" color="#CC99FF" priority="130472">
<caption>Cast Off</caption>
<value>Achaea:'cast off</value>
</button>
<button autosize="false" width="80" height="23" autopos="false" left="51" top="277" toolbar="0" toolstyle="true" color="#CC99FF" priority="130470">
<caption>Weigh Anchor</caption>
<value>Achaea:'Weigh Anchor</value>
</button>
<button autosize="false" width="80" height="23" autopos="false" left="131" top="277" toolbar="0" toolstyle="true" color="#CC99FF" priority="130468">
<caption>Drop Anchor</caption>
<value>Achaea:'Drop Anchor</value>
</button>
<button autosize="false" width="70" height="23" autopos="false" top="254" toolbar="0" toolstyle="true" color="yellow" priority="130466">
<caption>Strike Sails</caption>
<value>Achaea:'Strike the Sails</value>
</button>
<button autosize="false" width="70" height="23" autopos="false" left="71" top="254" toolbar="0" toolstyle="true" color="yellow" priority="130464">
<caption>Set Sails</caption>
<value>achaea:'set sails</value>
</button>
<button autosize="false" width="210" height="35" autopos="false" top="211" toolbar="0" inset="true" color="red" priority="130462">
<caption>ALL STOP!!!</caption>
<value>achaea:'ALL STOP!</value>
</button>
<button type="Menu" autosize="false" width="75" height="23" autopos="false" top="300" toolbar="0" toolstyle="true" color="blue" textcolor="white" priority="130550">
<caption>Manoeuvre</caption>
<value>ship_manoeuvres</value>
</button>
<class name="ship_manoeuvres" submenu="true">
<menu priority="130570">
<caption>Normal</caption>
<value>achaea:ship manoeuvre normal</value>
</menu>
<menu priority="130571">
<caption>Steady Going</caption>
<value>achaea:ship manoeuvre steady</value>
</menu>
<menu priority="130572">
<caption>Station Hold</caption>
<value>achaea:ship manoeuvre stationhold</value>
</menu>
<menu priority="130573">
<caption>Evasives</caption>
<value>achaea:ship manoeuvre evasives</value>
</menu>
<menu priority="130574">
<caption>Emergencies</caption>
<value>achaea:ship manoeuvre emergencies</value>
</menu>
</class>
<button autosize="false" width="60" height="23" autopos="false" left="75" top="300" toolbar="0" toolstyle="true" color="#99CC00" priority="130620">
<caption>Sea Prayer</caption>
<value>achaea:perform seaprayer ritual</value>
</button>
<button autosize="false" width="76" height="23" autopos="false" left="135" top="300" toolbar="0" toolstyle="true" color="#99CC00" priority="130630">
<caption>Pray to Spirits</caption>
<value>achaea:pray to sea spirits</value>
</button>
<button autosize="false" width="70" height="23" autopos="false" left="141" top="254" toolbar="0" toolstyle="true" color="yellow" priority="130640">
<caption>Man Oars</caption>
<value>achaea:'Man the Oars!</value>
</button>
<button autosize="false" width="105" height="23" autopos="false" top="323" toolbar="0" toolstyle="true" color="#FF99CC" priority="130650">
<caption>Ship Meld</caption>
<value>achaea:invoke sea spirit</value>
</button>
<button autosize="false" width="105" height="23" autopos="false" left="106" top="323" toolbar="0" toolstyle="true" color="#FF99CC" priority="130660">
<caption>Ship Unmeld</caption>
<value>Achaea:unmeld</value>
</button>
<button autosize="false" width="126" height="21" autopos="false" left="43" top="64" toolbar="0" toolstyle="true" btnenabled="false" priority="130458">
<caption>Hull: @hull_strength% Crew: @crew_end%</caption>
</button>
<button autosize="false" width="126" height="21" autopos="false" left="43" top="85" toolbar="0" toolstyle="true" btnenabled="false" priority="130456">
<caption>Wnd: @wnd_dir/@wnd_spd Spd: @ship_dir/@ship_spd</caption>
</button>
<button autosize="false" width="126" height="21" autopos="false" left="43" top="106" toolbar="0" toolstyle="true" btnenabled="false" priority="130454">
<caption>Seas: @sea_cond</caption>
</button>
<button autosize="false" width="126" height="21" autopos="false" left="43" top="127" toolbar="0" toolstyle="true" btnenabled="false" priority="130452">
<caption>Pwr: @sail_method</caption>
</button>
<var name="ship_sails" type="Literal">Furl</var>
<var name="ship_sail_strength" type="Integer"/>
<var name="hull_strength" type="Integer"/>
<var name="crew_end" type="Integer"/>
<var name="wnd_dir" type="Literal">N</var>
<var name="wnd_spd" type="Integer">0</var>
<var name="sail_dir" type="Literal"/>
<var name="sea_cond" type="Literal" usedef="true">
<value>None</value>
<default>None</default>
</var>
<var name="sail_method" type="Literal" usedef="true">
<value>None</value>
<default>None</default>
</var>
<var name="ship_dir" type="Literal">N</var>
<var name="ship_spd" type="Integer">0</var>
<var name="turn_dir" type="Literal" usedef="true">
<value>None</value>
<default>None</default>
</var>
<button autosize="false" width="126" height="21" autopos="false" left="43" top="148" toolbar="0" toolstyle="true" btnenabled="false" priority="130450">
<caption>Turn: @turn_dir</caption>
</button>
<button autosize="false" width="105" height="23" autopos="false" top="346" toolbar="0" toolstyle="true" color="fuchsia" priority="131212">
<caption>Set Ship Return</caption>
<value>achaea:shipreturn here</value>
</button>
<button autosize="false" width="105" height="23" autopos="false" left="106" top="346" toolbar="0" toolstyle="true" color="fuchsia" priority="131210">
<caption>Ship Return Go</caption>
<value>achaea:shipreturn go</value>
</button>
</window>
</cmud> |
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Fri May 25, 2012 8:56 pm |
I've seen the word on windows before, but only when the layout was being loaded. Have you tried resetting it?
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Sat May 26, 2012 5:53 pm |
That worked, until I moved all my windows around again. It showed back up.
|
|
|
|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Sat May 26, 2012 6:00 pm |
Here is my full layout:
The Ship Window with the problem is docked on the right side of the BardStuff Window. |
|
|
|
|
|