Page 1 of 1
New instructions format
Posted: 08 Aug 2015, 01:43
by Krell
Do we have any sort of syntax or basic rules we can look at until the new system is up so we can make pseudo cards? I know there's no way to start making cards this early into the program, but it would be nice if I had something to work with so I could copy/paste new cards into existence when they are ready.
I'm thinking about setting up instructions, logo, picture, etc. all into a folder for each new card so I can pump them out once CTI2 is ready. However without syntax it's going to slow things down.
Re: New instructions format
Posted: 08 Aug 2015, 02:53
by 0131
All i could give you is the code / interface of the "CTI-Card" Class, each card inherits form this class it also implements the most important and most used features...
But this class is always under construction so it would not be very reliable.
You can find some codesamples
here but they are also outdated...
Re: New instructions format
Posted: 08 Aug 2015, 02:56
by Krell
I figured as much. No worries, I will just pseudo code my cards together until we have something more concrete.
Re: New instructions format
Posted: 08 Aug 2015, 03:11
by 0131
My goal is to implement a basic editor to create CTI 2 cards without java knowlege, but this is one of the last things to do...
I will port any desired card idea into CTI 2 at the beginning if it is possible : )
But anyway there will be a way to make cards by yourself in java, .. when its done.
Re: New instructions format
Posted: 08 Aug 2015, 21:18
by Krell
My advice, if you try to implement a user friendly interface for making cards that doesn't require programming knowledge, use the Tinkertoy method. Basically like the MIT app inventor did.