Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,203
  • Joined

  • Last visited

  • Days Won

    111

Everything posted by Michael Aivaliotis

  1. I agree, you can customize the status message text on the fly so even if the dialog doesn't do it for you can format the string and feed it in. I prefer that the dialog does a lot of the work for you. Thanks for the code. I'll make sure to incorporate it into the next release. I'm planning a lot more features for this code in the future. I just wanted to get the initial version out and get feedback. I'm planning on making it more customizable so you can make it look more to your liking. I'm planning on adding a configuration action where you would pass a cluster of parameters that would setup behaviour on start-up.
  2. It's a pleasure to see a LAVA member comming forth and contributing tutorial\example type material. Hmm, perhaps we should open up a Scripting category in the Code Repository... :thumbup: . This code Should go there under an "examples" subcategory.
  3. Nice idea. I guess time remaining has to be an estimate based on how long it took to execute a certain amount of work? Also a built in tally of time elapsed would be nice.
  4. Take a look at this example code I posted a while back: http://forums.lavag.org/index.php?s=&s...post&p=8956
  5. Your problem is described in detail but honestly there could be a million things wrong. I would look at the notifier. Perhaps you're missing notifications? Try using a queue instead.
  6. File Name: JKI Progress Bar Dialog File Submitter: Michael_Aivaliotis File Submitted: 24 Oct 2006 File Updated: 24 Oct 2006 File Category: User Interface JKI Progress Bar Dialog V1.0.0 Copyright
  7. Jesus guys, so tell me, what in the GUI gives you the slightest hint that holding down the mouse would give you this menu. A clever UI trick but not very usefull if only a handfull of people find it.
  8. Just for shits and giggles, what would it take (money fame whatever) for a LAVA member to create code that converts a VI to a text representation and back? Call it a compiler, call it what you want. Sure, it isn't something for the faint of heart, sure, it can't be done over lunch. Sure, it's not your typical challenge. Let's call it the LAVA Super Grand Challenge.
  9. I just fixed it. The URL to the video was not complete so the player was not working. Probably a copy paste mistake...
  10. Admin Note: For the next release, perhaps you can include the older labview versions in the zip file. Another option is to develop in LV7.0 or 7.1 and release it in that version only. People can then upconvert. Just some suggestions to streamline the process.
  11. I was using .NET once to do a tray icon. For some reason it was crashing. I discovered that it was an issue with an ActiveX call I was making while the app was minimized. It turns out that the issue was related to the front panel not having the focus. This only applies if you are using .NET to do the system tray icon.
  12. What do you mean by by "ordinary"? These need to be API calls. Simulating keyboard strokes using a windows API should do it.
  13. http://www.imdb.com/name/nm0756114/In order to see the humor in this video, you really need to watch a few episodes of Full House. Be warned! After watching the show you will get the urge to jump off a high building. Full House is also where the Olsen Twins got their big break. Bob Saget went on to host America's Funniest Videos. I actually liked watching people getting bashed in their private parts by baseball bats. The only problem with the show was Bob Saget. If only he kept his mouth shut it would have been fine. In fact, I still don't know why they even need a host for that show. Just give us the videos back to back... Why do you even need an audience?
  14. You should update your profile to reflect that. Here is my solution. The problem is that you have the guages overlapping so that when one is colored, it overlaps the other. The solution is to create a round boolean and use THAT as the background. Then program the color of it as required. The guages should be transparent always in this case.The code is in LV801 Download File:post-2-1161577508.vi
  15. I would say that this is a usability issue. NI should handle this with a message or a description\note on the dialog explaining that you must run the VI or save it first. We're suppose to know this magically somehow?
  16. You can already give the community many gifts here. Show us what you've got.As far as coding challenges, I'm up for the more challenging ones that push the envelope and the limits of LabVIEW. Bit twidling and the like is pretty boring, if you ask me. You should also throw in a little VI scripting while you're at it. For example, why not have a challenge that asks you to come up with a text representation of a VI? Then you create a tool to read-in that file and generate the VI for you. Now that's a challenge! This is LAVA after all...
  17. Be my guest! You don't need any special invite... It's open to all.
  18. Warning Bob has a potty mouth. <object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=5I0U4P9Imis"></param><param'>http://www.youtube.com/watch?v=5I0U4P9Imis"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/watch?v=5I0U4P9Imis" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
  19. <object width="425" height="350"><param name="movie" value=" name="wmode" value="transparent"></param><embed src=" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
  20. Admin Note: This is a great example of how to participate on the LAVA Forums! :thumbup:
  21. Parallel port strikes again! Maybe we need a parallel port forum? Ya, I know... a "me too" post.
  22. Ok, so I've decided to make this the official Classic Arcade thread... Just because. Look at this find from 1972, Australia. Why chose between Beer or Pong? Now you can have both! Barrel Pong Click on the pics for a close up. You too can score these hot chicks by playing Pong-Tron.
  23. One tip: Don't be afraid to try something. This is easier to do in software than it is in hardware. This also applies to: Before asking on LAVA: "what would happen if I do this, or that?" my answer: Try it!!!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.