oneeyeman1

Results 147 comments of oneeyeman1

How and where did you get the source code? Did you download the release archive or you grabbed them from the Git? Thank you.

@k3DW , > I don't think I am able to open a pull request in this repo, Yes, you need to make your own fork and make a PR through...

@csomor , > why wouldn't you just use the std-path of the Resources and use a `wxImage` to read in the CUR file and create a `wxCursor` from that ?...

@csomor , Thank you for the input. I understand now. Is it OK to make it a PNG by default, fall back to CUR if PNG is not found and...

@csomor , I reimplemented this as you suggested. For right now, I did it just for PNG. Let me know if we need a fallback or message box is inappropriate....

@csomor , Can you take a look? Maybe it can be included in 3.1.7 then... TIA!

@csomor, Hopefully this now is good. Take a look and let me know. If it is - I will try to modify the documentation so that it can be included...

I tried to fix documentation but I'm sure my words can be improved. Also, I don't know if the unit test is needed here.

@csomor > > P.S.: If you could please look at #22412 and give me a clue of where to look for the fix it would be great. > > Sorry,...

@csomor , What would be the best fallback format if PNG is not available? Or do you think we can use wxImage in this case and only then fail? I'm...