Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jwalker

Pages: 1 2 [3] 4 5 ... 45
31
Lua / Re: Updating WZGUILib
« on: August 04, 2013, 05:26:26 pm »
This worked for me: java -jar "WZ_TAB_TOOL.jar"
You have to have quotation marks.

32
Lua / Re: Updating WZGUILib
« on: August 04, 2013, 04:51:12 pm »
The jar file is basically like an exe, except for java. On Windows you should be able to double click the .jar file and it will run. You can also use the java command from a command line.

Also here is the newest toolset and the most recent version (as in the one I am working on right now) of WZGUILIB.

Some changes:
Fixed a tabcontrol bug, fixed a bug in the Clicks function.
Changed what happens when you hit the titlebar of an unfocused form. Instead of it becoming focused and movable, it is now just focused and you have to click it again to make it moveable.
Added the page control. Similar to windows, and in fact inherits from window. It is basically like a window in the way it contains controls, but it is immobile and only one page can be displayed at a time.
I modified the way tabcontrols are drawn.

WZ should be a lot more stable too as I added lots of check code.

I added an error handler, and if you have a wzCons window it will print the error message to it.
I added code to the wzCons so that if the message is too large to fit into the window, it sets it to a new line.

I would expect another upload by tonight as I have a lot of development time.

33
Lua / Re: Updating WZGUILib
« on: August 04, 2013, 12:01:29 pm »
So the reason I didn't release WZ yet is because I found bugs caused by breaking the call system. This mainly effected the tabcontrol, but just in case there is a larger problem I decided to test every control.
I added the page control, and it is pretty much done. I just need to rout the rest of the functions its way.
I added a 'tag' member to radio buttons. This means that you can have certain radio buttons grouped together and clicking one of those wont effect other groups.

34
Lua / Re: Lua Q&A
« on: July 26, 2013, 04:38:37 pm »
Hi, Im triing make a program that need solve complex stuff, and i need to use nsolve( or solve( function since is for cas version.

here is my code:
Quote
cvi=cvi*10^(-7)
    ui=(qi*4)/(math.pi*di*di)
    rei=tostring((ui*di)/(cvi))
    di=tostring(di)
    ki=tostring(ki)
 
    formula = "yi^(−0.5)=−2*log(((ki)/(di*3.7))+((2.51*yi^(−0.5))/(rei)),10)"

    var.store("formula", formula)
    equacao = "string(nSolve(expr(formula), yi)|yi<0.1 and yi>0"
    yi = math.eval(equacao)

When i go display, i got error.
Quote
attempt to concatenate global 'yi' (a nil value)

I have trie:
Quote
--whitout var.store("formula", formula)
equacao = "nSolve(formula, yi)|yi<0.1 and yi>0"

Please help me. thanks!

You never set a value to or declared yi before in your program, thus it has no value and is considered nil.

35
Lua / Re: Updating WZGUILib
« on: July 25, 2013, 11:51:26 pm »
Here is the tool used to create menu bars.
When you are typing in list items, type the name or action of a menu, press enter to go to a new line and then type another name or action.

36
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: July 21, 2013, 03:31:26 pm »
@jwalker: I think this is not possible as long as TI blocked all functions to use the file system. Also user-defined libraries are not supported.
It is, you place a document with public variables in the library portion of the Nspire and then call using the Lua var functions. You would just have to write a standard for how code can be imported, and boom you have library like functionality.

37
Lua / Re: Updating WZGUILib
« on: July 20, 2013, 01:00:45 pm »
Im working on a few extera tools. I probably will make a "Form Designer", but it would be included with a different release as Im approching the time limit I set for myself.

38
TI-Nspire / Re: Jens' Skript Editor - An on-calc lua editor
« on: July 20, 2013, 12:58:18 pm »
Perhaps you should add an "Import code from library" feature, and use similar concepts that are used to load strings from documents in the TI-Nspire library.

39
Lua / Re: Updating WZGUILib
« on: July 08, 2013, 11:08:29 am »
I was not the one who uploaded the file on TI-Planet

40
Lua / Re: Updating WZGUILib
« on: July 07, 2013, 11:49:21 am »
@ imath: I have been thinking about maybe starting a project like this because it would greatly simplify the design and coding process.
@ DJ_O: I am going to release it on Omnimaga, Cemetech, TI-Calc. The file on TI-Planet is linked to the one on Omnimaga I believe, and I know of a copy at Inspired-lua, but I am not sure how that one is updated.

41
Lua / Re: Updating WZGUILib
« on: July 06, 2013, 10:52:15 am »
Like an IDE, or a new language?

42
Lua / Re: Updating WZGUILib
« 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.

43
Lua / Re: Updating WZGUILib
« 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.

44
Lua / Re: Updating WZGUILib
« 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.

45
Lua / Re: Updating WZGUILib
« on: June 03, 2013, 01:15:05 am »
Finished ordered pair control, now working on slider

Pages: 1 2 [3] 4 5 ... 45