
Max
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 7
Activity overview
Latest activity by Max-
Max commented,
Basically i would expect every Edit to use the complete width even with horizontal. As it is right now ConsistentEditWidth doesn´t influence the behaviour of the controls in any way if the orientat...
-
Max created a post,
TwwRecordViewPanel ConsistentEditWidth Horizontal
Is the intended behaviour that ConsistentEditWidth is not working when the orientation is set to horizontal? If yes: is there a way to make the RecordViewPanel expand the edits anyway?
-
Max commented,
I´ve found it now. Thank you. For some reason i didn´t see the DragOver and DragDrop in that sample last time i looked at it.
-
Max commented,
I could set the Row property. The problem is knowing which row i´ve dropped the file on. I only get the Sender, the Data and the Point where it´s been dropped. procedure TMainForm.Grid1DragDrop(Sen...
-
Max created a post,
DragDrop of Files on wwDataGrid
I´m trying to drop files on wwDataGrid. My problem is that at the wwDataGrid doesn´t update the Selection when the File is dropped. Is there a way to select the Row in the OnDragDrop-Event?
-
Max created a post,
Translating Fields in wwDataGrid
I would like to translate DIsplayValues in a wwDataGrid-Column. Example: I have a Grid with a Column named Status and Integer-Values from 0 to 9. Now i want to display something like "unassigned", ...
-
Max commented,
OK, thanks for that information :) Unfortunately the TwwSearchBox is not really what i´ve been looking for. Do you have a rough estimate about when the TwwFilterDialog will be available for mobile ...
-
Max commented,
I´ve read the documentation now. Seems the FilterDialog is only available on Desktop platforms. Are there any plans on deploying that feature to mobile platfroms (in my case iOS)?Best RegardsMax
-
Max created a post,
TwwGridFilterDialog not showing on Execute in iOS
The TwwGridFilterDialog doesn´t show under iOS. I have put a button on the form which does just call the following if wwGrid1FilterDialog.Execute thenbeginend; On Windows this does show the dialog ...
-
Max commented,
I also couldn´t reproduce the problem in another project. I just set all the Bindings to active:=false before loading the second Memtable and reactived them afterwards. That fixed the problem.I gue...