Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,215
  • Joined

  • Last visited

  • Days Won

    117

Everything posted by Michael Aivaliotis

  1. I use Chrome exclusively. But I sympathize with the small people.
  2. Pfftttt. I wouldn't be caught dead over there.
  3. And we care about this because...?
  4. It's actually a very nice feature. Especially if you want to preview a post in the unread content list and you don't want the read status to be changed. How about if it was a static image always visible instead of popping on and off?
  5. I don't know how to change this. I've sent a support ticket to Invision referencing your post. Thanks for the screenshot.
  6. I just pre-ordered my iphone4 from the apple store app on my iPhone 3g.

    1. Grampa_of_Oliva_n_Eden

      Grampa_of_Oliva_n_Eden

      Boot-strapping at its best.

  7. Hubs are bad since they allow for more network collisions hence lower throughput. Even if you find a hub, you may pay the price in performance and this may cause other problems. http://en.wikipedia....iki/Network_hub
  8. Having said that. Feel free to report posts that are attributed to you. At least we will have a list to work off of when we get to doing this.
  9. What browser did you use to download the file and from where? LAVA? I just tried downloading it in Chrome and the file saves as: distek_integration_inc_lib_rcf_align_terminal_labels-1.0.0-1.vip
  10. It's in the works but not completed yet.
  11. That's good to hear guys. Search is the biggest sore spot here and it's nice to see some improvement. However, there is still a 3 character limit on the search terms which I'm working hard to resolve. It appears this is a Mysql issue and not related to IP.Board but still is annoying and I'm trying to resolve it if possible.
  12. I added it back.
  13. Join me live tomorrow. Presenting on #LabVIEW code reuse: http://bit.ly/b9tyBD

  14. I'm posting this reply from the Iphone App. Hey it works!
  15. A new feature on LAVA is Twitter and Facebook Integration. Watch a short video on how to enable this. This video has audio, so turn up the volume. Link to Video if embed below doesn't work. <object id="scPlayer" width="856" height="618"> <param name="movie" value="http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/Twitter%20and%20Facebook%20Integration_controller.swf">'>http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/Twitter%20and%20Facebook%20Integration_controller.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <param name="flashVars" value="thumb=http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/FirstFrame.png&containerwidth=856&containerheight=618&showstartscreen=false&showendscreen=false&loop=false&autostart=false&color=1A1A1A,1A1A1A&thumb=FirstFrame.png&thumbscale=45&content=http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/Twitter%20and%20Facebook%20Integration.mp4"> <param name="allowFullScreen" value="true"> <param name="scale" value="showall"> <param name="allowScriptAccess" value="always"> <param name="base" value="http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/">'>http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/"> <embed src="http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/Twitter%20and%20Facebook%20Integration_controller.swf" quality="high" bgcolor="#FFFFFF" width="856" height="618" type="application/x-shockwave-flash" allowscriptaccess="always" flashvars="thumb=http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/FirstFrame.png&containerwidth=856&containerheight=618&showstartscreen=false&showendscreen=false&loop=false&autostart=false&color=1A1A1A,1A1A1A&thumb=FirstFrame.png&thumbscale=45&content=http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/Twitter%20and%20Facebook%20Integration.mp4" allowfullscreen="true" base="http://content.screencast.com/users/Michael_Aivaliotis/folders/LAVA%20Tutorials/media/b306704e-2017-4560-8505-1c85f8592118/" scale="showall"> </object> In addition to allowing bidirectional data transfer between LAVA and Twitter\Facebook. You can also login to LAVA via your Twitter or Facebook login. As seen in the screenshot below:
  16. Am loving the new LAVA Site upgrade.

  17. Another neat feature is there is now an iPhone App that has been released to read and participate on the forums. However it only works with the newest forum version which we will be installing on Saturday.
  18. Well, the array contains a typedef cluster and the change is adding a new element to that cluster. Moving forward. What is the best practice in this case to support proper up-conversion? Should I disconnect all typedefs? Will that be enough, or should I convert them to objects? And if I switch to all objects, will the old clusters up-convert to objects properly?
  19. I'm not understanding this suggestion. Are you saying I should try resaving the data in 1.0.0.1? I already did that and it didn't help. Even if this suggestion works, it doesn't help me at the moment. V1.0.0.1 of the class is already built into an executable and released to my customer. They've saved hundreds of records with that class data. The data exists and now I need to read it with my new executable that uses class v1.0.0.2. I found the following folder: vi.lib\utility\LVClass but nothing useful is in there.
  20. We'll be going through a major site upgrade this weekend. It will start Saturday night and should only last a few hours. It's a very exciting upgrade and will give the site some cool features. You can read about them here. One of the key improvements is search. We'll have to see how that works in practice but anything is better than what we have now I guess.
  21. I have some class data that was flattened and saved in class version 1.0.0.1. I can open the data fine with my class of version 1.0.0.1. It's a complicated cluster structure with many sub-clusters. One of the sub-clusters contains an array of cluster data. When I try to read the data and unflatten it with my class of version 1.0.0.2, I get all the data back correctly with the exception of that one sub-cluster. the array comes back as empty. The unflatten function doesn't return any errors. At this point i'm basically screwed. Any suggestions? I love the idea of automatic up-conversion but right now I'm burned badly.
  22. See here: http://decibel.ni.com/content/groups/labview-add-on-dev-center/blog/2010/06/03/accepting-submissions-for-niweek-2010-award-labview-add-on-of-the-year-deadline-july-9th
  23. This issue is now resolved.
×
×
  • Create New...

Important Information

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