-
Posts
2,397 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by jgcode
-
Transfer project hosting to Github/Bitbuck
jgcode replied to odoylerules's topic in OpenG General Discussions
I am unsure if a new workflow would increase contribution but, what do others think? -
Reaction to an highly suspect Open G License breach
jgcode replied to Thoric's topic in OpenG General Discussions
I don't see the point of removing it as from an end user point of view, the BSD licence is so simple and non-restrictive They probably spent more time editing it out Will be interesting to hear the outcome of the nudging -
Nice. Are you able to post any example code? Cheers
-
Nothing from me but I would still love a wrapper for this functionality from NI
-
Hi Shoneill, are you able to provide details of are planning? This code is 2012, open source, and includes a modification of the library references above (creates a wrapper around a delegate class).
-
I'm in, for me ol' DOS games
-
I changed my thinking on this a while ago too Reads can be as simple as one in and one out: LVOOP Object input, accessor-data-item output
-
Question about the JKI state machine
jgcode replied to eberaud's topic in Application Design & Architecture
I would say the most important thing is to give it a go and find out As for me, I find it easy but more importantly fun to use! Also, I like creating an API that uses the event structure to communicate with a process and this compliments it well -
Here's a way to open VIs without file dialogs for missing subVIs
jgcode replied to Aristos Queue's topic in LabVIEW General
Ok, so its not all AppRef functions that are effected, just the one in this post That's a relief -
Here's a way to open VIs without file dialogs for missing subVIs
jgcode replied to Aristos Queue's topic in LabVIEW General
Does this mean old code will be 'broken' in 2013+? -
Parallel testing(programming)
jgcode replied to Bjarne Joergensen's topic in Application Design & Architecture
lol. 8.2.1 is/was one of my fav LabVIEWs -
Howdy I am chuffed to be giving away an AudibleListener® 6-Month Gold Gift Membership. Sure beats reading
-
Experience with "Separate Compiled Code From Source"? (LV 2010)
jgcode replied to Rob Calhoun's topic in LabVIEW General
Hi Mikael, I include all library files in my VI Server script as well, but I am insure as to what that option actually does. It seems the global settings (LabVIEW options or project options) override when a VI/ctl is added to a library (LV2012) making me think it is redundant or a bug. Do you know setting the library to separate compiled code does? -
Experience with "Separate Compiled Code From Source"? (LV 2010)
jgcode replied to Rob Calhoun's topic in LabVIEW General
That sounds like too much hard work - lol You can bulk mark VIs through the project's options or you can use VI Server and script it I tried this feature out recently and liked developing with it One thing I concluded with tho is that if I ship a tool (essentially a source code dist) I want to install compiled code with it Otherwise the tool needs to be compiled for use in its native version of LabVIEW VIPM can do this on install, or the tool can also recompile itself, but IMHO it makes for a better UX (quicker install and first launch) This was easily achieved using VI Server -
On secondment? Lol
-
Glad to hear that
-
Hi Brian, thanks for the post But one thing I noticed recently was that LabVIEW crashes if you run the Create Child Class plugin in a class Project Window (right) as opposed to a standard Project Window (left) The reason is that LVOOP Assistant is trying to insert a class, and obviously cannot in the context of a class Project Window I have since fixed this in source by disabling the feature in the above case Additionally I have done the same for Clone Method (this was error'ing out as opposed to crashing) Is this is what you are experiencing? Otherwise do you have any more information on the crash (screen capture?) Unfortunately I do not have LabVIEW 2013 at the moment (hopefully soon) so bear with me if it is isolated to that version (hopefully not)
-
Hi guys, thanks for your posts I have added a test build compatible with 2012 here if you are interested
-
I have attached a test build that is compatible with 2012 It contains the LVOOP Theme Creator lava_rsc_lvoop_assistant-12.0.0.79.vip LabVIEW 2012
-
I love books! So I am throwing in a $100 Amazon voucher Go get some knowledge, son Cheers to Mr Dunaway for helping with this!
-
There is a workaround for this Yair helped me here with when I had the same problem Not saying it would fix your problem, but worth looking at Cheers