moli
Well-known member
I'm not sure I understand what you mean?Thats because some times repair manage start a wallet again, but crashed wallet is still in live.
EDIT: oh I think i got it..
I'm not sure I understand what you mean?Thats because some times repair manage start a wallet again, but crashed wallet is still in live.
Sometimes when you click repair, wallet crash, but somehow repair function can start wallet again (which is the goal),I'm not sure I understand what you mean?
Yes, got it. Thanks.Sometimes when you click repair, wallet crash, but somehow repair function can start wallet again (which is the goal),
but crashed wallet is still in the memory, thats why you get that 'already running' error.
Hello! Is there any way we can put a name on Dash wallet GUI? For example, I'm running several Testnet wallets, and to find out which wallet is doing what, I have to go to "Show Automatic Backups" to find its name, like this:
...
So I'm wondering if there's a way for us to name our wallets right on the GUI? Something like this:
OMG!!!... Thank you so much! This is going to be awesome... lol... :smile:
It is amount setting info, why we need 6 or 8 decimal for that?
Its looks so silly 10.12345678 tDASH, i like old 2 decimal better 10.12 tDASH or without decimals 10 tDASH.
Ah, you made it two decimals to ALL left amounts, nice, i like it.Just FYI, I did a little proof of concept, maybe Evan accepts it:
https://github.com/dashpay/dash/pull/403
Note the number of decimal digits on the left side of the Overview-page:
View attachment 1571
Ah, you made it two decimals to ALL left amounts, nice, i like it.
I was talking about mixing amount & rounds setting, but i take it, thanks.
Yep, overview tab is... well overview page, i think decimals in 'overview' is not so critical.:smile:It's a start...my first version changed it everywhere, but this is not possible at places where users cut & paste the amount (e.g. when sending funds via coin-control I normally copy the amount after fee from there...not good when it's rounded).
crowning UdjinM6
I put this in here because the list is all about the gui.
Relevant ver: v0.12.0.7-d39815d (2.7.2015) -->>
My GUI & translation error/bug/fix/memo/wish list:
1. Source english is still with this: -Can vary +/- %1 satoshi(s) per input.
2. Wallet repair->rescan button->text is too narrow, text truncated (Finnish).
3. All help menu objects (cmd opt, both about) does not use latest translations, its old data there.
4. Tooltip text are in some cases too wide, half a meter (options->wallet->Spend unconfirmed change)
5. Transactions-> if selected row, selected amount is calculated ok, it should reset if you deselect or go to other tab.
6. Send->coin control->coin selection -> address and date columns are truncated and too narrow.
7. Splash screen on startup does not use latest translations.
8. Tools->Peers list -> right side data should reset if user deselects row or go to other tab or selected row disappear.
9. Found from the log:
2015-07-06 19:02:51 GUI: QLabel(0xb0049b8, name = "labelCoinControlChangeLabel") does not have a property named "padding"
2015-07-06 19:02:51 GUI: QLabel(0xb0049b8, name = "labelCoinControlChangeLabel") does not have a property named "padding"
Edit: added no.7.
Edit2: added no.8.
Edit3: typo fix.
Edit4: added no.9.
9. Found from the log:
2015-07-06 19:02:51 GUI: QLabel(0xb0049b8, name = "labelCoinControlChangeLabel") does not have a property named "padding"
Ok, going to update list back:wink:It's just a warning, but I fixed it anyway :smile:
Thanks so much, crowning. I don't believe dash will ever go that high but I can hope and I'd fly to visit you on your island from my own island..... LOLThose should be fixed now.
Remarks:
I'll surely fix 2+3 when the value of 1 DASH is so high that 99.9% of all users use duffs as default unit.
- the spaces in "Available" amounts (and everywhere else) are the way Bitcoin does display numbers to avoid confusion with separators from other locales, e.g. in German "." and "," have the exactly opposite meaning. Makes sense to leave it like that.
- same place: you can't make the field wide enough to properly display every(!) possible amount of DASH in duffs. Remember what your screenshot shows are more than 100000 DASH.
- when you use duffs the "Amound and Rounds" field doesn't show rounds. I guess we can live with that.
In other words, when I already live on my own island...
1: Overview-> available and pending backround colors missing, theme is messed some how.
2: Transactions-> if selected row, selected amount is calculated ok, it should reset if you deselect or go to other tab.
3: Send->coin control->coin selection -> address and date columns are truncated and too narrow.
4: Tools->Wallet repair -> recover transactions 1 -> wallet crashed immediately, tested only this.
Ok, thanks, but its not over yet:smile:Status update:
Edit: just improved 2: a bit, see https://github.com/dashpay/dash/pull/423
- Should be fixed now
- that's a tough one. Reset on de-select could be possible (needs some investigations), but de-selecting on tab-change is a can of worms I surely will NOT open...sorry, but it's WAY too much work with little gain.
- since it's impossible to fit everything in there (the Coin Selection screen is already VERY wide) I've added tooltips to the address and date columns. Not perfect, but does the job. See https://github.com/dashpay/dash/pull/334
- Fixed, see https://github.com/dashpay/dash/pull/392