I don't know about the book, but I have an idea for a nice multi-window
application.
I created VIs which represent my several windows. They have almost no
functionality, except they respond to notifications and they can trigger
some notifications (for example if you press a button).
The next one is that I've built a state-machine construct. It is a Case
within a While loop. Each case calls the corresponding Window-VI via VI
server (Open VI, Close VI, VI properties, trigger the notifications, wait
for the frontpanel's notifications, the whole communication is done by
notifications and VI server calls). So this state machine contains all the
functionality and logic, the GUI-VIs are just the way to communicate with
the state machine.
At a first look, this se
ems to be a lot of Overhead, but you'll get a very
nice structure, that is very easily to expand and maintain.
Hope, that I could help you
Oliver Friedrich
"lone_progmr" schrieb im Newsbeitrag
news:50650000000800000001270000-993342863000@exchange.ni.com...
> I'm new to LabView and would like to know what would be the simplest
> way to implement a multiple window menu application?
>
> Also is there a "LabView For Dummies" book available?