From 2126b45fedf4e37e6db31b3f2949ca5be54c5ede Mon Sep 17 00:00:00 2001 From: Florian Dahn Date: Sun, 14 Jul 2019 22:47:04 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 7090bc5..7d0acd3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,14 @@ Download a release: [Releases](https://github.com/MajMcCloud/TelegramBotFramewor * [PromptDialog](#prompt-dialog) +- [Controls](#controls) + * [ProgressBar](#progress-bar) + + * [CalendarPicker](#calendar-picker) + + * [MonthPicker](#month-picker) + + + [TreeView](#tree-view) --- @@ -641,6 +649,8 @@ await this.NavigateTo(ad); ### Prompt Dialog +No example yet + #### Without Eventhandler (pre-init of form necessary) ``` @@ -678,6 +688,31 @@ await this.NavigateTo(pd); ``` + + +## Controls + +### Progress Bar + ![Progress Bar](/images/progressbar.PNG) + + +### Calendar Picker + ![Calendar Picker](/images/calendarpicker.PNG) + + +### Month Picker + ![Step1](/images/monthpicker1.PNG) + ![Step2](/images/monthpicker2.PNG) + + +### Tree View + ![Step1](/images/treeview1.PNG) + ![Step2](/images/treeview2.PNG) + ![Step3](/images/treeview3.PNG) + ![Step4](/images/treeview4.PNG) + + + --- I will add more notes to it soon, so stay tuned. From a42d3934b5c615e60ba49d715fb9fd0110e54f16 Mon Sep 17 00:00:00 2001 From: Florian Dahn Date: Sun, 14 Jul 2019 22:52:59 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7d0acd3..e240e81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ + # .Net Telegram Bot Framework - Context based addon [![NuGet version (TelegramBotBase)](https://img.shields.io/nuget/v/TelegramBotBase.svg?style=flat-square)](https://www.nuget.org/packages/TelegramBotBase/) @@ -693,23 +694,23 @@ await this.NavigateTo(pd); ## Controls ### Progress Bar - ![Progress Bar](/images/progressbar.PNG) + ![](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/progressbar.PNG?raw=true) ### Calendar Picker - ![Calendar Picker](/images/calendarpicker.PNG) + ![](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/calendarpicker.PNG?raw=true) ### Month Picker - ![Step1](/images/monthpicker1.PNG) - ![Step2](/images/monthpicker2.PNG) + ![Step1](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/monthpicker1.PNG) + ![Step2](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/monthpicker2.PNG) ### Tree View - ![Step1](/images/treeview1.PNG) - ![Step2](/images/treeview2.PNG) - ![Step3](/images/treeview3.PNG) - ![Step4](/images/treeview4.PNG) + ![Step1](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/treeview1.PNG) + ![Step2](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/treeview2.PNG) + ![Step3](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/treeview3.PNG) + ![Step4](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/treeview4.PNG) From dcf3cf804fa43d9b8ba2ace7f95d7936cdecb5bd Mon Sep 17 00:00:00 2001 From: Florian Dahn Date: Sun, 14 Jul 2019 23:00:06 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e240e81..45463f7 100644 --- a/README.md +++ b/README.md @@ -694,24 +694,23 @@ await this.NavigateTo(pd); ## Controls ### Progress Bar - ![](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/progressbar.PNG?raw=true) + ### Calendar Picker - ![](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/calendarpicker.PNG?raw=true) + ### Month Picker - ![Step1](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/monthpicker1.PNG) - ![Step2](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/monthpicker2.PNG) + + ### Tree View - ![Step1](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/treeview1.PNG) - ![Step2](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/treeview2.PNG) - ![Step3](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/treeview3.PNG) - ![Step4](https://github.com/MajMcCloud/TelegramBotFramework/blob/master/images/treeview4.PNG) - + + + + ---