-
Posts
6,214 -
Joined
-
Last visited
-
Days Won
117
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Michael Aivaliotis
-
"Move on disk" feature crashes LabVIEW
Michael Aivaliotis replied to Michael Aivaliotis's topic in LabVIEW Bugs
Status: Filed with NI support (CAR #4da9pok8) -
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.
-
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!
-
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.
-
"Quote +/-" button for replies doesn't work
Michael Aivaliotis replied to Justin Goeres's topic in Site Feedback & Support
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. -
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:
-
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.
-
You want to waste a whole weekend? Try this. let me know when you're done.
-
Something about those 4 boys in the background seems so wrong...
-
QUOTE(LV Punk @ Sep 4 2007, 11:24 AM) First rule of all LabVIEW releases. Palettes will change.
-
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.
-
Ya, perhaps a delete is in order...
-
Converting Typedefs to Classes
Michael Aivaliotis replied to orko's topic in Object-Oriented Programming
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. -
Appropriate alignment grid for FP
Michael Aivaliotis replied to Eugen Graf's topic in Development Environment (IDE)
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? -
Converting Typedefs to Classes
Michael Aivaliotis replied to orko's topic in Object-Oriented Programming
Are you trying this in LV8.5? I just tried what you described and it worked as expected. -
Appropriate alignment grid for FP
Michael Aivaliotis replied to Eugen Graf's topic in Development Environment (IDE)
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. -
Those of you that are familiar with facebook, and who isn't, can now join the LAVA group. have a great weekend!
-
I don't know those models but one suggestion I can make: Get dual core. makes a big difference in general.
-
create user defined property node?
Michael Aivaliotis replied to jccorreu's topic in Development Environment (IDE)
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. -
QUOTE(chrisdavis @ Aug 24 2007, 08:01 PM) That's it? Not nearly often enough in my opinion.