Questions tagged [dynamic-ui]

64 questions
1
vote
1 answer

Angular 4 Dynamic component loading & emitting data to parent component

I am on process of creating poc for dynamic form generation using custom components. i have succeeded upto some extent, where i can create form using set of dynamic components according to a json array. Now i am stuck in one instance where i just…
Dark99
  • 81
  • 3
  • 11
1
vote
4 answers

Change the color in dynamic textview for every click in android

I have created a textview dynamically in android. When i clicked the textview the color changes from white to orange, but what i want is when i clicked another textview, the other textview that has been changed to orange will change back to…
wizzone
  • 127
  • 1
  • 15
1
vote
1 answer

What is the Proper approach for Dynamic Web UI development : template based

I have a requirement that the user may choose different templates for his page say for example for user profile page, our web app should give multiple types of templates to show the profile, user might pick any one template. In future we may enhance…
Sadanand
  • 1,080
  • 3
  • 13
  • 30
1
vote
1 answer

Extracting values of input widgets after updating dynamic UI using renderUI()

I have successfully updated UI dynamically through renderUI(). I have a long list of inputs to choose from. The check boxes are used to dynamically add numeric inputs. So, to implement this, I used lapply. However, I have used values of selected…
1
vote
0 answers

WPF C# Read access table and modify UI dynamically

I am newbie in WPF. I am doing an application to tracking the subway position in line. So, my UI has a lot of rectangles that represents regions of train line. I have an access table that tell me dynamically me if each region is occupied or not (The…
1
vote
0 answers

Loading the saved state on start WPF application

What my application(test app) do: It is WPF application where UI is dynamically created. First it loads with a window, main window with only one button, Add. Then user can add a component, a Usercontrol. each time the add button is created a new…
Raveen Athapaththu
  • 190
  • 1
  • 1
  • 13
1
vote
0 answers

Shiny dynamic UI rendered from Markdown

I am trying to load and render in a Shiny app a series of math exercices written in markdown. Let's take 2 exercices for the sake of example. ex1.Rmd looks like this: A formula: $x^2=x\times{}x$. ... and ex2.Rmd like this: A different formula:…
Arthur
  • 1,208
  • 13
  • 25
1
vote
1 answer

WPF: Dynamic views based on button clicks

I am a newbie to WPF and while I have read lots of theory and articles, I am unable to put it all together in a working solution. Presently, I wish to implement dynamic multiple views in a window which could be selected by the user using buttons.…
bedunadain
  • 73
  • 1
  • 7
1
vote
1 answer

Render dynamic UI with HTML versioning in Angular JS

I have a challenging requirement. The requirement is as follows. We are designing a UI today with 10 UI elements. Users are creating few records. After a month, a new release comes and it has 12 UI elements on screen. When the user creates new…
RandomWanderer
  • 701
  • 2
  • 12
  • 23
1
vote
2 answers

Add views( buttons, labels, etc ) to a dynamic fragment without using any ressource xml

First of all I would like to say, that I want to say "Hello in here". Requirements: I should make it possible to create a client application which gets metadata about controls from a database. This application should be able to switch from one view…
icbytes
  • 1,831
  • 1
  • 17
  • 27
0
votes
4 answers

How to get value from dynamically generaged editfield in Blackberry

I need to generate ui component dynamically at runtime. I am able to generate the component, but my problem is how to get value entered in dynamically generated field? I am doing something like this. final HorizontalFieldManager hfm = new…
0
votes
2 answers

How to add newly created DOM element to an array?

I have a document with a dynamic UI--users can add rows to an existing data entry form as needed to provide more information. I'm using a simple array to track what items are on the screen so I can prompt for save, but I'm having trouble figuring…
reallyJim
  • 1,336
  • 2
  • 16
  • 32
0
votes
0 answers

How to render interactive components like edittext, drop-down in server driven ui and send user entered values back to server by tap on button

How to render interactive components like edittext, drop-down in server driven ui and send user entered values of that components back to server by clicking on button on jetpack compose and what will be the sample json for this case scenario? I am…
0
votes
0 answers

shinyDataFilter - create new table with details on data filtered at each step

I discovered the shinyDataFilter package and it is fantastic - does a lot of what I already want to do. I am trying to create a new table that shows the variable and values selected at each filter. The current table I have created (data_summary2 in…
JaJ
  • 25
  • 3
0
votes
1 answer

How to build dynamic UI in github actions similar to active choice parameters in Jenkins

I'm familiar with Active choice parameters plugin in Jenkins to build dynamic UI. Upon selection of one paramter the second paramter is dynamically populated. I'm new to github actions, but wanted to know if it is possible to achieve something like…
Ashar
  • 2,942
  • 10
  • 58
  • 122