-
Notifications
You must be signed in to change notification settings - Fork 55
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
BUILD: windows build fail. #130
Comments
Thank you for reporting this. Good news is that this was fixed about 3 years ago in the "maint" branch. Can you please 'git clone' (or download) that, and try again. |
It is ok, but i don't know how to use. Yes , I have add requirements on the Project Inspector Form, after compile, but The application Window skin not effect. I just search how to change lazarus project's target application's skin, So I find fpGUI. I want to change skin. I have look this: So I want know what's the next step for it. Im new, and bad English. Sorry. |
I love this so much. |
Help me, please. |
Hello. It has plenty of build-in layout. |
And to set a style for your app, after you choose one in the menu "Review", for example "Chrome Silver flat menu". Copy the unit from uidesigner_ext source (source are here): /uidesigner_ext/src/fpg_style_round_silver_flat_horz.pas into the main directory of your program (you may add all those you want to switch live for a other style for your app). Then in the main unit of your program, add this (and other styles needed):
And in the MainProc, add this after fpgApplication.Initialize;
You may also in your app change with other style using fpgStyleManager.SetStyle() depending of what style-units you added in the uses section. The name of the style is defined at each end of fpg_style_xxx.pas in initialization section, for example fpg_style_round_silver_flat_horz.pas:
|
Note that fpGUI is completely independent of Lazarus. (or possibly uidesigner_ext as presented previously) |
The text was updated successfully, but these errors were encountered: