Search found 52 matches
- Thu Nov 21, 2024 10:53 am
- Forum: Aarnville
- Topic: Pricing Error
- Replies: 1
- Views: 195
Re: Pricing Error
Hi Reid, Thanks for that. You're correct - I forgot to tick the box for "Automatically Apply Discount". It should be OK now (assuming the change goes live immediately). It's one of those things I can't check myself because I automatically own all my modules. I'd have to create a second acc...
- Thu Nov 21, 2024 10:39 am
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 757
Re: Ability to add compiler flags
ProcessSample does not start running until Initialize (and other stuff) is done so you may be able to just delete that one-time-only code in ProcessSample.
- Wed Nov 20, 2024 2:26 pm
- Forum: Module Designer
- Topic: Ability to add compiler flags
- Replies: 11
- Views: 757
Re: Ability to add compiler flags
I'm not aware of a way to add compiler flags and I guess only the CA grown-ups know how the compiler is called from VMD. I half-expected to find an XML file with the compiler config in it but a quick browse turned up nothing. I recently returned to the driving seat after almost two years. All the to...
- Thu Nov 14, 2024 11:29 am
- Forum: Module Designer
- Topic: Tag Line
- Replies: 2
- Views: 363
Re: Tag Line
Thanks Grant. I've always filled in the keywords but but never the tag line so was just curious really. I also fill in the "Short Description" but I'm not sure I've seen that anywhere either. It says it is for search results but I can't see it in the website search or in the search within ...
- Thu Nov 14, 2024 9:35 am
- Forum: Module Designer
- Topic: Tag Line
- Replies: 2
- Views: 363
Tag Line
On the Information tab in the Products section of the Nebula dashboard there is a field for "Tag Line". Does anyone know how that is used and where it appears?
- Wed Nov 06, 2024 6:48 am
- Forum: Module Designer
- Topic: New Voltage Modular Designer crashes immediately
- Replies: 5
- Views: 409
Re: New Voltage Modular Designer crashes immediately
I'm thinking it's a job for support. V2.9.2 was released in June so your problem can't be very common. Maybe remnants of a previous installation of either VMD or the Java stuff?
Have you got Voltage Modular installed and updated and does that run ok?
Have you got Voltage Modular installed and updated and does that run ok?
- Tue Nov 05, 2024 7:05 am
- Forum: Module Designer
- Topic: EditComponentValue()
- Replies: 29
- Views: 7762
Re: EditComponentValue()
This has been bugging me this week. I can't find any way to prevent the exception but I have observed that the exception does not happen as long as there is something that can be parsed as a number at the start of the string. So "123.4" and "123.4 banana" both parse into 123.4 wi...
- Fri Nov 01, 2024 11:45 am
- Forum: Module Designer
- Topic: Sticky Skins
- Replies: 4
- Views: 8993
Re: Sticky Skins
i've had so many issues with the skin editor.. I'm glad it's not just me. I've just spent all morning trying to make sense of why it visually updates sometimes and not others, with no real conclusion. I now just restart VMD to make sure I'm seeing the latest skin edits. And to add insult to injury,...
- Sun Oct 20, 2024 3:52 am
- Forum: Module Designer
- Topic: SetAlwaysRedrawEntireCanvas()
- Replies: 2
- Views: 724
Re: SetAlwaysRedrawEntireCanvas()
I haven't tried it but I did note that it had been added. About two years ago I shelved a couple of projects because the canvas was causing me so much grief. The amount of time it was taking up was just too much so I had a crisis meeting with my team (aka myself) and the entire team agreed that we s...
- Sat Feb 11, 2023 5:30 am
- Forum: Module Designer
- Topic: Stopping Console Output
- Replies: 4
- Views: 3182
Re: Stopping Console Output
Of course, if you can shut it out of your mind (I can't...) you can just continue editing the code and fixing the cause of the exception whilst the logging window continues to go crazy. You can even compile the code although seeing the result of the compilation can be a bit challenging.