-
It seems Photino.NET will solve the problem of app update, mobile os support, native menu and so on problem, so I hope we can migration our base platform to it.
ref:
https://github.com/tryphotino/…
-
Calling SetIconFile from a razor page crashes the application. I assume the way that the icon is set (not confirmed working in any other way either) is not correct yet?
https://github.com/tryphoti…
-
I tried the sample, HelloPhotino.NET. What do I wrong ?
System.TypeInitializationException
HResult=0x80131534
Message=The type initializer for 'PhotinoNET.PhotinoWindow' threw an exception.
…
-
I just give Photino a try and I couldn't even run it:
```console
PS C:\Programming Projects\Photino-Applications\Photino-App> dotnet run
C:\Programming Projects\Photino-Applications\Photino-App\Hel…
-
On Catalina 10.15.7, after creating a new `HelloPhotino.NET` application, `dotnet run` opens the application window (blank) and pops up a helpful error message:
```
The application can’t be opened…
-
Pretty much what it says on the tin.
Right now I'm maintaining a crummy wrapper around photino that uses a Windows Forms web browser on Windows, which kinda... defeats the purpose of using photino on…
-
Hi,
Is that possible to eliminate the use of *Wide Style property complete, even it's already internal?
a user just uses C# string like StartString, As for semantic level, the user just cares ch…
-
See discussion here: https://github.com/tryphotino/photino.NET/issues/25
-
Hi there folks, I was trying to combine an Avalonia linux app (https://avaloniaui.net) and use Photino as an embedded browser. I can start one instance of the Photino window and it works fine. However…
-
Just installed Photino for a test run and I love it (especially the small footprint).
However, I sometimes build scalable UI's, in which the zoom state is connected to the window size.
A zoom proper…