Top "Programmatically-created" questions

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

TextView programmatically Android

I have some problems creating a textView programmatically. I don't really know how to solve it. The problems are : -The …

android textview programmatically-created
Adding a View inside a ScrollView programmatically

This is the xml code: <LinearLayout android:id="@+id/mainLayout" xmlns:android="http://schemas.android.com/apk/res/android" …

android layout view scrollview programmatically-created
UIScrollView with pagination + showing part of the previous/following pages

I'm trying to create a kind of a "game mode" menu similar to the one used by the "Cut the …

ios iphone objective-c uiscrollview programmatically-created
Display UISearchController's searchbar programmatically

Note 1: This question pertains to adding a UISearchController's search bar outside of the table view it updates - NOT as …

ios swift uisearchbar uisearchcontroller programmatically-created
How to set text font as System Thin in Swift?

I want to set label text as System Thin. Read in StackOverflow and found an answer like this: labelDescriptionView.font = …

ios swift fonts programmatically-created
Options for Programmatically Adding Certificates to Java KeyStore

I was getting an SSL Handshake Exception error: PKIX "path does not chain" (described here). I fixed it by importing …

java ssl keystore programmatically-created pkix
How does one add UIButton to UIToolBar programmatically?

I have added the toolbar using Interface Builder, but I need to add the buttons at runtime / conditionally. I'm not …

ios iphone uibutton uitoolbar programmatically-created
create a UITableViewController programmatically in Swift

I'm trying to, as the title say, set up a UITableViewController programmatically. After a few hours of trying I hope …

uitableview swift ios8 programmatically-created
TestNG: how do I run a custom TestNG.XML File programmatically

I browsed through several different threads and websites (as well as the TestNG API) looking for how to run and …

java eclipse testng programmatically-created custom-configuration
Exit Code 125 from Docker when Trying to Run Container Programmatically

I am trying to get an integration test working. In the test initialization phase I attempt to spin up a …

c# docker process programmatically-created docker-for-windows