Shop OBEX P1 Docs P2 Docs Learn Events
Visual Spin: Beta 2 — Parallax Forums

Visual Spin: Beta 2

RaymanRayman Posts: 14,850
edited 2011-11-30 11:24 in Propeller 1
I think Visual Spin is almost complete. Anyway, I think it now does everything it needs to do to make complex GUI applications.

I've posted the latest version here:
http://www.rayslogic.com/propeller/Programming/VisualSpin/VisualSpin.htm

It currently only supports VGA monitor connections, but I hope to add TV and LCD sometime soon...

Comments

  • KyeKye Posts: 2,200
    edited 2010-08-13 09:42
    Do you plan to release the source?
  • FredBlaisFredBlais Posts: 379
    edited 2010-08-13 10:15
    Hey Rayman, I see there are some nice additions in your software :)

    I noticed the program crashes if you try to move a form outside the screen with the arrows!
  • RaymanRayman Posts: 14,850
    edited 2010-08-13 10:21
    FredBlais wrote: »
    I noticed the program crashes if you try to move a form outside the screen with the arrows!

    Then don't do that! Just kidding :). I thought I prevented that, but I'll take another look...

    Kye,
    I generally don't give out my Windows App source code...
  • RaymanRayman Posts: 14,850
    edited 2010-08-13 10:37
    FredBlais,

    Ok, added in more bounds checking and calling it Beta1a.
    I think it's a lot harder to break now...
  • ProcessingData...ProcessingData... Posts: 208
    edited 2010-08-18 08:26
    It looks really good, Rayman! I think that it could use a Text Input Field though.
  • RaymanRayman Posts: 14,850
    edited 2010-08-18 13:58
    Text input might be tricky, but I'll look into it...
    I'm not sure my GUI has the required sense of "focus", but maybe that's not too hard to add...
  • vettezr1vettezr1 Posts: 77
    edited 2010-08-18 16:13
    Big thank you Ray very cool
  • RaymanRayman Posts: 14,850
    edited 2011-08-15 10:15
    Fixed a couple bugs with the tree control so uploaded a "beta 2" version here:
    http://www.rayslogic.com/propeller/Programming/VisualSpin/VisualSpin.htm

    Also, found that reloading Prop Tool edits doesn't work on Win7, so I've disabled that until I can figure out how to make it work again...
  • russellhoffrussellhoff Posts: 1
    edited 2011-11-30 08:27
    Hey!

    I'm new to Spin and my group and me are developing a simple Menu-based project for University...

    We aren't used to spin as we haven't been given any classes about it and we haven't any experience. I'd like to ask anyone who want answer how to make a simple menu based on events.

    What I mean is the following:

    For example, we have Two Windows (named "Main Menu" and "See note"). We would like to be able to go from Main Menu to See note through a button, and then turn back using another "Back" button...

    Could anyone lend us a hand with that issue?

    Thank you all mates ^^
  • RaymanRayman Posts: 14,850
    edited 2011-11-30 11:14
    This can be done easily in Visual Spin, but I'm not quite sure Visual Spin is for beginners...
    I mean, it could be, but not really in it's present state... There's no help and very few examples...

    If you can settle for a basic interface, you might check out Parallax's new AppNote about GUIs.
  • RaymanRayman Posts: 14,850
    edited 2011-11-30 11:24
    Ok, here's a test Visual Spin file for you that does what you want, in case you really want to try it...
Sign In or Register to comment.