08-29-2013 08:48 AM
Question) Create a control in which a Circle revolves when the mouse is moved over the control.
( Hint – method: Use asynchronous calling
Preferred Ctl : Picture ring (left to your imagination)
OR
Question) Explain or replicate the ways to achieve the GUI effect shown in the Screen Shot
Leave your answers as comments below by clicking on Reply
You will need to be logged-in to do so. Click here to sign-in/sign-up.
Rules & Guidelines
08-31-2013 03:51 AM
HI,
Pease find me answer for the question 1 attached with this.
Awaiting for the feedbacks.
08-31-2013 09:52 AM
Hi,
Please Find the attached Vi's, answere of question 2.
Please give feedback/suggestion for the same.
Warm Regards,
Parth Somaiya
09-01-2013 10:55 PM
Find attached Vis for Contest.
Run "00 Asynchronous Call Demo" for Question 1.
Run "00 Grayed background demo VI" for Question 2.
Regards,
Prashant Patel
09-02-2013 05:44 AM
Hi Friends,
Pls. find the attached vi for question 2. Give feedback and suggestion.
Thanks & regards,
Shweta Walanj
09-04-2013 05:05 AM
Dear Sapsatin,
Appreciate your effort. The VI does not implement the Aysnchronous call method. The purpose of stressing on Asycnhronous call was to remove the GUIs dependency on the dataflow of the code. In your case its a good thought to use the picture control and the event structure but no other part of the code could execute till the operation inside the event structure is completed. If there had been two similar controls of yours and I move the mouse over one and I immediately place the mouse over the other, the second one will not operate till the first one completes its operation. Aysnchronous call helps you do this.
P.S: you can look into Prashanth patel 's code. That clearly depicts the situation.
Regards,
Team Webcast Wednesday
09-10-2013 03:42 AM
Hi PBP
Brilliant effort. Both the codes behave exactly as per requirement. The programming practices incorporated are also flawless. The only siuggestion I have is that you should always have a project file and all the VI's under that.
Regards,
Team Webcast Wedneasday
09-10-2013 03:56 AM
Hi Shweta
Appreciate the participation. In cases where the pop up box is only meant to display a message, your VI works. It was a very smart thing to enable 'VI runs transparently' property. However if the pop up was meant to perform some operation (Which is in most cases), then you should use a SubVI and set it's properties accordingly.
Regards,
Team Webcast Wednesday
09-10-2013 04:00 AM
Hi Paarth
Great effort. The VI performs the exact task as mentioned in the second question. Keep it up!
Regards,
Team Webcast Wednesday
09-11-2013 05:00 AM
Hi EveryOne,
All best For the Contest.
Regards,
Bakkiyaraj.V