|
Brenex Beginner
Joined: 13 May 2008 Posts: 25
|
Posted: Fri Jun 06, 2008 5:33 pm
[2.26] Disappearing Buttons |
I have a toolbar with 2 rows of buttons on the top of my main window. I right click the button on the top row with say priority 10 to get into its options to change its size. If I change the size by a few points but do not click save and instead right click on the button that is stacked beneath it (with say priority 15 so it stacks properly,) the bottom button will disappear. It won't reappear until I go into a button's settings, make a change and hit save. I'm sure it will reappear if anything were to update the toolbar though. I tested this in my usual sessions and created a new sessions and it happens in both.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Jun 06, 2008 5:43 pm |
If you can, go to the XML tab of your window and copy/paste the XML for the buttons and put it into CODE tags here in the forum so that we can try to reproduce this. Also remember to mention what version of Windows you are using when you report a bug. I wasn't able to reproduce this with some simple testing here, but if you got it to fail in a new session, post your exact procedure.
|
|
|
|
Brenex Beginner
Joined: 13 May 2008 Posts: 25
|
Posted: Fri Jun 06, 2008 5:54 pm |
Sorry about not posting the version, wasn't sure on the correct procedure. Windows Vista Business.
Code: |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<window name="LusterniaAgeofAscension" usesession="false">
<uid>{8B0B60A4-54BA-4C24-A67F-FCFB26FC674D}</uid>
<packages>English Keypad|English Directions|LusterniaAgeofAscension</packages>
</window>
<module name="Combat" global="true">
<uid>{E9C27891-A7F9-4112-90D4-A703880B06B6}</uid>
<packages>English Keypad|English Directions</packages>
<class name="User Interface">
<button autosize="false" width="90" height="20" stack="true" transparent="false" color="#0080FF" priority="10750">
<caption>BlankNote</caption>
<value>play blanknote @target</value>
</button>
<button autosize="false" width="90" height="20" transparent="false" color="red" priority="10740">
<caption>Minor Second</caption>
<value>play minorsecond @target</value>
<tooltip>Health Damage</tooltip>
</button>
</class>
</module>
</cmud>
|
I created a new session, imported that xml and was able to reproduce it with just those two buttons. |
|
|
|
Ghedemonas Novice
Joined: 15 Aug 2007 Posts: 39
|
Posted: Fri Jun 06, 2008 7:07 pm |
Similar problem here:
The button sometimes disapears when it is clicked on (push button), and reappears when I click on another button.
Here is the code:
<button name="ButtonRegen" autosize="false" height="15" autopos="false" left="312" top="16" toolbar="3" transparent="false" color="maroon" textcolor="white" priority="2289970" id="387">
<caption>@Gauges.Regen</caption>
<value>#if (@Gauges.Regen="No Regen") {
say regen ghedemonas}
#if (@Gauges.Regen="Regen") {
dispel regen}
</value>
</button> |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Jun 09, 2008 5:11 pm |
Please remember to paste XML code within [CODE] tags in the forum. Otherwise important formatting gets stripped.
I will try to use the XML code from Brenex to confirm this. Right now I am running into the bad Import bug in v2.26, but I'll check it after I fix the import bug later today. |
|
|
|
|
|