custom-controls Questions
1
Solved
Hey all I am needing a hand with the following:
I am trying to add the "On Action" to my custom control I create in Scene Builder 2.0.
I will have a couple of these in my scene so I am w...
Gawk asked 11/8 at 23:57
7
Solved
I have a SeekBar that will change the progress when I require it to, but I don't want the user to be able to change it manually.
I tried to set the SeekBar as this:
<SeekBar
android:id="@+id/...
Joyajoyan asked 29/4, 2013 at 16:59
6
Solved
I want to create a simple button template with an image and text inside it. But I want to keep the System button's look and feel.
How do I create it, step by step?
P.S.: I have already tried it w...
Hovel asked 29/4, 2010 at 4:49
3
Solved
I need a way to for a custom control (descended from TCustomControl) to tell if it is currently visible. I'm not talking about the .Visible property; I mean whether or not it's actually being displ...
Lavella asked 14/3, 2009 at 19:16
2
Solved
I am trying to create a custom UIView that I can use in my other UIViewControllers.
The custom view:
import UIKit
class customView: UIView {
override init(frame: CGRect) {
super.init(frame:f...
Terrel asked 4/12, 2015 at 3:28
5
Solved
I have a DatePicker custom control that I am trying to add to toolbox. The name of the file is BasicFrame.WebControls.BasicDatePicker.dll and I go through the procedure of right click in Toolbox > ...
Bodega asked 7/1, 2013 at 15:44
6
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CustomCalc">
<St...
Valise asked 13/10, 2015 at 5:14
17
Solved
I have some custom controls I have created and I'm them using in a new project. However, I keep getting errors in interface builder:
Failed to update auto layout status: Failed to load designables...
Vonnievonny asked 8/2, 2015 at 6:4
2
Solved
How can I draw something like the circular chart in image below in android :
Sherard asked 19/4, 2015 at 15:44
3
Solved
I've made custom controls for my HTML5 video but I don't know how to have that CSS still apply when I go fullscreen.
Here's the [website] I've based my controls on.
On this site, you'll notice t...
Heyerdahl asked 11/4, 2012 at 23:23
4
Solved
When writing a custom control it always rendered as an HTML span element.
How can I change it for example to a div?
Filippa asked 5/7, 2009 at 15:58
6
Solved
Instead of attaching a PreviewKeyUp event with each TextBox in my app and checking if the pressed key was an Enter key and then do an action, I decided to implement extended version of a TextBox th...
Wicopy asked 3/5, 2009 at 4:28
3
Solved
I am trying to put a custom view inside a UIAlertController. I'm running into some odd issues with the sizing of the custom view.
I want the custom view to span the width of the UIAlertController,...
Sallust asked 19/4, 2017 at 20:46
3
Solved
So I have another noodle-scratcher (for me anyway).
I'm trying to create my own custom control in a CMS I only have partial source code for (i.e. samples the vendor has supplied to me). Basically I...
Clumsy asked 3/11, 2009 at 6:4
3
I am working in a spinner control. I want the control to support transparent backcolor. When the arc is drawn, there is a blank space in the middle, I want that space to be truly transparent, so th...
Crazed asked 13/5, 2016 at 22:38
3
Solved
I am just coming up to speed on WPF and would like to create a reusable WPF control.
When I look at the options for creating projects in Visual Studio, I see "WPF User Control Library" and "WPF C...
Meneses asked 30/4, 2009 at 16:5
8
Solved
I have a customized UITableView, the cells have a different background color (set in a custom backgroundView). However, the background color is only applied within the cell, but not extended to the...
Magnetometer asked 6/3, 2014 at 12:35
19
Solved
What I am trying to accomplish is to have clickable hyperlinks in the message text displayed by an AlertDialog. While the AlertDialog implementation happily underlines and colors any hyperlinks (de...
Corron asked 4/1, 2010 at 3:9
2
Design :
ViewController : has a player view & a container vew.
Player View: loads the AVPlayer & has a subview(PlayerControlView) at the bottom of the player view to load the player contr...
Outbalance asked 4/3, 2015 at 16:50
7
Solved
How to implement the Scroll Listener for WebView in Android
i tried this but its not calling my Log.i on scrolling the webview.
package com.example.webview.full.width;
import android.content.Cont...
Tallbot asked 7/2, 2013 at 13:40
9
Solved
I would like to create a custom widget in Qt with the following features:
It is a container
It may be populated with any Qt layout
It may be inside any Qt layout
A button allows to collapse/fold ...
Lindsley asked 9/9, 2015 at 9:34
4
Every ItemsControl has its content stored in Panel right ? We can specify the panel to be used in XAML like this:
<ListView Name="LView">
<ListView.ItemsPanel>
<ItemsPanelTemplate...
Potion asked 20/1, 2011 at 7:55
12
I'm getting the following error
Could not find type 'My.Special.UserControl'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development...
Swaine asked 5/4, 2013 at 13:34
4
Solved
I'm using Google maps V3 API . I've added a custom control on the Map. Its having a width of 350px and height 300px.
When i open infoWindow on Map, custom control will overlap infoWindow.
is there...
Fourteenth asked 12/7, 2013 at 11:9
2
I am trying to get a reactive form to properly handle blur events and it doesn't seem to react properly to blur.
import { Component, HostListener, HostBinding } from '@angular/core';
@Compo...
Foundry asked 5/9, 2018 at 4:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.