McNose

Results 15 comments of McNose

I use VPX tables only. I could not find out why a few seem to work, but the very most are not working.

Sure. Sorry for that. I got so many tables, that I just picked some by random. If you wanna know a specific one, let me know, I might have it....

I see. My main problem is, that I want to hide the dmd while being in frontend preview mode (not sure how it is named, when the table is not...

I just realized that you used the table "baywatch" as an example in the readme. Baywatch is a table which is not working for me. It is "Apply to"". Any...

And one more question: Where does dmd-extensions grab the name in case of a rom game? Is it within the table script? Thanks.

Hi @arcangeloerrico, what a coincidence. I've been trying to implement @SpoturDeal 's code for a few hours, especially in the detail view. But I am not good enough. I resetet...

Just to be sure I deleted all rows and wrote them again. Still the same. Might it be a wrong editor? I changed the € to EUR and than it...

If I commend the first row out, the module stays empty. So I just let it remain. Here is what I see: ![grafik](https://user-images.githubusercontent.com/30022344/98985952-8c6df980-2524-11eb-8411-4dd979e7ebd6.png) This is the code I use: ```...

Ah, I see. But still no luck ![grafik](https://user-images.githubusercontent.com/30022344/98987785-01423300-2527-11eb-8be8-5fdaca9738eb.png) Code: ``` var cPrice = apiResult[j].price; var cPrice = cPrice.replace(".", "").replace(",", "."); var myWallet = (this.config.wallet[j] * cPrice || 0).toFixed(2); //add this...

Hey, I did it. And I am really sorry. It was so simple. I just changed the editor and tried your code again. Now everything works. Really sorry. This is...