09-23-2010 05:56 PM
(this is using the newest DaqMX 9.2.1 (MAX 4.7.1), just downloaded from NI)
To do some simple DAQ with my USB-6211, I installed on a W7 netbook. Things seem to work, but the test panels in MAX cannot be closed for the following reason:
The vertical netbook resolution is 600 pixels, this cuts off the [help] and [close] buttons so they cannot be reached. Unfortunately, the window is set as dialog (why???) and there is no [X] button in the upper right. It also does not have a task bar entry, so it is not possible to e.g. "right-click...move" and move the window up sufficiently with the arrow keys.
Moving the window with the mouse cannot be done using the default windows settings (I don't know if this can be customized), because as soon as I move it even one pixel above the screen bounds, it snaps back in alignment with the top of the screen. (remember, this is Windows 7!)
Is there an easy solution?
In the future, I suggest the following:
09-23-2010 06:11 PM - edited 09-23-2010 06:17 PM
I wonder if you could use the winutil.llb to get a handle to the window and resize it?
Also you can use a program called Winspector to see everything going on in an app and its child windows.
09-24-2010 08:04 AM - edited 09-24-2010 08:05 AM
The window being a modal dialog has been noted before. See also: DAQ Idea Exchange - Allow Multiple Test Panels Simultaneously Through MAX
And it's not just MAX that has UI problems with netbooks; Darren also pointed out in his blog that LabVIEW has some quirks as well on a small screen (notably, the Getting Started Window doesn't fit on a 1024x600 screen).
09-24-2010 10:04 AM
I've filed Corrective Action Request #250609 about this. In the mean time, using the escape key should allow you to close the panel if you haven't started it yet (I know this isn't really a valid work around, but I thought I'd mention it)
I'd recommend creating a voltage task in MAX to use in the mean time. As a fellow netbook user, I feel your pain
A lot of our dialogs are designed to be 600px tall (test panels being a noticeable exception) so hiding the Windows task bar works in most cases, such as with the DAQ assistant or the LabVIEW Getting Started window.