Replies: 3 comments 1 reply
-
We should meet online. I'm not confident I know what you want.
…On Wed, Dec 6, 2023 at 1:11 PM Sofia B-G ***@***.***> wrote:
I have gotten this working when I made the different dwell times
previously, but on this current layout I cannot seem to have two different
feedback cues working.
magnify_feedback.zip
<https://github.com/UNC-Project-Open-AAC/OS-DPI/files/13589850/magnify_feedback.zip>
My goal is that on the "prompt" pages a cursor does appear (in this case
the red feedback dot) but on the search pages the magnify feature words. I
want this because especially with magnify I do not want the prompt window
magnified as they read the sentence. In an ideal world on the "prompt" page
there would just be a normal cursor, but was trying first with the feedback
cues that I have.
In my spreadsheet I made state variables for pointer and magnify, but that
does not seem to be working, instead somehow I seem to either have one
working globally or both simultaneously. This was the same strategy that I
used for the different dwell times so not sure why it is not working now.
For reference these are what I am calling "prompt" pages:
Screenshot.2023-12-06.at.12.07.33.PM.png (view on web)
<https://github.com/UNC-Project-Open-AAC/OS-DPI/assets/92817124/5c859b24-20f8-4280-b0e5-5cbbdb2ef177>
And these search pages:
Screenshot.2023-12-06.at.12.07.23.PM.png (view on web)
<https://github.com/UNC-Project-Open-AAC/OS-DPI/assets/92817124/685fc207-b84b-4462-a552-6c69cbbc46f9>
I have also tried using $tabControl = (fill in with tab name) but that
doesn't seem to be working for me either.
I have also seem to have messed up the timing somehow of the dwell??
—
Reply to this email directly, view it on GitHub
<#231>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQK7GMUZFAZ3DZLBLB2MLYICYL3AVCNFSM6AAAAABAJZPCAGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHEZTCNZXG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I wonder if this video helps, on the page with just the sentence and "go" I just want the normal cursor. On the next page with all the symbols I want it to zoom. I almost have it working, but only if the page with go is set to click. Otherwise when I have it with dwell then the zoom function breaks down on the next page. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Having two methods active using the same signals is likely to cause
problems. It uses the first-one-wins rule among handlers in the same method
but can't across multiple methods.
I suggest controlling the pointer appearance using Customize. You can
condition the cursor css using (say) the name of the panel or anything else
that makes that "page" unique.
Oh it looks like you're doing that.
…On Mon, Dec 11, 2023 at 3:18 PM Sofia B-G ***@***.***> wrote:
I wonder if this video helps, on the page with just the sentence and "go"
I just want the normal cursor. On the next page with all the symbols I want
it to zoom. I almost have it working, but only if the page with go is set
to click. Otherwise when I have it with dwell then the zoom function breaks
down on the next page.
example switch magnify mouse.mp4.zip
<https://github.com/UNC-Project-Open-AAC/OS-DPI/files/13640587/example.switch.magnify.mouse.mp4.zip>
magnify_feedback_12_11_23-3.zip
<https://github.com/UNC-Project-Open-AAC/OS-DPI/files/13640593/magnify_feedback_12_11_23-3.zip>
—
Reply to this email directly, view it on GitHub
<#231 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQK7HNALAP7KVLV4BFTK3YI5TCJAVCNFSM6AAAAABAJZPCAGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQMRUGAYDC>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have gotten this working when I made the different dwell times previously, but on this current layout I cannot seem to have two different feedback cues working.
magnify_feedback.zip
My goal is that on the "prompt" pages a cursor does appear (in this case the red feedback dot) but on the search pages the magnify feature words. I want this because especially with magnify I do not want the prompt window magnified as they read the sentence. In an ideal world on the "prompt" page there would just be a normal cursor, but was trying first with the feedback cues that I have.
In my spreadsheet I made state variables for pointer and magnify, but that does not seem to be working, instead somehow I seem to either have one working globally or both simultaneously. This was the same strategy that I used for the different dwell times so not sure why it is not working now.
For reference these are what I am calling "prompt" pages:
And these search pages:
I have also tried using $tabControl = (fill in with tab name) but that doesn't seem to be working for me either.
I have also seem to have messed up the timing somehow of the dwell??
Beta Was this translation helpful? Give feedback.
All reactions