Page 14 of 16

Re: Idea: Visual NXC

Posted: 05 Jan 2012, 18:00
by sidneys1
Also, just if anyone is curious, I use Balsamiq Mockups to do my UI designs:
Image
Excellent product, and they are very open to student licensing :)

Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 05 Jan 2012, 19:17
by HaWe
sidneys1 wrote:
doc-helmut wrote:just curious:what's actally "floating point integer"... 8-)
It was an attempt to make the 'float' type understandable.. A new user seeing the word "float" isn't going to understand what it means.. I may just call it a "decimal" though, even though it's technically incorrect.
maybe a "floating point number" or a "rational number" ? (I guess it's the same in English as in German or in French (nombre rationnel) - every pupill since Primary School will know what that means).
I don't know how it sounds in English or in French, but for me "floating point integer" sounds like a contradiction in terms (integer = in a whole, undevided, in a state of integrity).
(absolutely not important, just my 2ct)

Re: Idea: Visual NXC

Posted: 07 Jan 2012, 05:57
by muntoo
sidneys1 wrote:I may just call it a "decimal" though, even though it's technically incorrect.
"Real number"? Sounds retarded to C++ programmers, but it should be more recognizable to those who've taken Grade 9 math. (At least, where I live...)

EDIT: I just read Doc's post. Rational is a bit more accurate.

Re: Idea: Visual NXC

Posted: 25 Jan 2012, 23:39
by sidneys1
Still working on finishing the Enum and Struct editors :) Got them playing nice with each other! Still trying to decide what to call floats. :|

Image

Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 26 Jan 2012, 08:23
by HaWe
Still trying to decide what to call floats.
what's your problem with this subject?
How do you call non-integers at school in the US?

set of Integer Numbers : Natural Numbers / Positive/Negative Integer Numbers
the rest is:
set of Rational Numbers (which can be representated as a fraction a/b of two integers)

and the other sets which cannot:
Irrational Numbers, Real Numbers, Imaginary Numbers, Complex Numbers

"decimal number" may be confused with "decimal notation",
"floating point number" is an exponential representation of a subset of Rational Numbers.

You are talking to programmers, not to primary school pupils,
so why "on earth" (as John loves to express himself) don't you use either
the mathematical term "Rational Numbers" (which is almost, but not 100% correct)
- or -
the 100% correct computer science term "Floating Point (Number)" ?

Re: Idea: Visual NXC

Posted: 26 Jan 2012, 17:33
by sidneys1
doc-helmut wrote:the 100% correct computer science term "Floating Point (Number)" ?
Alrighty.. I've changed it to "Floating Point (Number)" and it looks good.

Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 13 Feb 2012, 23:02
by sidneys1
Alrighty guys, some really awesome updates to Visual NXC coming soon! Beta 2 is also on its way - watch out! ;)

Image

Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 16 Feb 2012, 18:04
by sidneys1
Visual NXC Beta 2 (Because I'm considering Alpha 5 as "Beta 1")

Download Installer: Just install and play!

New in this release:
  • + Added Loop blocks
  • + Added mockup real drag-dropping
  • + Added nested code output and rendering
  • + Added global 'tab string' value
  • + Threw together website hastily.
  • + Pop-out panes.
  • + Added registry-based cached settings structure.
  • + Added Navigational Map
  • + Enum Integration
  • + structs.h and enums.h, as well as their #include statements are working.
Work-In-Progress Features:
  • + Struct Constructor
  • + Struct Integration
Bug Fixes / Changes:
  • * Reskinned Blocks
  • * Converted repositories to Mercurial (from Subversion)
  • * Updated misc. glass functions to work better with Windows 7
  • * Improved website
  • * Broke drag-drop
  • * Fixed drag-drop again...
  • * UI reorganization and resizor grippy recoloring.
  • * Small changes to Enum Editor
  • * Icons for code output
Enjoy!

Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 20 Feb 2012, 23:49
by mcsummation
I downloaded VisualNXC. Before the installer would even run, I had to install .NET v4. After I got that mess installed, your installer goes through its process, then stops with, "The installer was interrupted before Visual NXC could be installed. You need to restart the installer to try again. I rebooted, then tried it twice, getting the same error each time.

Edit: I'm running WinXP Pro SP3.

Re: Idea: Visual NXC

Posted: 21 Feb 2012, 00:01
by mattallen37
Worked fine for me on Win 7 64-bit Home Premium.