Post Reply 
Engineering Equation Library & Analysis
09-10-2018, 12:36 PM
Post: #8
RE: Engineering Equation Library & Analysis
(09-06-2018 10:25 PM)BERNARD MICHAUD Wrote:  The reason you got a blank screen is due to an empty Print statement.PRINT(" ");

<snip>

I am also looking into converting the program into an APP in time.

BM

Ahh, I suspected that those empty Print statements might have been placeholders for something that was yet to be added. I just removed them on my calc for now, but I'll keep an eye out for your updates. :-)

As to converting to an APP, I'm not sure what's required to correctly do that, but my simple attempt at a launcher was to make a copy of the Solve App, rename it to 'EE Library', and put this code in its program tab:

Code:

#pragma mode( separator(.,;) integer(h32) )
ENGLIB();
VIEW "EE Library",START()
BEGIN
    ENGLIB();
END;

I also changed the newly created app stub's icon to an EE-related one that I found at random on the web. Now I have a nice little 'App' to open your EELibrary from.

   

Thanks again Bernard!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Engineering Equation Library & Analysis - ekeppel - 09-10-2018 12:36 PM



User(s) browsing this thread: 1 Guest(s)