Thanks for the more detailed bug report, CalcGuy. Also, what's your build number, and does the editor seem to run slowly or at normal speed?
KermMartian wrote:
Thanks for the more detailed bug report, CalcGuy. Also, what's your build number, and does the editor seem to run slowly or at normal speed?
Both the build from the download link and the one you sent me...(1237)
editor is just fine
Thanks, I'll look into that when I get home.
In the meantime, det(12) now lets you generate Disp, Output, and Pause text with fancy colors, as documented on this wiki page (includes a colorful table!).
In the meantime, det(12) now lets you generate Disp, Output, and Pause text with fancy colors, as documented on this wiki page (includes a colorful table!).
KermMartian wrote:
In the meantime, det(12) now lets you generate Disp, Output, and Pause text with fancy colors, as documented on this wiki page (includes a colorful table!).
Wow that's really cool...
Is there transparency?
Hmm since that displays on the home screen, this could be handy for quick ports of the Illusiat games
DJ_O wrote:
Hmm since that displays on the home screen, this could be handy for quick ports of the Illusiat games
Fun fact: Any character with foreground color=background color makes an awesome filled block.
CalcGuy123 wrote:
BUG in Doors for Kerm's analog clock 2.0:
(1) Open Doors CSE
(2) Right-click on program and choose Edit
(3) Edit anything
(4) Quit editor
(5) Run program from Archive
(6) Program is at 1/2 of normal speed and the star at 7 o'clock doesn't show up.
This bug was new in RC1
RAM reset fixes it, but cycle restarts if editor is opened...
Not sure what's happening here...
I continue to fail to reproduce this at all. I tried turning on MathPrint mode and Classic mode, but no luck. I have ACLOCK archived the whole time. For fun, can you please tell me whether each of the Options options are enabled or disabled on your calculator? (1) Open Doors CSE
(2) Right-click on program and choose Edit
(3) Edit anything
(4) Quit editor
(5) Run program from Archive
(6) Program is at 1/2 of normal speed and the star at 7 o'clock doesn't show up.
This bug was new in RC1
RAM reset fixes it, but cycle restarts if editor is opened...
Not sure what's happening here...
CalcGuy123 wrote:
Rename it to CLOCK to start.
Nope, still runs perfectly for me. Please tell me the settings in your Options screen.
Confirmed Features/Fixes Left To Do:
- [+][-][*][/] scrolling on the desktop can cause the cursor to go into blank areas
- During FolderRestore process, put programs that belong in folders that no longer exist on the desktop to avoid them becoming effectively hidden.
- Update SDK
Unconfirmed Bug Reports:
- Editing, then running an archived TI-BASIC program causes it to run slowly and malfunction in rare circumstances
- Scrolling up from non-first pages sometimes causes error messages to appear
Might have been discussed already, but I cant seem to get det(12) (fore/back color) to work, or real(0,2,x) (15/6 MHz).
Build 1207 (RC1 public)
This one isnt really a bug, but a suggestion. When opening the "right click" menu (with GRAPH), the popup is immediate, but when you close it, the whole OS has to redraw and reload everything.
Why not make it so it takes a copy of the whole screen to the buffer, then overlays the right click menu on top of that. Only if something changes (using the menu), then redraw the OS, otherwise, clear the screen, and bring back the image from the buffer.
While Im on the subject, why not, when switching desktop pages, only redraw the desktop section and the scroll bar on the right? No reason to keep redrawing the bottom bar for that, and it makes it look more stable, and smoother.
Build 1207 (RC1 public)
This one isnt really a bug, but a suggestion. When opening the "right click" menu (with GRAPH), the popup is immediate, but when you close it, the whole OS has to redraw and reload everything.
Why not make it so it takes a copy of the whole screen to the buffer, then overlays the right click menu on top of that. Only if something changes (using the menu), then redraw the OS, otherwise, clear the screen, and bring back the image from the buffer.
While Im on the subject, why not, when switching desktop pages, only redraw the desktop section and the scroll bar on the right? No reason to keep redrawing the bottom bar for that, and it makes it look more stable, and smoother.
BlackOnyx wrote:
Might have been discussed already, but I cant seem to get det(12) (fore/back color) to work, or real(0,2,x) (15/6 MHz).
Build 1207 (RC1 public)
det(12) only exists as of build 1240, which means it will be in RC2. You're the second person to say real(0,2,x) doesn't work; I'll check it.
Build 1207 (RC1 public)
Edit: The code looks solid. 1 should set 15MHz mode (which is the BASIC default) and 0 should set 6MHz mode. I don't see any code that would be undoing this, either.
Quote:
This one isnt really a bug, but a suggestion. When opening the "right click" menu (with GRAPH), the popup is immediate, but when you close it, the whole OS has to redraw and reload everything.
Why not make it so it takes a copy of the whole screen to the buffer, then overlays the right click menu on top of that. Only if something changes (using the menu), then redraw the OS, otherwise, clear the screen, and bring back the image from the buffer.
Because 305*220*2 = 134,200 bytes, and the entire RAM chip on the calculator is only 128KB. After you figure in the RAM that's actually used, we only have about 2-4 completely unused pages, or 32KB-64KB that can be overwritten with buffers if truly necessary. To give you some perspective, the area saved by the InfoPop popup takes an entire 16KB page.
Why not make it so it takes a copy of the whole screen to the buffer, then overlays the right click menu on top of that. Only if something changes (using the menu), then redraw the OS, otherwise, clear the screen, and bring back the image from the buffer.
Quote:
While Im on the subject, why not, when switching desktop pages, only redraw the desktop section and the scroll bar on the right? No reason to keep redrawing the bottom bar for that, and it makes it look more stable, and smoother.
Because the amount of time saved would be tiny, especially considering the scrollbar needs to mostly be re-drawn anyway. I decided it just wasn't worth it.
On the speed option, Im assuming the CSE has a way of software-controlling the CPU speed? If so, is that a flag that can be overwritten, or is it hardware/firmware based only?
BlackOnyx wrote:
On the speed option, Im assuming the CSE has a way of software-controlling the CPU speed? If so, is that a flag that can be overwritten, or is it hardware/firmware based only?
The OS probably has a flag for it, but we control it via a port on the ASIC, namely port 0x20.
Im wondering if its being overwritten by something else in the OS itself. So if you DID set it, as soon as the OS changes its mind, our change gets overwritten regardless of its value.
Man, I tell you, live-debugging my Android ROM is WAY easier than this. lol Of course, its meant to be, but still.....lol
Man, I tell you, live-debugging my Android ROM is WAY easier than this. lol Of course, its meant to be, but still.....lol
No, not yet. Did I read it right when a guide said it could easily take over 30 minutes to dump the ROM image?
Seems there is a bug where if you create a folder (I named it ABC) and hide it, it turns it into a basic program with the name AFLDB. But if you hover over it, it claims the name is AFLDu. This is a confirmed bug that someone reported on omnimaga.
elfprince: No, I should probably hack in a hardware watchpoint on port $20.
Confirmed Features/Fixes Left To Do:
- [+][-][*][/] scrolling on the desktop can cause the cursor to go into blank areas
- Update SDK
Unconfirmed Bug Reports:
- Editing, then running an archived TI-BASIC program causes it to run slowly and malfunction in rare circumstances
- Scrolling up from non-first pages sometimes causes error messages to appear
Repaired
- During FolderRestore process, put programs that belong in folders that no longer exist on the desktop to avoid them becoming effectively hidden.
- Hiding folders causes folder to turn into a BASIC program
BlackOnyx wrote:
No, not yet. Did I read it right when a guide said it could easily take over 30 minutes to dump the ROM image?
If you use rom8x modernized, it should only take about five minutes.
tifreak8x wrote:
Seems there is a bug where if you create a folder (I named it ABC) and hide it, it turns it into a basic program with the name AFLDB. But if you hover over it, it claims the name is AFLDu. This is a confirmed bug that someone reported on omnimaga.
Replicated and repaired. Thanks for this one.
Confirmed Features/Fixes Left To Do:
- [+][-][*][/] scrolling on the desktop can cause the cursor to go into blank areas
- Update SDK
Unconfirmed Bug Reports:
- Editing, then running an archived TI-BASIC program causes it to run slowly and malfunction in rare circumstances
- Scrolling up from non-first pages sometimes causes error messages to appear
Repaired
- During FolderRestore process, put programs that belong in folders that no longer exist on the desktop to avoid them becoming effectively hidden.
- Hiding folders causes folder to turn into a BASIC program
KermMartian wrote:
Thanks, I'll look into that when I get home.
In the meantime, det(12) now lets you generate Disp, Output, and Pause text with fancy colors, as documented on this wiki page (includes a colorful table!).
That color table looks pretty familiar In the meantime, det(12) now lets you generate Disp, Output, and Pause text with fancy colors, as documented on this wiki page (includes a colorful table!).
merthsoft wrote:
KermMartian wrote:
Thanks, I'll look into that when I get home.
In the meantime, det(12) now lets you generate Disp, Output, and Pause text with fancy colors, as documented on this wiki page (includes a colorful table!).
That color table looks pretty familiar In the meantime, det(12) now lets you generate Disp, Output, and Pause text with fancy colors, as documented on this wiki page (includes a colorful table!).
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
» Go to Registration page
» Goto page Previous 1, 2, 3, 4, 5, 6 Next
» View previous topic :: View next topic
» View previous topic :: View next topic
Page 3 of 6
» All times are UTC - 5 Hours
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
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
Advertisement