user-interaction Questions

3

Could any one help me out with this situation. I have implemented OnUserInteraction() method for Android Activity it is working fine for me. But I want it for Fragments too.How can i able call On...
Trefoil asked 28/11, 2016 at 10:37

10

Let's say I have a SwiftUI view hierarchy that looks like this: ZStack() { ScrollView { ... } Text("Hello.") } The Text view blocks touch events from reaching the underlying ScrollView. Wit...
Phelia asked 11/9, 2019 at 20:29

2

Solved

How would One allow users to "Pause the current Pipeline and return to the command prompt" and later resume in a powershell script? I stumbled upon this line in a blog post about User Int...
Anabranch asked 31/1, 2023 at 14:7

4

Solved

I would like to handled SelectionChanged event in WPF DataGrid element for user interaction/selection only and skip if it's due to binding or other set values. Any idea how I will determine if the ...
Porett asked 13/1, 2013 at 6:38

12

Solved

I have a view with multiple subviews. When a user taps a subview, the subview expands in size to cover most of the screen, but some of the other subviews are still visible underneath. I want my ap...
Kesley asked 23/3, 2011 at 11:56

11

Solved

I have a view which contains two views. One of those views contains two buttons and some text labels. The other one, with alpha set to 0.25, has an UIActivityIndicatorView to tell the user that the...
Stalactite asked 5/4, 2011 at 11:58

13

Solved

My Question: How do I detect when a user moves their finger up/down vs left/right (and how do I know which direction of those groups their finger moved)? My Situation: I want to change the brightn...
Electrometallurgy asked 26/10, 2012 at 22:54

4

Solved

Originally I create this shiny interface that takes in a parameter "company id" and "date", but here we have a problem: most people dont know the companies we work with by their id, only their name...
Cultrate asked 23/4, 2013 at 15:26

6

Solved

How can a Windows console application written in C# determine whether it is invoked in a non-interactive environment (e.g. from a service or as a scheduled task) or from an environment capable of u...
Mcpherson asked 27/7, 2009 at 14:57

5

I am building some telegram bot on python (using this framework pyTelegramBotAPI). And I ran into the problem with user input. I need save user input(it can be any text) after certain bot's message...
Thallium asked 18/5, 2017 at 17:16

2

I have a web application and when the user is logged in, I would like to display a popup after some time if the user doesn't do anything to warn him that he will be logged out soon. So I used inte...
Unkind asked 30/9, 2014 at 13:29

1

Solved

I need a little help there. I want to disconnect the user from the app when he has been inactive for 5 minutes. So I used this solution : Detect when user is not interacting the app in Flutter It...
Gaga asked 27/11, 2019 at 10:1

3

Solved

I'm creating a custom UI-Element and want to trigger a custom UIControlEvent. I already found out, that there is a range ApplicationReserved. Sadly this doesn't work, because it "does not conform ...

2

I know that this question has been answered multiple times, but I have not found any of them satisfactory and certainly not elegant. The issue is that OnItemSelected gets fired not only when the u...
Avelinaaveline asked 28/11, 2014 at 18:6

6

Solved

I want to create a rectangular shape that will be resized with the touches of the user. Below image is a good example of what i want to do: Is there any example like that? What do I need to stud...
Beauty asked 23/1, 2012 at 15:29

15

Solved

I need to disable user interaction on front view when rear view is revealed. Found some others asking the same thing but can't really understand where or how to implement the code that I've seen. ...

4

Solved

I would like to detect when was the last time the user interacted with the screen. I'm not interested in doing any malware/spyware stuff, just need to calculate how much time has elapsed since the ...
Leatherback asked 21/1, 2014 at 19:28

2

I have seen a few threads that touch on GUI programming in OCaml but I don't feel they clearly lead to a clear-cut solution when a GUI interface is needed. My question, to be more specific, is as ...
Pallor asked 27/3, 2013 at 3:42

1

Solved

I am trying to implement an interaction-animation in android where the user can change the size of object and rotate it with interaction. This is not exactly what I am trying to implement, but ...
Postmistress asked 6/1, 2017 at 5:9

5

Solved

I'm very excited about the new user interaction possibilities introduced by the Apple Watch, among them, Force Touch and Digital Crown. However, I couldn't find mentions of them in the WatchKit A...
Durwyn asked 22/11, 2014 at 13:24

6

Solved

I am new to iPhone development,I need help in understanding the below,as I am able to create newView using the following UIView *newView=[[UIView alloc]initWithFrame:CGRectMake(0, 0, 80, 30)]; n...
Dior asked 1/11, 2013 at 9:10

8

Solved

in my app I have some animations. for example I have a button in my main menu and when you click it animation begins (like moving some place etc.) and at the end of the animation it is navigated to...
Dani asked 6/9, 2012 at 15:5

2

in my app I got a thrad that checks every 60s data from a webservice (defined in onCreate()): new Thread(new Runnable() { @Override public void run() { while (true) { try { Thread.sleep(PER...

2

Solved

I know that for traditional UIViews, I can set "enable user interaction" flag to NO, and the view will no longer respond to touches, letting the views below them receive touches. Is there some way...
Zelda asked 9/12, 2013 at 22:11

1

How can I display a message box in R ? I'm looking for something similar to msgbox in VBA, so I can for example alert the user about a problem. Additionally I would like to allow some user ...
Prostatectomy asked 5/11, 2013 at 17:7

© 2022 - 2024 — McMap. All rights reserved.