search for: cshore

Displaying 13 results from an estimated 13 matches for "cshore".

Did you mean: chore
2010 Apr 09
2
Problem detecting keypresses in FXTable
I''m using an RXTable in my application and I would like to be able to select a row and then press the Delete key to delete the selected row. This does not seem to work, however, as apparently keypresses are not initially recognized. In my FXTable derived class I have: connect(SEL_KEYRELEASE) do |sender, selector, event| puts "code = #{''%X'' %
2020 Sep 29
0
Question about hardware failures / FSD
Hello Daniel! On Tue, Sep 29, 2020 at 6:23 PM Daniel F. Dickinson <cshore at thecshore.com> wrote: > > Hello joão, > > To get more responses you should plaintext email (standard for open source development mailing lists) instead of HTML mail. I just can't believe that I was sending HTML e-mail. Thank you very very much for bringing this to my attentio...
2020 Sep 29
5
Question about hardware failures / FSD
Hello, The UPS I am developing a driver to is able to report several flags for critical hardware conditions, like overheat, overload, inverter failure, output short etc. What should be the correct policy of operation when such a condition occurs? I think that the an UPS in such a condition is not reliable and therefore a system shutdown should be called. However, the developer's manual and
2014 Sep 04
0
Offer of Tripplite OMNIVS1500XL to official nut developer
Hi all, I gave up on a Tripplite OMNIVS1500XL due to it failing to work on the version of Nut in FreeNAS (and having experienced numerous issues on Debian Jessie as well due to incomplete/unknown protocol elements causing USB problems and Debian Wheezy doesn't even recognize the device). Since the issue is likely lack of information (i.e. unknown protocol) I'm not sure my offer of device
2018 Aug 28
0
USB hotplug; Packaging list gone? Working on OpenWrt Packaging, maybe more
...est FSD but still had drivers running, which didn't work; but it seems this is not completely unexpected and if the drivers are stopped first, it works fine). In the process, however, I've gotten into improvement mode and have upgraded the packaging (current WIP is here: https://github.com/cshoredaniel/openwrt-packages/tree/pr-nut-fixes) although I still have minor nits to work through. Curious if folks would like to see this incorporated into NUT build system (that is the <initscript>.in and friends). I've implemented mangling of libhid.usermap(sp?) to get hotplug working for u...
2020 Sep 30
0
Mailman config needs updated to unbreak DKIM verification
Hello mail admin, Currently the nut-upsdev mailing list mail is mostly getting marked as SPAM (or SPOOF) due to failed DKIM. DKIM is trying to verify mail headers signed by the original sender, but using the mailing list DKIM key (or lack thereof). This occurs because the DKIM mail authentication looks for a authentication key for the headers based on the HELO/ELHO user, but the message is DKIM
2020 Sep 29
0
Question about hardware failures / FSD
Hello joão, To get more responses you should plaintext email (standard for open source development mailing lists) instead of HTML mail. >The UPS I am developing a driver to is able to report several flags for critical hardware conditions, like overheat, overload, inverter failure, output short etc. What should be the correct policy of operation >when such a condition occurs? I think that
2011 Jun 02
0
keeping columns in view in a grid
I''m writing an application using wxruby in which the main portion is essentially a spreadsheet using a Grid widget. The extent of the Grid is such that it exceeds the available space that can be seen at once, so it will be necessary to use scrollbars to see data as necessary. However, the first two columns should stay in view even when the Grid is scrolled horizontally. (They contain
2011 Aug 13
0
help text display with wrapped text
Hi, I''ve been experimenting with wxruby for a bit, but am still a relative newcomer. I find myself wanting to do something that I think should be pretty staight- forward, but I can''t quite figure out how do it from the documentation. I wish to create a simple help screen, i.e., a simple window that pops up in response to a menu selection or a hot-key and displays static text.
2007 Feb 03
0
Launching a windows executable so it's available to another .exe
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have just successfully launched Printmaster Gold Version 3 (for Window 3.1 or 95; wine configured as Windows 2000) using version 0.9.30 on Xubuntu Edgy (with updates) with the following caveat: Printmaster must be launched twice because on first launch the following error dialog appears: 'Cannot initialize 16 bit thunk server
2007 Feb 03
0
Creating Program Manager groups/launchers
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is it possible to create groups in Program Manager that persist across invocations of wine? I have tried, but when I relaunch progman I just get an empty screen. I haven't tried to create program launchers, but would like to know that as well. I didn't see anything in the docs I read or a quick google, so I'm not sure if it's
2010 Mar 17
0
getting text being entered into an FXTable cell
I have an application that uses an FXTable widget, and when the contents of a cell is being edited, I want to anticipate what the user wishes to enter (by matching the text with a previous entry), and present that for completion. (This is similar to how Excel works.) I''ve attempted to do this by using the FXTable getItem(currentRow, currentColumn).text method when a SEL_KEYRELEASE
2018 Aug 29
2
Compatibility of GPL 2.0 licensed SSL library
Hi all, I'm wondering if the GPL-2.0 licensed mbedTLS (that's the version in OpenWrt) is 'compatible' with NUT binaries (not including the Python or Perl binaries which aren't used in OpenWrt) which is GPL 2.1+ AIUI. Because mbedTLS is the default library for OpenWrt and NSS is not yet in OpenWrt, and because OpenSSL is considered incompatible (I seem to recall reading that