Jump to content

bravesofts

Members
  • Content Count

    81
  • Joined

  • Last visited

Everything posted by bravesofts

  1. yeah i understand the dificulties about this question, (and about my example above about names it was just a random scenario that doesn't matter to me !!) what i care is to talk about my goal subject(Enum Types) and Possible real scenarios will impose the use of a Dynamic Enumeration types ... ===== thanks Mr Fr0sT.Brutal for your Logic Reply..
  2. could you clarify your reply with a simple and easy example plz?
  3. for ex: in delphi we can put a button and when user click on it a dialog box popup ask him to type names i ask if there is a possible way that can let me create an Enumeration type dynamically ? ===== in another meaning : Is Enumeration type can be declared at runtime depending of any input situations (just after knowing fields then declare it dynamically and use it after that like any normal Enum and All that at RunTim) ?
  4. bravesofts

    Enumeration Type as Parameter

    why you Use the Word "Set" Instead of "Enum" or "whatever words except Set" is it possible to call an "Enumeration Type" as a "Set Type" ? TSetValues = (svOne, svTwo, svThree, svFour, svFive); the Right declaration must be any name except this : TSetValues TEnumValues = (evOne, evTwo, evThree, evFour, evFive); Sets are declared like that: TSet_Of_Digits = set of '1'..'9'; i hope i'm not wrong !!!
  5. bravesofts

    Error when installing JCL from GetIt

    just run it from your DELPHI iDE AFTER ADDING LIBRARY PATH ..\jcl\lib\d27\win32 ..\jcl\source\include ..\jvcl\lib\d27\win32 ..\jvcl\common ..\jvcl\resources Remark: please use download link from repo using Github desktop i hope this steps will be helfull for
  6. hello All: . May i know please the right way to work with custom fonts inside android.?i have Patch this unit here: (FMX.FontGlyphs.Android), but no effect....i know that Alcinoe controls are native device controls and the paint in fmx android is ( FPaint: JPaint; )please guide me and if there is any demo or sample will be more helpful..i have watch in youtube how can do that in android studio and i follow the same steps but the controls didn't change their font as i expected ...i deploy a folder inside the res remote path named as (font) an inside that folder i deploy two xml files( attr.xml and myfont_familly.xml) and also deploy my fonts there ..after that i go to my custom styles.xml and i add this line here:<item name="android:fontFamily">@font/myfont_familly</item>but when i compile to run in android no effect happen ???please any reply will be so usefull SMS Read-Write.rar
×