Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,214
  • Joined

  • Last visited

  • Days Won

    117

Everything posted by Michael Aivaliotis

  1. Status: Filed with NI support (CAR #4da9pok8)
  2. QUOTE(Tomi Maila @ Sep 10 2007, 11:42 PM) No, Premium Members should not see any Google ads. You probably caught it as I was editing. Please check again.
  3. Just so y'all know, I already have my peeps working on all the reported bugs\issues. I will report back when all is fixed. PS. RSS rocks!
  4. I screwed up my project with this feature so I think I should warn everyone. I'll be reporting to NI soon. Steps to reproduce: open a blank project Create and save 2 blank VI's Place them in the following locations: Right click on the subfolder and select "move on disk" Create a new folder next to the subfolder, navigate into it and select "current folder" Watch LabVIEW go "bye bye" The fun part is going back into your files on the hard drive and seeing the mess. I spent a while cleaning this up after i did it on a real project.
  5. QUOTE(tcplomp @ Sep 10 2007, 10:29 AM) Didn't you read http://forums.lavag.org/How-to-Quote-multiple-posts-t2780.html' target="_blank">the tutorial? This is not a bug.
  6. The initial upgrades are complete. Thank you for your patience. There are some minor glitches but all will be fixed over time. Upgraded the forums to the latest release: Mostly bug fixes and theme\skin\style changes. Upgraded the Gallery to the latest release: Some usability improvements. The noticable changes are a nicer quicker photostrip scrolling, now images popup in a thickbox when clicking the image to enlarge it and there are convenient URL boxes to the right of the image when you need to insert on another website or places where image attachments aren't allowed. Also, I think you can now upload a zip file with multiple images and they will be decompressed and added to the gallery automatically. There is also better navigation between currently viewed images:
  7. Everyone, the LAVA Forums will be going through upgrades, fixes, tweaks and a face lift. So please please please be patient as I work through this. The consequence will be that the forums and the other areas of the site will be mostly offline for Sept. 8 and 9 this weekend. The site may not be down for the entire weekend but there are no guarantees. In other words, you can try visiting the site at various times because you might get lucky and the upgrades may be done.
  8. You want to waste a whole weekend? Try this. let me know when you're done.
  9. I know this is not a bug and I'm not talking about child classes. I just want to create a VI and when I save it in the defined AP folder the class will include it. Is that so bad?
  10. In LabVIEW 8.5, you can't add Auto-Populate folders in classes. Aeee Caramba!
  11. Is there a reason for the different versions? Can you just publish the lowest version? Others can just recompile up. Otherwise, just indicate the latest version and please put all the other versions in the description.
  12. Something about those 4 boys in the background seems so wrong...
  13. QUOTE(LV Punk @ Sep 4 2007, 11:24 AM) First rule of all LabVIEW releases. Palettes will change.
  14. All of this is nice and fun but any solution proposed is still something that is a hack onto the LabVIEW IDE. It also will be a tool made by someone or some entity that thinks they know what I want. What I would really like to see is an API for the rest of us. Something that allows anyone to create extensions to the environment. Event driven, shortcut driven, context sensitive etc. Ya, I know, it takes time and costs money and NI has their priority list... I'm just saying. Typing something into a textbox to get a function? Those icons on my pallete have names? Who would have thought. Now I just have to figure out what everything is called and I'm set.
  15. Ya, perhaps a delete is in order...
  16. QUOTE(orko @ Sep 3 2007, 02:02 PM) This is what I get as well. However, I didn't follow your point in the first post until now. The circled area is the key. You will also notice that if you double-click on the SubClust1.ctl in your example, the cluster has been replaced by an object icon. LabVIEW did the right thing but the question is, is it a bug, or an unfortunate side effect. QUOTE(orko @ Sep 3 2007, 02:02 PM) This to me says that even though the class data is private, it is still depending on the type definition from the old strict typedef after I converted them over. Well, what I see, is that in your MasterCluster class, you have two objects of the type SubClust1. MasterCluster is not accessing any private data. It contains two instances of the SubClust1 class. What has happened (i think) is that now the SubClust1.lvclass object control has been typedef'd. The actual private data is not linked to the typedef. Class private data is not a typedef anyway. It's a special Class Private Data type. If you open up the class private data structure and right click on the cluster you will see that you can't customize it. This means it's not linked to the typedef. QUOTE(orko @ Sep 3 2007, 02:02 PM) I guess I understand what is going on, and why...but I do not understand why this be desirable behavior... Why would I need to go through my entire class heirarchy after converting to classes and one-by-one disconnect them from their original typedef? As I discussed, the new class private data IS disconnected, so there is no real problem here. I agree it's a little annoying and perhaps an autodisconnect should take place, but if that happens then it might not be expected and could confuse those that expected it to behave the way it does.
  17. QUOTE(Aristos Queue @ Sep 2 2007, 08:16 AM) The problem is that the environment doesn't do it how I like it. It's just not "smart" enough. You guys need to work on it some more. Don't get me wrong, I do use some of the new productivity enhancements: autowiring and (i love) autotool and Express VI configuration on drop (but i don't use Express VI's). Any others you want to query me on?
  18. Are you trying this in LV8.5? I just tried what you described and it worked as expected.
  19. I've used this with LabVIEW in the past with excellent success: Creating a (system tray) Notify Icon Using .NET Framework 2.0
  20. QUOTE(Eugen Graf @ Aug 29 2007, 06:16 AM) You use the alignment grid? I never use it so I can't tell ya. I don't even show the lines.
  21. Those of you that are familiar with facebook, and who isn't, can now join the LAVA group. have a great weekend!
  22. I don't know those models but one suggestion I can make: Get dual core. makes a big difference in general.
  23. The only way to create custom methods or properties is using the cool and awesome XControls which are only available on LV 8.x and above.
  24. QUOTE(chrisdavis @ Aug 24 2007, 08:01 PM) That's it? Not nearly often enough in my opinion.
×
×
  • Create New...

Important Information

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