06-22-2010 06:02 PM
Recently I saw GUI of Ubuntu netbook remix. it so cool that I wanted to have something similar for my labview application. I have successfully developed it.
I am just sharing if somebody wants it, also I would like to know more ideas about improving it.
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
06-22-2010 06:39 PM
Very nice Tushar!
Not that it needs improving, but since you ask for ideas here's a couple:
Keep up the good work!
~Simon
06-22-2010 06:39 PM - edited 06-22-2010 06:39 PM
<< Deleted -- duplicate >>
06-26-2010 12:46 PM - edited 06-26-2010 12:47 PM
06-26-2010 01:25 PM - edited 06-26-2010 01:26 PM
06-26-2010 01:59 PM
@ Simon H
I really didn't got your first comment my controls are currently supporting mouse over effects. And if you see the control it is also having 6 images instead of normal 4. Can please elaborate your point
second point was really great idea and I have implemented it.
@ JackDunaway
Thanks for your comments. Actually I never thought of supporting multiple languages. However now I will think more on those lines as well
apart from this I am thinking to take one more step. I want to have control zoom effect. Whenever I move mouse on top of any control it zoom in size(e.g.. If it is text box I don't want to zoom just text decoration but the front size as well) is this possible without coding?
Secondly I desperately need docking windows in LabVIEW. I also tried programming it using windows APIs. I was bit successful but the process takes lot of CPU usage. Anybody had any success with docking VIs
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
06-28-2010 09:50 AM
You can "dock" VIs by using subpanels and mouse events. It is not trivial, however. I have always had to roll my own when I needed this type of functionality. Let me know if you need more info.
06-28-2010 09:57 AM
Oh, sorry -- I was looking at your VI at home on my Mac (which doesn't have mouseover effects on the button).
06-28-2010 12:03 PM
@DFGray wrote:
Let me know if you need more info.
Sure. Thanks in advance. If possible please provide the example as well.
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
06-28-2010 12:08 PM
@Tushar Jambhekar wrote:
@DFGray wrote:
Let me know if you need more info.
Sure. Thanks in advance. If possible please provide the example as well.
See message # 18 in this thread.
It may not be what you where looking for but it does demonstrate some of the ideas.
If you use soemthing based on what I posted there, please share you updates.
Ben