Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for FMX, checking multiplatform #13

Open
ghost opened this issue May 31, 2019 · 3 comments
Open

Support for FMX, checking multiplatform #13

ghost opened this issue May 31, 2019 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Milestone

Comments

@ghost
Copy link

ghost commented May 31, 2019

Add support for FMX (it's very,very,very painful!)
Check compatibility with other platforms

Any test results from specific platforms (Mac OS, kali linu... khm ubuntu 16) will help

@ghost ghost added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels May 31, 2019
@ghost ghost added this to the v8.5 milestone May 31, 2019
@ghost
Copy link
Author

ghost commented Jun 1, 2019

With gtk it works quite unpredictable, the message context is very specific to an action, which message is sent to be done.
Unlike windows, it handles arrow keys only when Properties panel is hidden, and it's caused by handling key/char messages by text controls. I don't know exactly how to solve that problem, but, i think, i can repair that malfunction just by adding WM_CHAR case to the list of clauses.
Also, it has several problems with transparent topmost forms, which cannot support both semitransparency and opaque style at the same time.
The next question is how to make it run smoothly on every supported (now - partially) OS.
[I think, the custom drawing is the key]

@ghost ghost pinned this issue Jun 1, 2019
@ghost
Copy link
Author

ghost commented Jun 5, 2019

I made it to work smoothly, however, Lazarus doesn't support shaped forms on GTK-2, so, i need to add some conditional, but which exactly?

@ghost
Copy link
Author

ghost commented Jun 6, 2019

I've updated conditionals, thanks to Zelijko

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

0 participants