Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
ghost1372 closed an issue on ghost1372/DevWinUI
ProgressButton: ProgressBackground not working when IsIndeterminate=true
This works: `<dev:ProgressButton Content="Update now" CheckedContent="Checking for updates..." IsIndeterminate="False" IsChecked="True" ProgressBackground="Blue"></dev:ProgressButton>` But this do...ghost1372 pushed 1 commit to main ghost1372/DevWinUI
- Fix ProgressButton Background in Indeterminate Mode #29 7c08308
ghost1372 created a comment on an issue on microsoft/WindowsAppSDK
@riverar https://x.com/SergioPedri/status/1877389779718779359?t=IbOICxroT_G-lXKNrndW-A&s=19
ghost1372 created a comment on an issue on microsoft/microsoft-ui-xaml
Hi @DmitryBorodiy I added StepBar control in DevWinUI, you can now use it https://github.com/ghost1372/DevWinUI
ghost1372 created a comment on an issue on ghost1372/DevWinUI
> Thanks, I will try and get more details for replicating when I install the next preview. When do you anticipate that will be on nuget? Thanks! i am waiting for WinUI Community Call, If they rele...
ghost1372 created a comment on an issue on ghost1372/DevWinUI
> > [@MPITech](https://github.com/MPITech) i dont see any issues > > Was "Test" in a UserControl? > > I'll try the new version when it is posted to Nuget and see if it helps. Thanks! Yes. this i...
ghost1372 pushed 1 commit to main ghost1372/DevWinUI
- Add MakeTransparentWindowClickThrough to WindowHelper 353db5e
ghost1372 created a comment on an issue on microsoft/microsoft-ui-xaml
> [@AlexanderBlackman](https://github.com/AlexanderBlackman) Also Castorix's example doesn't truly pass the mouse events such as hover to the background. use a TransparentBackdrop for your window....
ghost1372 pushed 2 commits to main ghost1372/DevWinUI
ghost1372 created a comment on a pull request on ghost1372/DevWinUI
Hi @AlexanderBlackman Thank you again for your great work. Regarding changing the bubble size, HandyControl uses width/height 28 and I use 30. I don't think the bubble is big. but if it is big ...
ghost1372 pushed 8 commits to main ghost1372/DevWinUI
- Made DateTimePicker's SelectedDateTime assignable/bindable by not requiring a seperate time. Prevented minutes changi... 671d881
- Merge branch 'main' of https://github.com/AlexanderBlackman/DevWinUI 2c6ff18
- Really not used to slnx, deleting automatically created project. 0aaf209
- Merge branch 'main' into main 672721c
- Move comments to the top 1d8a10e
- Merge branch 'main' into pr/27 470e7d0
- Update Clock.cs d09f6fe
- Merge pull request #27 from AlexanderBlackman/main Clock improvements plus made DateTimePicker bindable. b951c9a
ghost1372 closed a pull request on ghost1372/DevWinUI
Clock improvements plus made DateTimePicker bindable.
## Clock Changes - Hour can now be picked without inadvertently changing the minute. - Private variable names have been made clearer. ## DateTimePicker changes. * SelectedDateTime is no...ghost1372 created a comment on an issue on ghost1372/DevWinUI
ListViewExtension is not available,I forgot to delete it. now it is removed from doc site.
ghost1372 closed an issue on ghost1372/DevWinUI
Documentation website link for ListViewExtensions doesn't work
https://ghost1372.github.io/DevWinUI/extensions/listViewExtension/ ![Image](https://github.com/user-attachments/assets/1c2e8bb3-1f4d-48e5-919d-bbe02e25ad00)ghost1372 created a comment on an issue on ghost1372/DevWinUI
@MPITech I Fixed ThemeService now, if you open multiple windows, Theme, Backdrop and TintColor will be set automatically. and changing backdrop, Tint, Theme in runtime will be affect all opened win...
ghost1372 pushed 3 commits to main ghost1372/DevWinUI
ghost1372 created a comment on an issue on ghost1372/DevWinUI
@MPITech i dont see any issues ![Image](https://github.com/user-attachments/assets/1f5466eb-00fa-4a00-abb2-2429382a3912)
ghost1372 created a comment on an issue on ghost1372/DevWinUI
> Thanks a lot. I will make some changes and see if I can get it to work now that I have a better handle on what methods to use and where to use them. > > And I am glad you found the tint color pr...
ghost1372 pushed 2 commits to main ghost1372/DevWinUI
ghost1372 created a comment on an issue on ghost1372/DevWinUI
Hi @MPITech you should use Configure methods when you are initialize themeservice, if you are using AutoInitialize you dont need to specify Backdrop/ElementTheme, if you are using Initialize metho...
ghost1372 created a comment on an issue on ghost1372/DevWinUI
ShowStepIndex property added https://github.com/ghost1372/DevWinUI/commit/8036cae6b1bf4dfb47b5bcdcd829656ca3fe43c0
ghost1372 closed an issue on ghost1372/DevWinUI
StepBar Suggestion: Allow for content on both sides and to hide the numbers
Hi, great work on the StepBar, I like it a lot. I was wondering if you could consider adding the ability to show content on both sides of each circle and also an option to hide the numbers inside ...ghost1372 pushed 2 commits to master ghost1372/ghost1372.github.io
ghost1372 pushed 10 commits to main ghost1372/DevWinUI
- Am/Pm should be all one case. 5649d24
- Renamed SelectedDateTime to SelectedDateTimeString Renamed SelectedDate to SelectedDateTime as calling a string a Dat... 4240854
- Made the same changes on DateTimePicker. 9ed50c0
- Fixed the issue with the DateTimePicker not properly updating the DateTime. 0cf8ec4
- Added Try-Finally guards to prevent infinite loops. 0537fc2
- Merge branch 'main' into main 28216ca
- Removed weird automatic gitignore change. d0ea019
- Merge branch 'main' of https://github.com/AlexanderBlackman/DevWinUI ec9059d
- Update DateTimePicker.cs c849f82
- Merge pull request #25 from AlexanderBlackman/main Fixed DateTimePicker, and made names more intuitive 6875197