-
Notifications
You must be signed in to change notification settings - Fork 175
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
Set default value for Select #169
Comments
@Cavaldier u can extend any class. also u can set/get any other properties/classes from Lazarus elements/classes:
but need recompile |
@WinterSilence ok, but i don |
@Cavaldier extends class https://github.com/gabrielrcouto/php-gui/blob/master/src/Components/Select.php
|
But that only work on 0.1.1 version gui, how do it on 0.1? I got outdated library, but i dont want to upgrade to newest, because its too much work to refactor all in my project. My Select class extends Object, not VisualObject @WinterSilence |
@Cavaldier then its u problem, need write something like this. |
@WinterSilence can you tell me how i can show multiple application with diffrent items? Because when i adds items all goes to first window, not second(declared second new Application) |
@Cavaldier facepalm... |
I want to set and display default value for select but i dont see any function for Select to set that. It issue or can be that in future? Someone can help?
The text was updated successfully, but these errors were encountered: