Recent Posts

Pages: [1] 2 3 ... 10
1
.NET / Re: WPF DataGrid Filtered DragSelection?
« Last post by Jeff_M on Today at 12:49:36 PM »
FYI, the misspelled Street items are intentional. I will be adding Spell check and Find/Replace tools later on.
2
.NET / WPF DataGrid Filtered DragSelection?
« Last post by Jeff_M on Today at 12:46:12 PM »
My DataGrid has a number of columns with varying types of data. In this example some are strings, one is for int, one for bool, and 2 for doubles. I am allowing multiselection and filtering the selection so only cells with the same type as the first selected cell can be selected. This is working fine, except when the user ends a drag selection when over a cell which is not supposed to be selected. The cell is not rendered with the selected color, but the cell border still indicates it is the current cell so if the user begins to type what he wants the cells changed to, the data entered is input to that invalid cell. That cell is not included in the DataGrid.SelectedCells property. So my question is, how can I force the grid to have the last valid selected cell be the one the user will be editing and not that cell which should not be edited?

I believe that I have tried setting each of the properties/methods which look like would handle this, all with zero success. I hope someone can tell me what I've missed.

I can provide the example project if needed.

3
.NET / Re: Setting Civil 3D Pipe Fitting Label Style Error
« Last post by It's Alive! on March 17, 2024, 10:15:41 AM »
Can you use 'is derived from'?
4
.NET / Re: Setting Civil 3D Pipe Fitting Label Style Error
« Last post by Jeff_M on March 17, 2024, 12:42:11 AM »
Stacy, I see the same thing and have not found a resolution.
5
.NET / Re: Debugging>Breakpoint>Locals empty
« Last post by Atook on March 16, 2024, 07:00:35 PM »
the only thing I can think of is a missing or incorrectly named .pdb file

Yup, try deleting the pdb file in your debug folder let VS compile a new one.
6
AutoLISP (Vanilla / Visual) / Re: Multi core processor processing...
« Last post by ribarm on March 16, 2024, 11:25:50 AM »
Back in 2016, I did something in that manner : https://www.theswamp.org/index.php?topic=52260.0
But I am sure you know better and Evgeniy of course...
7
AutoLISP (Vanilla / Visual) / Re: Multi core processor processing...
« Last post by VovKa on March 16, 2024, 10:58:47 AM »
Just in case he didn't know there is this - deepnest.io : https://deepnest.io/
i'm sure he is capable of doing great things by himself
https://web.archive.org/web/20190326175425/http://elpanov.com/index.php?id=69
8
AutoLISP (Vanilla / Visual) / Re: Multi core processor processing...
« Last post by ribarm on March 16, 2024, 10:01:46 AM »
here's his presentation
https://www.theswamp.org/index.php?action=dlattach;topic=49099.0;attach=29799

Thanks for the link VovKa... So Evgeniy wrote *.VLX for nesting...
Just in case he didn't know there is this - deepnest.io : https://deepnest.io/
9
XDRX-API / Re: what happens ?
« Last post by ribarm on March 16, 2024, 09:56:54 AM »
I think that he is using his developed functions in a way we don't understand... XDRX-API is constantly developing and he can't manage to write adequate documentation like AutoLISP has... Maybe we need to give him some time to manage to finish what he started... Great job, of course... Too pitty there is that : "no pain, no game..."
10
AutoLISP (Vanilla / Visual) / Re: Multi core processor processing...
« Last post by It's Alive! on March 16, 2024, 09:37:06 AM »
Python kinda has the same limitation, for modal commands, I must acquire a lock which blocks. Modeless is free to do threaded stuff, though threads a blocked if you call back into the wrappers.
“They” aren’t really doing the AI / Big data work in Python, data is being sent off to be processed with the results returned. You could do the same for lisp

Pages: [1] 2 3 ... 10