CEMETECH
Leading The Way To The Future
Login [Register]
Username:
Password:
Autologin:

Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 144 users online: 7 members, 97 guests and 40 bots.
Members: gbl08ma, jclaessens, joao_fragoso16, linuxgeek96, stefan bauwens, tr1p1ea.
Bots: VoilaBot (4), Spinn3r (2), Magpie Crawler (2), VoilaBot (10), Googlebot (21), MSN/Bing (1).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
    » Goto page Previous  1, 2, 3 ... , 40, 41, 42  Next
» View previous topic :: View next topic  
Author Message
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 13 Feb 2011 03:44:05 pm    Post subject:

souvik1997 wrote:
You could do:

Code:

If L1(X)
Then
C+1->C
sum(7,4,...)
End

Then, when you want to pop stuff off the stack, do sum(8,C).


That is where the issue lies, it tends to try and pop stuff off of the bottom instead of the top with a routine like that.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
souvik1997


Guru-in-Training


Joined: 19 Apr 2010
Posts: 2870

Posted: 13 Feb 2011 03:46:21 pm    Post subject:

If something gets popped of the bottom, just push it back on. Wink
_________________
CALCnet Tournament-38%


deviantArt
Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 13 Feb 2011 03:52:07 pm    Post subject:

souvik1997 wrote:
If something gets popped of the bottom, just push it back on. Wink


Well if I wanted to waste that much space then I would, when I have 7 magic's available for use, and I have to pop 12 elements, I might as well have it redo the entire routine for the entire battle every time I change something.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 13 Feb 2011 06:44:11 pm    Post subject:

You can't pop from the bottom of the stack; it simply doesn't work that way. Please post the code that appears to be doing this.
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 15 Feb 2011 05:11:41 pm    Post subject:

Well I got it working, I can't get it to replicate my issue, I think I glitched something with the old code, but I started from scratch and I am slowly making progress. Very Happy
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 16 Feb 2011 02:54:44 am    Post subject:

Sonlen wrote:
Well I got it working, I can't get it to replicate my issue, I think I glitched something with the old code, but I started from scratch and I am slowly making progress. Very Happy
Glad to hear it. I certainly would like to be able to take a look at potential problems, though, even if they're probably the fault of user (ie, your) code instead of mine, so try to hang onto that next time if possible.
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 16 Feb 2011 01:10:45 pm    Post subject:

KermMartian wrote:
Sonlen wrote:
Well I got it working, I can't get it to replicate my issue, I think I glitched something with the old code, but I started from scratch and I am slowly making progress. Very Happy
Glad to hear it. I certainly would like to be able to take a look at potential problems, though, even if they're probably the fault of user (ie, your) code instead of mine, so try to hang onto that next time if possible.


I wanted to so I could show it and see if I did something wrong or I caused some random bug that doesn't make sense, but I lost it in a ram clear that was caused as it was running.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 16 Feb 2011 01:32:11 pm    Post subject:

Ah, that's unfortunate. Sad Anyway, keep us posted on your progress, and I hope everything goes reasonably smoothly from here on out.
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 17 Feb 2011 08:22:41 am    Post subject:

KermMartian wrote:
Ah, that's unfortunate. Sad Anyway, keep us posted on your progress, and I hope everything goes reasonably smoothly from here on out.


I will, and before long I will be posting a code with some help I will need, but so far so good.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 17 Feb 2011 06:10:12 pm    Post subject:

Sonlen wrote:
KermMartian wrote:
Ah, that's unfortunate. Sad Anyway, keep us posted on your progress, and I hope everything goes reasonably smoothly from here on out.


I will, and before long I will be posting a code with some help I will need, but so far so good.
Very good. Is that something specific that you know you'll need help with, or are you just guessing that that will be the case?
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 17 Feb 2011 07:24:33 pm    Post subject:

KermMartian wrote:
Sonlen wrote:
KermMartian wrote:
Ah, that's unfortunate. Sad Anyway, keep us posted on your progress, and I hope everything goes reasonably smoothly from here on out.


I will, and before long I will be posting a code with some help I will need, but so far so good.
Very good. Is that something specific that you know you'll need help with, or are you just guessing that that will be the case?



I know it will be an issue, but I am waiting until I am actually ready to work on it before I start asking for help on it.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 17 Feb 2011 08:31:32 pm    Post subject:

Good, and I hope that you'll try some attempted approaches yourself so you have a what-doesn't-work to present to us.
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 17 Feb 2011 08:38:55 pm    Post subject:

KermMartian wrote:
Good, and I hope that you'll try some attempted approaches yourself so you have a what-doesn't-work to present to us.


You helped me with this before, it was the skip-to-next-spell-if-the-next-one-doesn't-exist issue I had, so that you can't choose a spell you don't know but can access.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 17 Feb 2011 10:44:56 pm    Post subject:

Sonlen wrote:
KermMartian wrote:
Good, and I hope that you'll try some attempted approaches yourself so you have a what-doesn't-work to present to us.


You helped me with this before, it was the skip-to-next-spell-if-the-next-one-doesn't-exist issue I had, so that you can't choose a spell you don't know but can access.
Ah, ok. Perhaps you can look up my answer from last time? Smile
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 17 Feb 2011 10:46:24 pm    Post subject:

KermMartian wrote:
Sonlen wrote:
KermMartian wrote:
Good, and I hope that you'll try some attempted approaches yourself so you have a what-doesn't-work to present to us.


You helped me with this before, it was the skip-to-next-spell-if-the-next-one-doesn't-exist issue I had, so that you can't choose a spell you don't know but can access.
Ah, ok. Perhaps you can look up my answer from last time? Smile


I was planning on it, but I don't know how well it will work, as it will run slightly different, but I am sure I can tweak it a tad.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 27 Mar 2011 12:23:24 pm    Post subject:

I am currently putting this project on hold for a period of time (not sure how long) as I will have to literally go and re-program all but 1 of the existing programs as I managed to have them all conflict and it isn't worth fixing them for the time being. But do not worry as I will pick this back up at some point; that is a promise.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 27 Mar 2011 12:40:34 pm    Post subject:

I will hold you to that promise! Best of luck.
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 27 Mar 2011 12:42:09 pm    Post subject:

KermMartian wrote:
I will hold you to that promise! Best of luck.


Thank you, and I will eventually get to it. I think what I really need is a new RPG of my own making, 100% fully so I can have something I can call my own. :p
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 27 Mar 2011 12:46:07 pm    Post subject:

That sounds good. It also seems like the biggest thing that took you extra time was understanding and using all the xLIB and DCS graphics libraries, is that correct? Maybe something with simpler graphics would be faster for you to finish and therefore more rewarding and less frustrating?
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 27 Mar 2011 12:47:25 pm    Post subject:

KermMartian wrote:
That sounds good. It also seems like the biggest thing that took you extra time was understanding and using all the xLIB and DCS graphics libraries, is that correct? Maybe something with simpler graphics would be faster for you to finish and therefore more rewarding and less frustrating?


What I need is a full program that uses each of the DCS GUI functions so I can figure out what I was doing wrong (plus extra reference :p).
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3 ... , 40, 41, 42  Next
» View previous topic :: View next topic  
Page 41 of 42 » All times are GMT - 5 Hours

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.059403 seconds.