Author Topic: A little Problem With the Banking  (Read 1582 times)

Nemolix

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
A little Problem With the Banking
« 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

Durwyn

  • Hydlaa Citizen
  • *
  • Posts: 301
    • View Profile
    • Athénée Royal Jean Rey Couvin
Re: A little Problem With the Banking
« Reply #1 on: March 07, 2008, 05:11:21 pm »
no problem here Nemolix  ::|
http://arjrcouvin.jimdo.com/
Athénée Royal Jean Rey Couvin

jruggle

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
Re: A little Problem With the Banking
« Reply #2 on: March 08, 2008, 03:09:11 am »
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.

Durwyn

  • Hydlaa Citizen
  • *
  • Posts: 301
    • View Profile
    • Athénée Royal Jean Rey Couvin
Re: A little Problem With the Banking
« Reply #3 on: March 08, 2008, 11:26:22 am »
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
http://arjrcouvin.jimdo.com/
Athénée Royal Jean Rey Couvin

Gohra

  • Traveller
  • *
  • Posts: 26
    • View Profile
Re: A little Problem With the Banking
« Reply #4 on: March 09, 2008, 11:06:17 pm »
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.
« Last Edit: March 09, 2008, 11:16:20 pm by Gohra »
"If you're not being criticized, you may not be doing much."
- Donald H. Rumsfield

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: A little Problem With the Banking
« Reply #5 on: March 10, 2008, 01:16:59 am »
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.

Prolix

  • Guest
Re: A little Problem With the Banking
« Reply #6 on: May 24, 2008, 07:45:25 pm »
I just had a look at the bank and had a bit of trouble with withdrawals so examined the xml. Something odd there
Quote
<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.

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: A little Problem With the Banking
« Reply #7 on: May 24, 2008, 08:05:07 pm »
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.

Mrokii

  • Testers
  • Hydlaa Resident
  • *
  • Posts: 140
    • View Profile
Re: A little Problem With the Banking
« Reply #8 on: May 24, 2008, 08:20:01 pm »
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.

Lanarel

  • Testers
  • Hydlaa Notable
  • *
  • Posts: 782
    • View Profile
Re: A little Problem With the Banking
« Reply #9 on: May 24, 2008, 08:23:08 pm »
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.

Prolix

  • Guest
Re: A little Problem With the Banking
« Reply #10 on: May 24, 2008, 08:26:46 pm »
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:
Quote
<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....
« Last Edit: May 24, 2008, 09:43:10 pm by Prolix »