Florian Zevedei
4635a96fc7
Removing old comments
2024-01-30 19:24:13 +01:00
Florian Zevedei
86792af214
Fixing incorrect behaviour with tags
2024-01-30 18:27:48 +01:00
Florian Zevedei
b3edb95b55
Adding new total tag and checked tag count
2024-01-30 18:27:05 +01:00
Florian Zevedei
946420f9c6
Fixing InlineKeyboard use
...
- tags cant be change when using InlineKeyboard mode
2024-01-30 18:26:40 +01:00
Florian Zevedei
c8c56a42c0
Bugfix for TaggedButtonGrid
2024-01-30 18:24:31 +01:00
Florian Zevedei
c4a589d476
Renaming TaggedButtonGrid specific localizations
2024-01-30 18:23:02 +01:00
Florian Zevedei
cb5fa35269
Fix #60
2024-01-30 16:07:08 +01:00
FlorianDahn
c463878bb4
Bugfix TaggedButtonGrid max page calculation
2023-06-04 17:17:32 +02:00
FlorianDahn
54513c0214
Moving TaggedButtonGrid icons into localization file
2023-06-04 17:17:15 +02:00
FlorianDahn
6ae92b0b29
Bugfix for TaggedButtonGrid in combination with AutoCleanForm
2023-06-04 17:15:30 +02:00
ZavaruKitsu
8d02b54b05
fix: remove obsolete properties & fix NRE
2022-10-08 20:37:35 +03:00
ZavaruKitsu
5ab15621a0
fix: reformat using C# rules
2022-10-08 19:26:34 +03:00
ZavaruKitsu
a731e2a8d0
fix: some build & linter warnings
2022-10-08 19:15:51 +03:00
FlorianDahn
df7880fcf3
Make OnMessageSent async as well
2022-07-02 14:07:25 +02:00
FlorianDahn
2bd4634624
V17 - Remove default selection for enums
2021-11-26 17:45:24 +01:00
FlorianDahn
71433c0e4e
MAJOR CHANGE for ButtonGrids, Dynamic data sources, etc
...
- introducing a dynamic data source class (IDataSource)
- introducing a ButtonRow class for better managability
- replacing that List<ButtonBase> with ButtonRow object
- introducing ButtonFormDataSource with special methods for ButtonGrid controls
- updating ButtonGrid and refactoring of the Load/Action methods
- updating CheckButtonList and refactoring of the Load/Action methods
- updating TaggedButtonGrid and refactoring of the Load/Action methods
- adding example to the Test project
2021-07-26 15:10:10 +02:00
FlorianDahn
84d18f6f45
Small readability improvements
2021-07-26 01:26:33 +02:00
FlorianDahn
5f49e25458
Adding CheckAll and UncheckAllTags methods
2021-07-26 01:23:31 +02:00
FlorianDahn
f28c9b1e22
Add DeleteReplyMessage property
2021-07-26 01:22:58 +02:00
FlorianDahn
2158f53cde
Fixing ReplyKeyboard flicker on TaggedButtonGrid
...
- fixing ReplyKeyboard flicker
- updating message handling on existing messages
2021-07-25 17:44:43 +02:00
FlorianDahn
a00aaacbfb
Update ButtonGrid.cs
...
- adding DeleteReplyMessage property for seperating now deleting the message from the user and the message (buttons) send by the control
2021-06-07 01:31:41 +02:00
FlorianDahn
d84be50243
Adding AutoCleanForm Fix for TaggedButtonGrid
2021-03-02 15:19:28 +01:00
FlorianDahn
1caa71cd25
Update to fix some bad behaviour with combination of AutoCleanForm
2021-03-01 22:53:32 +01:00
FlorianDahn
31e0683699
FIX: for using ButtonGrid within AutoCleanForm can cause to no message
2021-03-01 22:13:40 +01:00
FlorianDahn
dfe64b22ab
New control: CheckedButtonList
...
- new control for having a checked listview with paging possible
- new CheckedChangedEventArgs class
- adding Test for CheckedButtonList
- refactoring MultiView Test
2021-02-28 15:35:49 +01:00
FlorianDahn
15a8b8897f
Updates and improvements
...
- refactoring of ButtonGrid control for more readability
- refactoring of TaggedButtonGrid control for more readability
- adding Index parameter to ButtenClickedEventArgs
- adding FindRowByButton method to ButtonForm to get the row index
-
2021-02-28 15:34:04 +01:00
FlorianDahn
91048b4f7c
Async invoke fixes and ButtonGrid update
...
- removing unused imports
- adding null check for async handler invokes
- fixing PageCount calculation on ButtonGrid
2021-02-27 20:51:47 +01:00
FlorianDahn
63deb978a4
PageCount Fix for ButtonGrid
...
- replace constant 3 with LayoutRows property
2021-02-27 15:17:21 +01:00
FlorianDahn
1a2b5818aa
New Control: TaggedButtonGrid
...
- tag your list with some strings and filter it right away
- adding Test to test project
- adding a new localization
PS: it is an improved copy of the normal ButtonGrid
2021-02-20 01:53:49 +01:00
FlorianDahn
fc44b7d38c
New Control: MultiView
...
- adding basic paging options
- adding GetOrigin method to find control or form who has sent a message
- adding Test for MultiView
2021-02-20 01:51:01 +01:00
FlorianDahn
376ba68e8e
MAJOR CHANGE: Refactoring namespace for controls
...
Chaning namespace for controls depending on their use area to:
Controls.Hybrid
Controls.Inline
Controls.Reply
Updating example project as well.
2021-01-15 19:33:44 +01:00