Questions tagged [programmatically-created]

Any object in an application created using a computer program rather than created manually using something in the userspace.

General Definition

Any object in an application created using a computer program rather than created manually using something in the userspace.

GUI Elements

In general, elements are declared in inside their accompanying tags in / files or in any other derivatives ( , , , , , and many others).

Programmatically created are those elements that are coded in contexts that need to be compiled to take effect at . They could be created at by a click of a as an example, where they would be coded inside a click listener for that .

438 questions
1
vote
2 answers

ios/iphone sdk form management best practices

I'm working on an iPhone app that will have involve a lot of forms. Currently I have a ViewController class for each settings page which has an UITableView loaded with possible settings. When someone clicks on a setting they are taken taken to a new…
MB.
  • 4,167
  • 8
  • 52
  • 79
1
vote
1 answer

Angular 8 adding component dynamically "viewContainerRef of undefined" error

I'm learning Angular and attempting to add a component to my HTML programmatically. However, I get the following error: ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'viewContainerRef' of undefined The following are the key…
sisko
  • 9,604
  • 20
  • 67
  • 139
1
vote
1 answer

Programmatically added TextInputLayout not showing the Outline Box

Adding TextInputLayout with TextInputEditText Programmatically not showing the Outline Box I want to display some editable fields in a fragment. If I use the below xml then my fragment displayed TextInputLayout with a box outline as…
1
vote
1 answer

Google Forms - Add custom button "more info" in items using Google Apps Script

I am trying to add a custom button in a "Google Forms" form. I have widely looked in AddOns and Google Apps Script documentation but with no luck. I would like to have a button (let's say the "i" of information) to click in case of need of more…
1
vote
1 answer

programmatically create VC, Use integers from UItext field in formula and perform a calculation when UIButton is tapped

all, this code does not throw errors now but the screen is blank. I am trying to create a simple calculator. user will input numbers into 3 separate UIText fields, push a button and a UILabel would give answer. I know i do not have labels yet. …
1
vote
1 answer

How to get specific line and value in line seperate with coma from text file

I want get value 1 in all line for get path string, and programmatically add cover to flowlayoutpanel. in Resource/Game List.ini (from drag n drop) Apex Legends,Resource/Cover/Apex Legends.jpg,Resource/Game Info/Apex Legends.txt …
1
vote
0 answers

using TabBarController in MVVM-C, coordinator for Tab Bar

I am using MVVM with coordinator pattern for navigation. Navigation is made with pushViewController. Tab Bar Controller is created in TabBarCoordinator class. class TabBarCoordinator: NSObject, BaseCoordinator { var…
1
vote
1 answer

Programmatically insert multiple Chars into Bing search engine and perform search for each

I’ve made a simple Java program that loops through 100 elements of type char. With each iteration it prints out the char to the console using System.out.println. It does this for all 100 chars so at the end the output is 100 chars to the console. I…
1
vote
2 answers

QnA Maker - Unable to update Knowledge base programmatically

I am using QnA Maker v4.0 and I am trying to update my knowledge base programmatically using C# and following the documentation provided…
1
vote
1 answer

How to programmatically receive input from UIButton in Swift 4?

I'm new to Swift. I managed to build an app which almost works, but I cannot get the last steps right. I would appreciate any help! I wrote a code which displays a user-defined number of UILabels. In those labels, the contents of a [String] is…
Emile
  • 41
  • 1
  • 9
1
vote
2 answers

Python Kivy How to inject widgets made with Python to layout in kv file

I have written a python kivy application for displaying measurements. While searching stuff on kivy I stumbled on the the kivy-md (Material Design for kivy) project. I find the UI very good looking. That is why I want to inject my app into a screen…
1
vote
1 answer

Could we delete a label that have been added programmatically on swift?

I am currently experiencing difficulties in the development of my app. To make it simple, it is an application that allows you to do mental calculation. My problem is with the display of the calculations that have been proposed, the results provided…
Henri Piot
  • 31
  • 5
1
vote
1 answer

Programmatically construct a dynamic dropdown field in Contact Form 7

I looked around here and by search engine, but unfortunately I couldn't find a solution for myself. So, I now ask assistance with a function that I need to customize for the Contact Form 7 WordPress plugin. The function was from another question. In…
1
vote
1 answer

iPhone X Tab Bar and Nav Bar Issue

I have this complete app build programmatically right from beginning. The project was started on an old Xcode may be Xcode 6. I am currently building on Xcode 6. My Project has Objective-C and Swift files communicating with each other. The problem I…
Swati
  • 1,417
  • 1
  • 15
  • 35
1
vote
2 answers

Programmatically placing collectionView in view

I want to place a collectionView programmatically between a navigationBar, a label and the tabBar on the bottom. I do not want to have any spacing between the different parts, how do I correctly ad the views to the view? Whats the best way to do…
PaFi
  • 888
  • 1
  • 9
  • 24