Replies: 4 comments 5 replies
-
Delete word was not working because you had #Display instead of $Display. I
should make a diagnostic for that...
You could use the Notes machinery to populate that grid. See
https://github.com/UNC-Project-Open-AAC/OS-DPI/tree/main/Designs%20In%20Progress/Notes
Look at the Actions for save and delete.
[image: image.png]
And at the Notes grid in the layout.
[image: image.png]
I'll be pleased to meet with you if it'll help.
gb
…On Tue, Oct 15, 2024 at 5:39 PM Sofia B-G ***@***.***> wrote:
Here is a new iteration of the scalable keyboard design based on a
different keyboard. I have it mostly working, for some reason I cannot get
delete last work to work. @gbishop <https://github.com/gbishop> I am
wondering if you have ideas about how to automatically save recent messages
to that grid just below the display?
Grid3_10_15_24_v2.zip
<https://github.com/user-attachments/files/17385394/Grid3_10_15_24_v2.zip>
—
Reply to this email directly, view it on GitHub
<#257>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQK7AB5YLX2U2YKPIXG33Z3WDP5AVCNFSM6AAAAABQACITR2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGMZDGNBZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
A letter on my Notes demo got deleted. In the action for Clear the origin should be "controls" not "control". That said, the issue in your design is the $id state. If it has a value, then it overwrites the note with that #ID. If the $id is empty then it creates a new Note. By keeping the value of $id you can edit a Note. By clearing the value you can make a new one. So you need to add an update to one of your actions to clear the $id. |
Beta Was this translation helpful? Give feedback.
-
@lageist here is the most current version |
Beta Was this translation helpful? Give feedback.
-
https://unc-project-open-aac.github.io/OS-DPI/?fetch=https://github.com/user-attachments/files/18086076/Grid3_Patrick_12.10.24.zip
Seems to work for me. The pattern is
https://unc-project-open-aac.github.io/OS-DPI/?fetch=
followed by the URL of the design.
…On Wed, Dec 11, 2024 at 9:52 AM Lori Geist ***@***.***> wrote:
@gbishop <https://github.com/gbishop> can you please help (or remind me
how) to make the above simulation available as a direct link that opens in
the platform? Sharing with our development partner. Thanks.
—
Reply to this email directly, view it on GitHub
<#257 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQK7BFE4Q25FYITUSNBIL2FBGURAVCNFSM6AAAAABQACITR2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJTGQYTSMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
Here is a new iteration of the scalable keyboard design based on a different keyboard. I have it mostly working, for some reason I cannot get delete last work to work. @gbishop I am wondering if you have ideas about how to automatically save recent messages to that grid just below the display?
Grid3_10_15_24_v2.zip
Beta Was this translation helpful? Give feedback.
All reactions