Can i ask a feature for the wallet? Proper "heavycoin:" uri handling

I'm gonna need it so the wallet pops up with the payment when someone clicks a "pay" link in my app

Hey chiguireitor,
I understand what you're asking, but not sure what the implications are in the code - let me bump this with the dev team - If you're working on an app that includes HVC I'm sure they're very interested in helping.
Cheers,
M
as for as we know this is not a function of the wallet, but of your host OS.. You must associate the heavycoin: prefix with heavycoin-Qt command.
Not completely... the wallet must process the HEAVYCOIN argument, it currently expects the "bitcoin:" uri... if i use this:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Heavycoin]
@="URL:heavycoin"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\Heavycoin\DefaultIcon]
@="F:\\heavycoin-1.0-win32\\heavycoin-qt.exe"
[HKEY_CLASSES_ROOT\Heavycoin\shell]
[HKEY_CLASSES_ROOT\Heavycoin\shell\open]
[HKEY_CLASSES_ROOT\Heavycoin\shell\open\command]
@="F:\\heavycoin-1.0-win32\\heavycoin-qt.exe %1"
And click on the link on this page:
The wallets refuses to run saying that it "cannot lock the blockchain" which is wrong, it should send the "Pay to address" message.