Whiletru3

Results 12 comments of Whiletru3

Hi @SKProCH The ComboBoxAssist is not working in the ComboBox without class. ` ` Here is what i expect (in wpf material design) : ![image](https://user-images.githubusercontent.com/4248852/145540970-b018f458-3cbc-4702-8c8c-14ad05fc0d0c.png) Is there an easy way...

Hello, Is there any plan to fix this ? standard behaviour is ctrl + click for context menu in MacOS. of course, the user can enable the secondary click but...

I use this github repo to get recent binaries : https://github.com/bblanchon/pdfium-binaries

You have to run the template custom tool on the 2 .tt files (right clic on it then Run custom tool) : FPDF_Typedefs.tt in Types folder and PDFium.tt at the...

Your .net core web app is running on Windows (container or not) ? Is pdfium_x64.dll is present in the bin folder ? Using https://github.com/lucasg/Dependencies all the dependencies of pdfium_x64.dll are...

You have to run the template custom tool on the 2 .tt files (right clic on it then Run custom tool) : FPDF_Typedefs.tt in Types folder and PDFium.tt at the...

if you look in (the history of) my fork, i have a changeset to transform the tt file during the build : https://github.com/Whiletru3/PDFiumSharp/commit/404e9bc73b04977f22d4c11cfc1adac8f487f3e6 but it is not anymore in the...

Thanks, I fixed this in my branch

Ok I tried and I have something working but it is kind of ugly for now. I execute the commands from https://github.com/shimat/opencvsharp/blob/master/.github/workflows/macos10.yml but without the `-DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-${OPENCV_VERSION}/modules \` then in order...

Any chance to backport this PR in the stable 0.10.x branch ? We are facing this issue with drawing images used as icons in out desktop application. Those are dependant...