08-15-2013 07:56 AM
Thank you Ganesha.
here is the feedback:
Q1 you should add an event handler to the row/column value change (otherwise it will not work correctly)
Q2 row number initialized to (-1) and first colum filled with numbers
Q3 fill the "input values" array with random numbers so that it is more interactive
Best
08-16-2013 07:17 AM
Hello,
Please Find the attached vi of contest 15
Thanks,
Parth Somaiya
08-16-2013 08:56 AM
Hi,
Please find the attached VIs...
08-16-2013 12:22 PM
08-16-2013 12:25 PM
Kindly find an updated version of Contest 15, using (Producer Consumer Design)
Waiting for your highly appreciated feedback and comments.
All the Best to you all
Ahmed Zahran
08-16-2013 11:20 PM
Hi wwt,
Please Find the Attachment for NI Contest .
Give me a feedback to improve the code.
Thanks,
Bakkiyaraj
08-17-2013 05:30 AM
Hi ALL:
Some guys are adding nice touches to their codes which would require considerable amount of time.
Such implementations however adds complexity to the codes and makes is more prone to bugs.
And since I’m meticulous in coding I can't but criticize it:
bakkiyaraj:
Today's software development is heading towards tabbed windows rather than modal. Try catching up with it.
Question 1:
* Nice visual array resizing touch
* It doesn't make sense to have a non-square array since it won't have a diagonal
* selecting a row size >10 would overlap other controls
* arrays before and after multiply also overlaps the stop and evaluate for same reason
* You already edited the custom vi properties. Make it not-resizable as well
* Try resizing the window programmatically using panes as an excursive
Question 2:
* If you opted using separate windows for different vis, make it modal
* implementing the configure/test in separate tabs would be better understandable
* The opened windows doesn't close properly (asks if needs to save or not)
Question 3:
It seems you missed this
Ahmed_Zahran:
Salam. Nice work. You keep of showing good programming skills. However does it worth spending such time on this? Don’t you have other things to do
Question 1:
* It doesn't make sense to have a non-square array since it won't have a diagonal
Question 2:
* The highlighted row is not re-initialized when switching to Q2 (it keeps last value)
08-17-2013 06:56 AM
Salam Ammouri,
LOL!! ...Thanks for your highly appreciated feedback and comments.
Well, of course I have other things to do, but mainly on LabVIEW .
I'm already working on 2 Big Projects in my Company and the contests are a good chance for practicing
As for Question 1,
I agree, however I thought that having a non-square array would prove that I still can get the Diagonal Only
Question 2:
Well, I thought it would not differ that much as the Row Selection is coerced between 0 & 9, But I'll fix it
Thanks again Ammouri and all the Best to you
08-17-2013 08:22 AM
08-18-2013 12:43 AM
Hi,
I have Made Several Changes and also include Solution for Question 3.
I am Awiting for your Feedbacks.
Thanks,
Bakkiyaraj