Hi im in a middle of creating af tool for debugging logs.
have created a simple gui for bulk import device and check if they are online for now.
My next thing to do is to add those device you want to look further on over to some sort of list.
What would profill that need? And be able to remove again from the list? another gridview or what is best suited for this?
GUI question - Adding device to a "list" for further processing
Forum rules
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
Re: GUI question - Adding device to a "list" for further processing
why does it not append but "reset"?
same code in ISE seem to work??
same code in ISE seem to work??
- Alexander Riedel
- Posts: 8575
- Last visit: Sat Nov 02, 2024 12:15 pm
- Been upvoted: 42 times
Re: GUI question - Adding device to a "list" for further processing
What you are seeing in the ISE is called runspace contamination.
https://www.sapien.com/blog/2022/04/25/ ... -avoid-it/
https://www.sapien.com/blog/2022/04/25/ ... -avoid-it/
Alexander Riedel
SAPIEN Technologies, Inc.
SAPIEN Technologies, Inc.
Re: GUI question - Adding device to a "list" for further processing
got a little further
how do i get the device selected`? when something change`? it it the DataSourceChanged event?
how do i get the device selected`? when something change`? it it the DataSourceChanged event?
- Attachments
-
- BulkLogView.psf
- (46.09 KiB) Downloaded 54 times