Is it ok to download the latest build for development purposes? Or should I only download the build that is announced on the EMB FireMonkey forum? I downloaded the latest build 2.2.1 and I notice that some functionality in TableView is not functioning properly which used to work in 2.0.1.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What I meant by development was that which build should I use for my "app" development. I guess your answer applies to that as well.
In the latest build, after adding a few items to the Tableview, the separator lines disappeared between the itms. They were visible in other parts where there were no items. This started happening after I played around with some other properties of the TableView. This didn't happen in the 2.0.1 build.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This difference functionality between the two versions is for transparent or none transparent item background color !
when table in grouped mode and you want to transparent your table you can not see Separator
for seeing Separator (in group mode) must be change item background color from null to a color value,
if table plain mode, separator seeing in both transparent and none pransparent color.
regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it ok to download the latest build for development purposes? Or should I only download the build that is announced on the EMB FireMonkey forum? I downloaded the latest build 2.2.1 and I notice that some functionality in TableView is not functioning properly which used to work in 2.0.1.
Hi, Kaarigar
You must be download latest version for developping,
Which functionality is not functioning which used to kork in 2.0.1 !?
thank you your feedback,
What I meant by development was that which build should I use for my "app" development. I guess your answer applies to that as well.
In the latest build, after adding a few items to the Tableview, the separator lines disappeared between the itms. They were visible in other parts where there were no items. This started happening after I played around with some other properties of the TableView. This didn't happen in the 2.0.1 build.
Hi, Kaarigar,
This is not a bug !
This difference functionality between the two versions is for transparent or none transparent item background color !
when table in grouped mode and you want to transparent your table you can not see Separator
for seeing Separator (in group mode) must be change item background color from null to a color value,
if table plain mode, separator seeing in both transparent and none pransparent color.
regards
Ok, thanks!
TDPFSwitch does not have the "Ischecked" property so it cannot be used
Wally :
Use "ISON" property.
Cheers,
Rob
Ah fooled me by changing the property name