Questions tagged [dynamic-ui]
64 questions
8
votes
3 answers
Dynamic UI with sliding menu and actionbarsherlock
Trying to achieve a dynamic UI with facebook like sliding menu and actionbarsherlock
.First i have look into android documentation which introduce fragment to handle dynamic button. But with no luck and a week time , i still can't get it to work…

Leon Armstrong
- 1,285
- 3
- 16
- 41
4
votes
2 answers
Getting wrong values from dynamically created check box
I am trying to read from a dynamically created checkbox on button click. The problem is that once the checkbox is checked, further uncheck operation are not read properly on submit click.
EDIT: The checkbox is initially created on the selection of a…

softwarematter
- 28,015
- 64
- 169
- 263
4
votes
2 answers
WPF element that dynamically creates (encapsulated) children at runtime
I want to create a WPF element that, at runtime, is in full control of its child elements -- adding and removing child UI when its properties change. Something a bit like what ItemsControl does when you modify its ItemsSource property, though in my…

Joe White
- 94,807
- 60
- 220
- 330
4
votes
2 answers
How to make the value of one select box drive the options of a second select box
I want to make an HTML form with 2 select boxes. The selected option in the first select box should drive the options in the second select box. I would like to solve this dynamically on the client (using javascript or jQuery) rather than having to…

Ben McCormack
- 32,086
- 48
- 148
- 223
3
votes
3 answers
Dynamically add UI content in android
I have an android app which asks a question followed by x number of options.
Each option contains a textview, ImageView and a radio button.
The value of x (i.e. the number of options) is not constant. I want to dynamically add UI content to satisfy…

mujeeb
- 799
- 5
- 18
- 29
3
votes
3 answers
R Shiny - How to update a SINGLE input with Multiple input methods
I want to use TWO methods to update a SINGLE input.
Let say I want to use NumericInput and SliderInput.
When I update my NumericInput to 5, the SliderInput should update to 5.
Whatever I said above, I've seen many examples.
But how do I do it the…

SaferSky
- 37
- 4
3
votes
1 answer
Relative positioning of custom controls with OpenLayers 3
A map that I am building with OpenLayers 3 has some buttons, which may or may not be available depending on some other things. So I want to keep the unavailable buttons hidden, and others will use their space. The available options can change, so…

Jose Gómez
- 3,110
- 2
- 32
- 54
2
votes
1 answer
Need help in an algorithm for Shiny dynamic UI with multiple interactions
My Shiny Algorithm (app.R code at the bottom):
Asks user to upload a file
Gives dropdown field with options "None","Country","State","City"
When "None" is selected, only textoutput should appear
When "Country" is selected, only country filter…

Naresh Ambati
- 481
- 1
- 4
- 12
2
votes
2 answers
WPF ContentControl: Iterating over child control
I have a WPF Window, where I put a ContentControl, Later in my code I use a string to be read as Xaml using XamlReader.Load function and put that in ContentControl. This is done to make a Dyanmic UI. Now all is done, but I want to capture the Input…

Sumit Gupta
- 2,152
- 4
- 29
- 46
2
votes
1 answer
Android Ui thread in loop
PROBLEM
I have nearly 20 TextView and I need to have do something to make their background color change dynamically.
For example: all TextView have same default background color then after 5 sec first one's will turn red where others still same…

Afbyk
- 101
- 2
- 7
1
vote
2 answers
Streamlit dynamic UI to generate dynamic input widgets depending on value from a different input widget
I want to open this post as I can't find anything on the official documentation from streamlit or any resources that mentioned how to do this. After some trial and error I have figured out a way, and will post the answer below. This is a function…

Subaru Spirit
- 394
- 3
- 19
1
vote
1 answer
How do I observe module output inside renderUI R Shiny
I have taken the example from Communication between modules and changed the second input module into a rendered one. So basically, once you click "Show" button, it renders the module UI and server. The module outputs selection items from 2…

Nikoa
- 11
- 2
1
vote
1 answer
Dynamically set the div positions on window load
I am trying to set the positions of the div tags I have in my web site. When the web page is loaded I have written a method to fetch the the existing div tags from my database. The reason why I do this is because the position of the div tags needs…

George Silva
- 385
- 5
- 13
1
vote
1 answer
iOS - Convert JSON to model and based on the model type, display tableviewCell / Reusable UIView component and read the values from their subviews
I have one requirement in which server will provide us list of screens, and each screen will have certain set of questions.
These question may vary in their question types. i.e.
Some may require TextField as to submit the answer (with validations…

iLoveIOS
- 33
- 7
1
vote
2 answers
Can I use ormlite to dynamically generate the DAO layer on Android?
I'm trying to solve this problem. I was wondering if it's possible to use ORMLite (or modify it) to support this use case ?
Thanks.

Soumya Simanta
- 11,523
- 24
- 106
- 161