Questions tagged [dynamic-view]
45 questions
1
vote
2 answers
VS2017 Debug C++ Project in ClearCase Dynamic View
When I open a VS solution hosted on a mapped ClearCase dynamic view, then try to debug one of the C++ projects within it, I am getting the following error:
Unable to start program 'Y:\[path]\[program].exe'
Operation not supported. Unknown error:…

Jeff G
- 4,470
- 2
- 41
- 76
1
vote
0 answers
Autocad - Get all entities that have "Length" property - C# / dynamic / reflection
(Even if you don't know about Autocad, you can help if you know about dynamic C# objects)
I'm trying to create an Autocad command, using .NET (C#), that allows the user to select entities, and from those entities, sum their lengths.
The…

Daniel Möller
- 84,878
- 18
- 192
- 214
1
vote
0 answers
How can i place dynamic image view over texture view?
This is my camera preview layout and i have a dynamic image view to show the thumbnail.I am not able to place the image view overlaping the texture view.How to do this??

Andro
- 63
- 16
1
vote
2 answers
Extra directory entries in clearcase dynamic view on linux
Why do I see all of the root file system directories in the root of my dynamic view? For example, when I ls at /view/myview I see bin, boot, dev, etc, home, lib and everything else that usually resides in /.
I can ignore those entries and change…

Daniel Knueven
- 222
- 1
- 11
1
vote
2 answers
how to use custom layout in existing layout using dynamic linearlayout
Hello i am developing one app where i want to inflate layout in my Card view fro existing layout.And i want to show list of text view dynamically according to my string array.
Here is my existing layout
and i want to inflate following layout in last…

unknown apk
- 147
- 1
- 10
1
vote
1 answer
can i use jdeveloper with clearcase dynamic views?
Jdeveloper (Oracle's Java IDE) has a clearcase plugin built by oracle too.
I have worked with it with clearcase snapshots everything works find.
My question is, how to use it with a dynamic view (I am on linux) ?
How do i "set view" with dynamic ?

thedrs
- 1,412
- 12
- 29
1
vote
1 answer
How to create a View template for MVC?
I have been given the task of creating a template for Views in MVC. Basically, instead of many Views (CRUD) for each entity, we would only have one that accepts generic model and displays it in Edit/Display mode.
I have so far played around with…

LeonidasFett
- 3,052
- 4
- 46
- 76
0
votes
0 answers
How to implement dynamic view(Oracle) logic at runtime in spring boot application
For performance improvement going with the approach of creating multiple views in oracle(for example 5 views with same column). How to fetch these view data dynamically in spring boot application or How to implement the logic in spring boot to fetch…

user22299385
- 1
- 2
0
votes
0 answers
Dynamic changing layout in UserControl in ObservableCollection with ComboBox WPF
I have made an UserControl (let's call it Section) where user can change its layout based on value in combobox. In MainView I have ObservableCollection of those UserControls and also implemented command for moving them across this collection.…

Świętopeł Ziemowit
- 85
- 2
- 8
0
votes
0 answers
Android library to dynamically generate views from a given user file
I am trying to find a tool to automatically generate a set of view elements in the fragment.
The idea is to have a user input template file (xml or json), where the user can define the simple fields that he wants to see displayed in the fragment…

BugShotGG
- 5,008
- 8
- 47
- 63
0
votes
1 answer
How to callback a view created with an ID in Kotlin
My current scripts are
fun addRow(text: String, rowNum: Int){
val textViewNm: TextView = TextView(this.context)
textViewNm.text = text
textViewNm.gravity = Gravity.CENTER
textViewNm.id = rowNum
textBox.addView(textViewNm)
}
I'd…

lacuna
- 3
- 2
0
votes
0 answers
Dynamically add text views from a list to a constraint layout
running into a bit of a problem. Basically I have a Map(k:string, v:string) and I am trying to add their key-value pairs to text views in a constraint layout, dynamically. The map size can vary so this is why I need to add them dynamically. The…

Chazilian
- 73
- 6
0
votes
1 answer
Angular 8, Ionic 4 - Problem with multiple routes to same component
The structure of the application is having a single view (DynamicViewComponent) that will hold different contentBlocks on different routes.
So the problem I'm having trouble with is that when navigating from one route to another, previous instance…

Novica
- 1
0
votes
1 answer
Adding views inside an existing LinearLayout in a specific place according to map size
I have the following part of an XML file -

Alon Shlider
- 1,187
- 1
- 16
- 46
0
votes
0 answers
How to set an xml view to dynamically added android widgets?
I have created custom buttons and edittexts, I require them in many activities . I want them all to look the same having a particular design .
Normally we set layouts to these widgets by findViewById() but in this case i am adding those edittexts…

Hissaan Ali
- 2,229
- 4
- 25
- 51