Using DIMGROB in program fails while Spreadsheet APP is active - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Using DIMGROB in program fails while Spreadsheet APP is active (/thread-367.html) |
Using DIMGROB in program fails while Spreadsheet APP is active - Marek Russ - 01-08-2014 03:57 PM Hello, I try to write program to draw some custom chart from data within Spreadsheet. When I use DIMGROB_P(G2, .... The PRIME dont recognize G2 as graphics variable, but as value of cell g2 :-( Program ends with "Error: Invalid input" The simple reproduction of this bug (on emulator too): 1.activate Spreadsheet APP 2.in HOME type G2 [Enter] return is 0 //or any other value stored in g2 cell 2.activate Statistics 1Var APP 2.in HOME type G2 [Enter] return is G2 Please is some workaround there for this, until it will be fixed in new firmware? Thanks! RE: Using DIMGROB in program fails while Spreadsheet APP is active - Tim Wessman - 01-08-2014 04:00 PM You'd have to compile the program (edit and then exit the program editor) with another application active. Then it should work fine. |