You are not logged in.
/// a TMS toolbar
TSynToolBar = class(TAdvToolBar);
public
...
Offline
If you fill out the code for version 8455306490772f68 gives you the error the line
TSynToolBar = class (TAdvToolBar), because the ";" should not be there.
In addition, verifcano other errors trying to compile with the directive "USETMSPACK"
let me know if you by mistake
Offline
There some compilation problems with TMS pack components.
Has been fixed with http://synopse.info/fossil/info/6b91410d00
Offline
In the main demo, when i mark all record, and then Click Delete, the grid still display All Record and add one row header after actual header.
Click Refresh does no efect.
Also Picture can not display as expected. i don't know where to fix it.
Offline
About delete all, there is a minor UI issue here I'll have to fix. Data is not corrupted - only UI is not refreshed as expected.
About Picture display, I suspect you don't have the latest version of the source code - your SynCrtSock could be outdated.
Please take care to download not only individual files from the source code repository, but be sure that all are synchronized.
Offline