Note that there are some explanatory texts on larger screens.

plurals
  1. USGünther the Beautiful
    primarykey
    data
    text
    plurals
    1. COAltough I'm still a horrible beginner, I recently also had to decide whether to implement IPC under windows with pipes, sockets, or something else. I went with sockets. Named pipes didn't look very promising under windows, especially when you were trying to communicate over a network. I have also heard that if you're just communicating over sockets locally, Windows skips wrapping it into TCP packets and Ethernet frames to speed things up. I can, however, not back that up with a source. Overall, I'm very happy with the socket route I took.
      singulars
    2. COIt does work perfectly well for me. I placed one Frame with align=alNone and one with alRight on my form. The form first gets a `WM_SIZE` message that causes the `onResize` event on each TFrame. Their `TDrawGrids` then get adjusted. Everything is fine. Can you post your `onResize` Event handler code?
      singulars
    3. COI still fail to see a problem. You have a `TListView` with `CheckBoxes=True` and `ViewStyle=vsReport`. You want to be able to tick checkboxes by code, but the listview should stay readonly to the user. Right? You can use either the `OnChanging` or `OnChange` event for that to revert the `TListItems`'s `Checked` state to what you want it to be. This way you can even make only certain checkboxes appear readonly.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload