PlaneShift
Support => Technical Help: IN GAME bugs (after loading world) => Topic started by: Nemolix on March 07, 2008, 04:13:06 pm
-
I can't deposit Cicles in the Bank.
If I go with the mouse on the 0 at the Circle it havent a effect.
The Other Coins gose to deposit and all coins can be withdraw.
ThX
Nemolix
-
no problem here Nemolix ::|
-
I am also having this issue, but it is when I try to withdraw circles. The mouseover text does not show up when moving over the "0" for withdrawing circles. I can withdraw any other coins and the mouseover text works for those as well.
-
Ok reinstalled it on my other computer and indeed you cant withdraw circles .. you cant see more than 999 coins too..
i think circles should at least show 4-5 numbers max :) (at least i modified the file to permit so :P)
still i can withdraw coins on this computer.. mystery ;D
-
Same problem with hexas at withdraw. Doing Deposit only Trias work, not circles, hexas, octas! Thats a big problem because i still have my hard earned bank with much money from the last Version there! Hope, it will fixed soon. :sweatdrop:
Edit: Now it works again. Seems not to be a permanent bug, only from time to time, so im lucky that i have my money back and will deposit it on a second char again until the banking system is in a better version.
-
We saw this a few times when testing the window before release, but we were not able to duplicate it enough times to try to fix it. If we can find a way to duplicate it then we can try to fix it.
-
I just had a look at the bank and had a bit of trouble with withdrawals so examined the xml. Something odd there
<widget name="MoneyWindow" factory="pawsWidget" id="1100" visible="no" savepositions="no" movable="no" configurable="no" resizable="no">
<frame x="1" y="21" width="197" height="475" />
<bgimage resource="Banking Background" />
<font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="180" g="180" b="180" size="8" />
<widget name="Money" factory="pawsTextBox" >
<frame x="0" y="5" width="200" height="20" border="no" />
<font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="10" />
<text string="Withdraw and Deposit" horizAdjust="CENTRE" />
</widget>
<widget name="AvailableToWithdraw" factory="pawsTextBox" >
<frame x="0" y="35" width="200" height="20" border="no" />
<font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="180" g="180" b="180" size="8" />
<text string="Amount available to withdraw" horizAdjust="CENTRE" />
<font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="180" g="180" b="180" size="8" />
</widget>
Why are the subwidgets of the moneywindow wider than it is? That does not appear right.
-
those 2 are text strings only, i dont think a text string can make this happen, if i have time i will take a look at the widget and see what i can do to fix this issue.
-
Just wanted to say that I have the same issue (not being able to deposit circles as I can't "activate" the according input-field). The other coins are okay, though.
-
Is this with all skins, or a specific one? WHat resolution are you using? It might be that with a certain resolution or skin the area where you can click does not match the graphics.
-
Well I was just taking a casual look as I am not certain how the xml meshes with the pawscode. I tried increasing the size of the overall window until I saw there was more to it than that. I may try rejiggering it again myself just to see what happens.
I found that reloading the program changed which fields were inaccessible to me. I think I will print out the xml code and try to map out some reasonable changes instead of trying to do it all in an editor.
I am using the default skin in a 1440x900 window of a 1680x1050 kde desktop.
Adjusting the button sizes seems to have fixed the problem for me. I changed moneybutton, itembutton and adminbutton to a width of 60 from 66 and not only can I click in the amounts window, I get the tool tips too which I previously did not.
Here is the section I changed:
<widget_description>
<widget name="BankWindow" factory="pawsBankWindow"
visible="no" savepositions="no" movable="yes" configurable="no"
resizable="no">
<font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="180" g="180" b="180" size="10" />
<frame x="50" y="50" width="200" height="495" border="yes" />
<title resource="Blue Title" text="Banking" align="left" close_button="yes" />
<widget name="MoneyButton" factory="pawsButton" style="tabbuttonbanking" id="1000" tooltip="Money depositing and withdrawal." >
<frame x="6" y="0" width="60" />
<bgimage resource="Banking Tab Button Up" />
<label text="Money" />
</widget>
<widget name="ItemButton" factory="pawsButton" style="tabbuttonbanking" id="1001" tooltip="Item storage" >
<frame x="67" y="0" width="60" />
<bgimage resource="Banking Tab Button Up" />
<label text="Items" />
</widget>
<widget name="AdminButton" factory="pawsButton" style="tabbuttonbanking" id="1002" tooltip="Administrative banking" >
<frame x="129" y="0" width="60" />
<bgimage resource="Banking Tab Button Up" />
<label text="Admin" />
</widget>
I think it may have had something to do with not enough allowance being made for the border present in the top level tag.
not totally fixed but better it seems....