rocrail

Results 15 comments of rocrail

I worked around this by replacing portMAX_DELAY with 500 in CAN.c This will return after max. 500ms with zero if it could not be send. ``` int CAN_write_frame(const CAN_frame_t *p_frame)...

Will this issue be fixed? This generated idle event is unexpected and must be commented out after very change...

Thanks. Method 2. is OK and will solve this issue for me.

The same I see with the latest Dokuwiki version. And with the Log Plugin, which seems to be standard installed, it degrees performance dramatically. I removed the Log Plugin and...

Yes, I know, but if a tool can't do its job its kind of worthless. All parsed JPEG it does not understand, so it has no function and disturbs the...

Yes you can. The last item is not visible but you can select it and the events are listed but the item remains invisible. Item 9 is selected but not...

Try it under Windows 11; Windows 10 is history. It seems that this problem is not the case under Windows 10 as PBfordev wrote before. I have only a Windows...

Testing with wxWidgets v3.2.3 all items are visible, so this is a v3.3.0 issue only in DarkMode. Both with Windows 11 64bit

See also: https://forums.wxwidgets.org/viewtopic.php?f=23&t=52289

The problem is that its not in all Dialogs the case and it seems dependent in which Sizer complex the RadioBox resides. With a wxWidgets Sample I could not yet...