SamSandq

Results 15 issues of SamSandq

According to the documentation, a call to `tableview_select(....)` should scroll the view so that the selected row is visible. In my case, this row is consistently a few rows below...

help wanted

I propose that the following be added to NAppGUI, as they are supported on all platforms and useful: - TIFF support - configurable quality (compression) factor for JPG

documentation
enhancement

I am trying to match the following RegEx `RegEx *r1 = regex_create("\\d{1,3}[dwmy]");` but it's not accepted. As a matter of fact, it seems like your regexes are very limited, as...

documentation
enhancement

I needed to have one popup button clear and re-populate another popup button, and discovered that the `popup_clear(...)` does not work on Mac. Checking the code, it's not implemented. Correct...

bug

I propose that NAppGUI adds a standard `comwin_message_box` function. This is very frequently used and exists as standard on all platforms, and would nicely fit in with the other standard...

documentation
enhancement