Jump to content


ca1ek's Content

There have been 6 items by ca1ek (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#57527 ccDev - programming like a boss [ADV computers] [GUI]

Posted by ca1ek on 08 December 2012 - 05:19 AM in Programs

View PostTheVarmari, on 07 December 2012 - 07:52 AM, said:

View Postca1ek, on 07 December 2012 - 07:37 AM, said:

View PostJasonfran, on 07 December 2012 - 07:18 AM, said:

Don't work
It's working for me, press 1, then type in program name.
When I try to save and exit, I get errors.

That's normal, the program should save.



#57282 ccDev - programming like a boss [ADV computers] [GUI]

Posted by ca1ek on 07 December 2012 - 07:37 AM in Programs

View PostJasonfran, on 07 December 2012 - 07:18 AM, said:

Don't work
It's working for me, press 1, then type in program name.



#57264 ccDev - programming like a boss [ADV computers] [GUI]

Posted by ca1ek on 07 December 2012 - 06:30 AM in Programs

View PostJasonfran, on 06 December 2012 - 09:51 AM, said:

Dont work. Can't get past first screen. Clicking does noting...
In first screen you press a key on keyboard, just i forgot to edit menu(i just did copy&paste of prototype code).



#56926 ccDev - programming like a boss [ADV computers] [GUI]

Posted by ca1ek on 06 December 2012 - 03:03 AM in Programs

Bump! New Version!



#56707 ccDev - programming like a boss [ADV computers] [GUI]

Posted by ca1ek on 05 December 2012 - 09:02 AM in Programs

UPDATED TO 0.21

Hi, i made program to make programs! The ccDev!

Posted Image
It has a simple gui to make programs. You can make other programs with it.
When you have project opened, click anywhere, menu will show up
Posted Image
You can select:
  • Label - Shows the variable content
  • Button - Can toggle variable(1,0), more button types soon
  • Variable - Simply defines new variable or function
  • ButtonRaw, makes custom button
  • Save&Exit.


Tutorial for simple program wich toggles variable and shows it in label:
  • Define new variable, "var" for example,and set it's content to 1 or 0
  • Make new label showing variable "var"
  • Make new button, set variable to change to "var", and label to "Toggle"
  • Save and exit
Project in ccDev:

Posted Image

Output program:

Posted Image

KNOWN BUGS: none

CHANGELOG:

Added ButtonRaw, it executes custom code
Added Function(in menu Variable), makes new function on beginning.
Moved Save&Exit to "More" submenu.


Have fun with making own programs

WARNING: THAT'S JUST BETA VERSION, I HAVE MORE IDEAS TO ADD, BUT I DON'T HAVE TIME

Open Source ^_^, please change my program, add new functions, i'll add your code to update!

CODE 0.21: http://pastebin.com/tvEDG17F
CODE 0.2: http://pastebin.com/3QnhrRA3
CODE 0.11: http://pastebin.com/0gEWZGnZ



#46178 [1.46][Adv Computers]Midnight Commander[Mouse support]

Posted by ca1ek on 31 October 2012 - 02:51 PM in Programs

Hi, i made my program, there's not much to talk about, it's clone of Midnight Commander, it's not good as origin, but still nice.

Posted Image
Posted Image


Code: http://pastebin.com/p97EiKLS

Feedback pls
Report bugs pls