Page 6 of 16

Re: Idea: Visual NXC

Posted: 03 Apr 2011, 02:04
by muntoo
Maybe Tim could try compiling the source on his XP computer?

Re: Idea: Visual NXC

Posted: 03 Apr 2011, 02:14
by sidneys1
muntoo wrote:Maybe Tim could try compiling the source on his XP computer?
If he's willing, sure. PM me if you're interested, Tim.

Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 05 Apr 2011, 03:40
by tcwan
sidneys1 wrote: Are/were you by any chance using a school network? They sometimes block unknown websites.
Yes, that's probably the problem.
The ImageShack page is not very clear whose domain was to be registered though.
I thought they were referring to the mindboards.sf.net site (that being the referral site).

Re: Idea: Visual NXC

Posted: 05 Apr 2011, 23:28
by sidneys1
Ok, thanks to Timpattinson's help I've managed to fix the Windows XP incompatability! Can I have some more people verify that it works on XP? Also, do we have some OSX Mono users that can see if the Mono version is all it says it is? Just PM me, don't post here.. The discussion doesn't need to get any more bloated than it already is...

Here it is: 0.1.0.3 Alpha

Anyways, this new version doesn't have anything.. well.. new, really. Just a slightly changed UI, and some more background code. Here's the changelog:
Visual NXC - 0.1.0.3 Alpha:
  • Added toolbar.
  • Themed treeviews like windows explorer.
  • Improved tab bar.
  • Added ability to open tabs from the "Items:" treeview.
  • LOTS of supporting code...
  • Fixed XP compatibility.
  • Added new form for viewing NXC code (doesn't work yet)
Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 06 Apr 2011, 05:14
by mightor
I just tested it on Windows 7 Enterprise 64 bit and it works well. I have no idea which .Net version it was using. I think I have all of them on this system.

- Xander

Re: Idea: Visual NXC

Posted: 06 Apr 2011, 14:59
by sidneys1
mightor wrote:I just tested it on Windows 7 Enterprise 64 bit and it works well. I have no idea which .Net version it was using. I think I have all of them on this system.

- Xander
Windows 7 comes with .NET 3.5 out of the box, and should be automatically upgraded to .NET 4.0 via Windows Update. Interesting to know that it ran OK on a x64 though... The binaries I uploaded are x86.

I've compiled an x64 binary: download 0.1.0.3 - x64 (link removed). See if that gets better performance, perhaps (as far as memory usage and startup times, etc)

Thanks for your help, everyone!
Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 06 Apr 2011, 15:36
by mightor
I ran the 64 bit version but I am not seeing any difference. Just stick with the one 32 bit version :)

- Xander

Re: Idea: Visual NXC

Posted: 06 Apr 2011, 16:49
by sidneys1
mightor wrote:Just stick with the one 32 bit version :)
Thanks for the feedback Xander, I've removed the x64 download and will just do x86 from now on. Any takers on testing Visual NXC on OSX Mono?

Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 06 Apr 2011, 20:52
by sidneys1
Been doing some more tweaking of things, and here's what I got:
Image
NO, that is not outputted code. I typed that in by hand. I just wanted to show that the code highlighting works. It's pretty cool how it works actually, I have three files, commands.txt, constants.txt, and keywords.txt, that are all formatted like this:

Code: Select all

#COLOR=B0B0B0
abs
sign
SetSensor
SetSensorType
SetSensorMode
ClearSensor
SensorValue
...
WatchFormat
So the highlighting is pretty customizable. I need to get a few more dialogs working (enum and struct builders) then I can get the actual GUI up and running!

Have a nice day,
~Sidneys1

Re: Idea: Visual NXC

Posted: 06 Apr 2011, 21:27
by muntoo
I really hope you won't really be using that True Random Number Generator. :)

Is that MDI temporary? Will we have a tabbed interface, eventually?