seghier

Results 23 comments of seghier

I find a solution, i think you can do the same in the original code ``` result = detector.detect_emotions(img) print (len(result)) for i in range(len(result)): top_emotions = [max(e["emotions"], key=lambda key:...

Thank you [jingwood](https://github.com/jingwood) Where i can find it? from the dll `unvell.ReoGrid.dll`? or must compiled as dll or just copy the code from the demo file?

Thank you [jingwood](https://github.com/jingwood) Where i can find it? from the dll `unvell.ReoGrid.dll`? or must compiled as dll or just copy the code from the demo file?

Any idea? Is this an option can activated or it need to created manually?

Thank you [jingwood](https://github.com/jingwood) I will try, my work is all with ironpython which is difficult to find informations and i need try to understand the available tips

Hi I don't find KeyDown? just CellMouseDown

Find it thank you: AfterCellKeyDown

Hi [jingwood](https://github.com/jingwood) I use `sheet.AfterCellKeyDown += self.enterEdit` and event: `sheet.StartEdit(e.CellPosition)` The problem when i press the key the next cell don't enter in edit mode until i press the key...

I try it but it stack on the first cell and i can't move to other cells with key or enter

Hi [jingwood](https://github.com/jingwood) In editor we can directly edit cell when press any key like in excel I can't do that with windows form, i need always to click twice with...