alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

Samples : Bug or Comments (tested with commit 9fe176198b4ce8e382707af1bbddfb9560de9a39) #41

Closed neoxeo closed 1 year ago

neoxeo commented 1 year ago

ListView :

CheckListBox :

TabControl :

Numeric Input :

Date Time :

generalloki commented 1 year ago

@neoxeo Could you please give more details on what Date editor buttons are not understandable?

generalloki commented 1 year ago

I can not reproduce bugs in the "Numeric input section"

generalloki commented 1 year ago

@neoxeo: I can not reproduce bug with ListView in the latest build. Please recheck this with the Master version.

neoxeo commented 1 year ago

Hi,

I pull latest build, recompile all and made new tests. If bug always present I will give more details to reproduce it/them.

I will test also DateTime buttons.

First Results of tests :

generalloki commented 1 year ago

Thanks! Your help is greatly appreciated!

On Tue, Jul 25, 2023 at 1:16 PM neoxeo @.***> wrote:

Hi,

I pull latest build, recompile all and made new tests. If bug always present I will give more details to reproduce it/them.

I will test also DateTime buttons.

— Reply to this email directly, view it on GitHub https://github.com/alternetsoft/AlternetUI/issues/41#issuecomment-1649540279, or unsubscribe https://github.com/notifications/unsubscribe-auth/AODGPJL7EM3VD5YSVTME6QLXR6MH7ANCNFSM6AAAAAA2RXWJ5M . You are receiving this because you were assigned.Message ID: @.***>

-- Best Wishes Sergiy Kurinny

neoxeo commented 1 year ago

@neoxeo: I can not reproduce bug with ListView in the latest build. Please recheck this with the Master version.

With version de4a2816ad871122cc606ee0dfed220a7c465b0e, I can't reproduce this error with ListView, so fixed, thanks.

I have updated my comment into https://github.com/alternetsoft/AlternetUI/issues/41#issuecomment-1649540279 for Numeric Input error and how to reproduce it

neoxeo commented 1 year ago

CheckListBox : fixed with version https://github.com/alternetsoft/AlternetUI/commit/de4a2816ad871122cc606ee0dfed220a7c465b0e

neoxeo commented 1 year ago

TabControl : Left and Right removed, so I think it is not fixed but workarounded with https://github.com/alternetsoft/AlternetUI/commit/de4a2816ad871122cc606ee0dfed220a7c465b0e version

neoxeo commented 1 year ago

Date Time with https://github.com/alternetsoft/AlternetUI/commit/de4a2816ad871122cc606ee0dfed220a7c465b0e : Click on "Set Now" button Click on "Any Date" : nothing appends, I thought "Date" textbox will be changed by a random date Click on "Tomorrow" : nothing appends, I thought "Date" textbox will show "current date" + "one day" Click on "Yesterday" : nothing appends, I thought "Date" textbox will show "current date" - "one day" Click on "Yesterday...Tomorrow" : nothing appends, I thought nothing

I think it will be more clear to rename "DropDown" to "DatePicker", no ?

neoxeo commented 1 year ago

New issue with version but perhaps present before :

Another error but don't know how to have it (add and rmove item a lot of time)

generalloki commented 1 year ago

@neoxeo, I changed titles on buttons and other controls in DateTimePicker page. I beleive it is now more understandible.

generalloki commented 1 year ago

@neoxeo, When combobox is opened first mouse click closes it, so Add Item or Remove item will not work. Buttons will work when you press them next time

generalloki commented 1 year ago

So in this issue we have opened Numeric Input problem, all other things I beleive are fixed.

neoxeo commented 1 year ago

@generalloki, "When combobox is opened first mouse click closes it, so Add Item or Remove item will not work. Buttons will work when you press them next time" Yes I have seen that but I think, we can add "Lost Focus" event to close it automatically and click on button work fine only to click on one time. Tell me if you think that it is not a good idea.

generalloki commented 1 year ago

@neoxeo The default ComboBox behavior is the following: When combo is opened, other controls on the form don't do anything. First you close the combo or any other popup, and only after that you can work with the rest of controls.

generalloki commented 1 year ago

@neoxeo, Could you please check Numeric Up Down problem with single ControlsSample without Visual Studio? I beleive it is the same thing as was with WebBrowser isssue #47.

neoxeo commented 1 year ago

For Numeric Up Down problem I confirm that problem is present even if I don't use VS2022.

generalloki commented 1 year ago

@neoxeo , Could you please check NumericUpDown issue with bad paint on button press in the latest build? I have made some changes in the code. Is latest version works fine on your pc?

neoxeo commented 1 year ago

@generalloki, with b261d3315cb2918f1e79ac8d1cdaf1994622a952, problem solved. Congratulations !

generalloki commented 1 year ago

@neoxeo , Many thanks! So I am closing the issue, as we clarified everything here.