316
Computer Programming / Help learning X86 Asm
« on: June 06, 2012, 12:44:57 am »
I was wondering if anyone knows of any good X86 Asm tutorials. I cant seem to find any.
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. 316
Computer Programming / Help learning X86 Asm« on: June 06, 2012, 12:44:57 am »
I was wondering if anyone knows of any good X86 Asm tutorials. I cant seem to find any.
317
News / Re: DJ retirement from calculator programming (and related news writing)« on: June 06, 2012, 12:39:41 am »
Yep, best of luck. glad you arent leaving us.
318
Lua / Re: Updating WZGUILib« on: June 05, 2012, 11:59:57 am »
So I decided to make the examples, so here they are:
**Notice: I only provided examples for the controls that came with WZGUILIB 2.1, BUT these controls use the WZGUILIB 3.0 test version, which I included. Once in the test version, delete all of the code inside of the on.create event and paste this code: Code: [Select] Icon1 = image.new("\012\000\000\000\012\000\000\000\000\000\000\000\024\000\000\000\016\000\001\000\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\192\255\228\247\228\247\228\247\228\247\228\247\228\247\228\247\228\247\192\255\014\194\014\194\192\255\213\162\157\130\157\130\157\130\157\130\157\130\157\130\213\162\192\255\014\194\014\194\192\255\192\255\192\255\192\255\213\162\213\162\192\255\192\255\192\255\192\255\014\194\014\194\192\255\192\255\192\255\192\255\213\162\213\162\192\255\192\255\192\255\192\255\014\194\014\194\192\255\192\255\192\255\192\255\213\162\213\162\192\255\192\255\192\255\192\255\014\194\014\194\192\255\192\255\192\255\192\255\213\162\213\162\192\255\192\255\192\255\192\255\014\194\014\194\192\255\192\255\192\255\192\255\213\162\213\162\192\255\192\255\192\255\192\255\014\194\014\194\192\255\192\255\192\255\192\255\213\162\213\162\192\255\192\255\192\255\192\255\014\194\014\194\192\255\213\162\157\130\157\130\157\130\157\130\157\130\157\130\213\162\192\255\014\194\014\194\192\255\228\247\228\247\228\247\228\247\228\247\228\247\228\247\228\247\192\255\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194\014\194") Then underneath the "end" of the on.create event paste this code:Code: [Select] function btnClick() If this doesnt work, Tell me. The file I included is the one that I mentioned in the above post, I just cut all of the junk from the on.create event and the two unneeded functions from underneath the on.create event 319
Humour and Jokes / Re: Weird/funny pictures thread« on: June 05, 2012, 12:43:12 am »I once saw one from /b/ about someone who got convinced to destroy their computer in steps I loled alot 320
Humour and Jokes / Re: Weird/funny pictures thread« on: June 04, 2012, 11:44:57 pm »
I alwasy thought this one was kind of funny...
322
Lua / Re: Updating WZGUILib« on: June 04, 2012, 06:59:43 pm »
hmm maybe you were using a diffrent version...
any way i posted a dev version of wz in this post: I thought I would leak the dev version of 3.1, there isnt alot of new stuff, but trust me, there is more coming!! Also make sure you paste the examples that I post in the on.create event Download this lua file, and then tell me the controls you would like to have examples on. Also with the new release I will have a "Programming with WZGUILIB" document to explain the controls in depth and tell how to make your own. to answer your first question: I may add a "NO_FRAME" flag that would emulate having no forms which would require no moding, OR I could try to make a way for you to do that that would allow you to have the same functionality as a form, but it would not even use a form. either way I will work on it and pm you or post a solution, it shouldnt be that hard. Also I did make a drawable trackbar that accepts events but it just dosent do anything usefull yet. 323
Lua / Re: Updating WZGUILib« on: June 04, 2012, 02:07:54 pm »
So I had an Idea...
As of right now to create a control and add it to a window you have to do this: form1 = form(....) child1= control(..., form1) -- form 1 is the parent control I am thinking about change this to: form1 = form(....) child1 = control(...) form1.addChild(child1) where you can also do this: form1.addChild(control(.....)) 325
Lua / Re: Updating WZGUILib« on: June 01, 2012, 11:59:56 am »
well that is good to know, i will have make this 3.2 friendly and get all of the other things done that I want done
326
Lua / Re: Updating WZGUILib« on: June 01, 2012, 11:31:02 am »
I thought I would leak the dev version of 3.1, there isnt alot of new stuff, but trust me, there is more coming!!
dont worry about all of the stuff in the on.create method, in fact you could uncomment most of the stuff and it would all work also even though it says wzpack_3d, there isnt much 3d, i ended up doing most of my testing there 327
Miscellaneous / Re: I kind of had to post this« on: May 31, 2012, 09:49:54 pm »
lol, that is where i first heard about it, then i found this article and found out it is written in lua
328
Miscellaneous / Re: I kind of had to post this« on: May 31, 2012, 12:36:13 pm »
that is very true, it isnt realy a toy language, it is just eisier to learn than the other ones
329
Miscellaneous / I kind of had to post this« on: May 30, 2012, 10:14:16 pm »
i kind of had to post this because lua is one of my favorite languages
http://redtape.msnbc.msn.com/_news/2012/05/30/11962850-was-flame-virus-written-by-cyberwarriors-or-gamers?lite 330
Lua / Re: Updating WZGUILib« on: May 30, 2012, 12:08:11 am »
Since creation of tables for menu bars and tabs are hard and tedious, i decided to write a tool in java to make it simpler.
As of right now only part of it works (the tab creation part) because that is the time ive had. Once this tool is complete I will distribute it with all new versions of WZGUILIB. It works on Windows and it should work on Mac and Linux, but I dont know for sure since i dont have any of those operating systems. This will generate a tabData.lua file in the directory of the jar file. If you have questions just ask |
|