Author Topic: Updating WZGUILib  (Read 140662 times)

0 Members and 1 Guest are viewing this topic.

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #300 on: May 02, 2013, 09:37:10 am »
So about three days ago I had to refresh Windows, thus loosing all of my programs. Fortunately all my files are fine and I reinstalled the student software. I am going to reinstall the PRIZM software and start porting WZ to the prizm
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Updating WZGUILib
« Reply #301 on: May 02, 2013, 10:33:42 am »
So about three days ago I had to refresh Windows, thus loosing all of my programs. Fortunately all my files are fine and I reinstalled the student software. I am going to reinstall the PRIZM software and start porting WZ to the prizm



Sounds great! what language, C or lua?



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #302 on: May 02, 2013, 11:12:08 pm »
It will be in lua for the time being, as it will be much easier to port. Although I am really looking at C as a viable option due to roadblocks I'm hitting.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #303 on: May 25, 2013, 10:28:14 am »
So in the past few weeks I have done absolutely jack squat when it comes to this project, and that was due to lack of time. School has ended so I will be getting back to working on this.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #304 on: May 27, 2013, 06:31:07 pm »
Here is an image of the new ordered pair control, it is not completely finished and I am going to go through and polish up my code a little.
I have also fixed several issues that caused instability.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #305 on: May 28, 2013, 02:31:14 pm »
This is an example of the ordered pair control.
Currently it only works for x, y coordinates, but I will add a z coordinate option today and upload it.

constructor: x, y, sizeType, parent

sizeType can be 1, 2, or 3.
1: single number only
2: up to 3 numbers, or one negative sign and 2 numbers
3: up to 5 numbers, or one negative sign and 4 numbers
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #306 on: May 29, 2013, 01:09:08 am »
Here is an image of the control, just updated.
The new constructor is: x, y, sizeType, is3P, parent
Where is3P is a Boolean, true indicating a z option.

The reason I am not uploading the file is due to the fact that there are a few things I would like to tweak.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #307 on: June 03, 2013, 01:15:05 am »
Finished ordered pair control, now working on slider
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #308 on: June 04, 2013, 02:07:03 pm »
I haven't decided between the rectangle in the picture, a circle or a triangle...
Maybe I will have all three as options.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: Updating WZGUILib
« Reply #309 on: June 06, 2013, 02:26:07 am »
The rectangle looks fine to me and a circle would work too. I don't know about a triangle, haven't used much triangular buttons lately :P
« Last Edit: June 06, 2013, 02:26:16 am by ElementCoder »

Some people need a high five in the face... with a chair.
~EC

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Updating WZGUILib
« Reply #310 on: June 08, 2013, 12:45:06 am »
So about three days ago I had to refresh Windows, thus loosing all of my programs. Fortunately all my files are fine and I reinstalled the student software. I am going to reinstall the PRIZM software and start porting WZ to the prizm

How did you re-install the student software on a new Windows install? I thought it was a one-time license... ???

Glad you didn't lose anything, though.

Also the control options looks very nice. I particularly like the slider thing. :)
« Last Edit: June 08, 2013, 12:45:26 am by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #311 on: June 08, 2013, 10:14:09 am »
Yeah I thought so too, but I tried it and my old license worked.
I think the slider will be nice when it is finished, its long awaited.
« Last Edit: June 08, 2013, 10:15:16 am by jwalker »
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Updating WZGUILib
« Reply #312 on: June 09, 2013, 01:14:44 am »
It is possible that TI might have solved the whole one-time license issue, because they got many complaints about it from people who were switching computers or reformating.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Updating WZGUILib
« Reply #313 on: July 03, 2013, 07:58:43 pm »
So recently I built a new computer and am currently migrating files, working etc. so I haven't had a whole lot of time to work on this. It has been over a year since my last actual release so I am going to put togeather all of my current documentation, utilities and complete several uncompleted controls and release them as Version 2.6. I should have it done in about 2 weeks. The main reason is there are a hell of a lot of bug fixes and optimizations in the current development version.
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline imath

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 18
  • Rating: +0/-0
    • View Profile
Re: Updating WZGUILib
« Reply #314 on: July 06, 2013, 03:38:17 am »
Perhaps we may as well write a Visual Lua based on C# and XML