Fail to create TALDatePickerDialog (the demo ALFmxControl running as well) #187
pejuangdelphi
started this conversation in
General
Replies: 2 comments
-
|
You need to include the styles.xml (look in ALFmxControls demo), especialy line like this one : ` <style name="AppThemeDatePickerDialogTheme" parent="@android:style/Theme.Material.Light.Dialog.Alert"> |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you so much... Running well now.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to write code in my new demo project:
ALFreeAndNil(FDatePickerDialog); FDatePickerDialog := TALDatePickerDialog.Create('OK', // const aBtnOKCaption: string; 'Cancel', // const aBtnCancelCaption: string; '', // const aBtnClearCaption: string 'this is a title'); // const aTitle: String = '' FDatePickerDialog.Show(YearOf(NOW), // const aYear: integer; MonthOf(NOW), // const aMonth: integer; DayOfTheMonth(NOW)); // const aDayOfMonth: integer);After running the app, I still saw the standard calendar...
I have add library to my project:
then also add some path to the project
Beta Was this translation helpful? Give feedback.
All reactions