custom-component Questions

1

I have a custom component called CircleView, and I want to change a custom attribute called fillColor defined in attrs.xml: <declare-styleable name="CircleView"> <attr name="radius" form...
Janis asked 27/8, 2015 at 23:50

2

Solved

Goal I want to create a custom view that has a UITableView as a subview. The custom view creates the table view programmatically. To the outside world (i.e., the ViewController), though, the custo...
Kero asked 28/7, 2015 at 23:41

2

Solved

I'd like to implement a ToolTip in Swing that has customised behaviour: the longer the user hovers over the component, the more detail should be shown in the tooltip (i.e., a few new lines are adde...
Interdenominational asked 21/5, 2015 at 8:42

0

I am creating a circular slider menu, I am using coregraphics to draw the control UI, Here I am trying to draw words on the circumference of a circle. But i cant able to make the spaces equally. H...
Stationary asked 23/4, 2015 at 9:50

3

Solved

I am trying to implement a custom icon for the radio button in android. i.e. I want the Radio button icon to be custom one of my choice. I am able to do that with android:button property inside the...
Juglandaceous asked 2/4, 2015 at 11:25

2

Solved

I've created a Custom Block based on this tutorial http://blog.magikcommerce.com/how-to-show-most-viewed-best-selling-products-in-magento-store I would like to call the Block from my home.phtml t...
Conscription asked 24/9, 2013 at 15:6

2

Solved

I'm working on custom value picker inspired by UIPickerView. It looks like that: As you can see, one of the main features of this picker is the central cell the should be wider than others to mak...

1

Solved

I want to pass data that I have on a variable to a Polymer component via attribute. This is the code: <script> var item1 = { title: "Title 1", status: "accepted" }; </script> &lt...
Agglutinogen asked 15/11, 2014 at 21:57

1

I'm writing an autocomplete custom component as a learning exercise with JSF 2.1.3. The idea (which is probably pretty familiar) is to enter some text into and input component and present a list bo...
Vivian asked 22/8, 2011 at 20:53

1

Solved

I'm having problems with a custom component I'm writing in that it won't render any nested controls. The component is a simple layout control, very loosely adapted from the ApplicationLayout contro...
Jodi asked 30/4, 2014 at 13:18

1

In order to provide a custom typeface in my ListActivity, I wrote a class CustomAdapter extending BaseAdapter according to this example here. However, as described there, I wrote the getView() met...
Striated asked 27/3, 2013 at 20:46

5

Solved

I am trying to resolve a problem with a set of packages that apparently have dependency issues. Occasionally during a Build All, I get this error: Delphi "E2161 Error: RLINK32: Error opening file...
Medlock asked 31/7, 2009 at 23:0

2

Solved

WHAT I HAVE is a standard JavaFX application: Main.java, MainController.java & main.fxml. To add custom component, I created CustomComponentController.java and custom_component_controller.fxml....
Cogitative asked 9/7, 2013 at 14:14

2

Say I have an appropriately sized image inside an Image() I want to change the Thumb or Knob of the JScrollBar component to be this image. I know I need to subclass the ScrollBarUI Here is where ...
Risteau asked 9/3, 2012 at 6:5

2

Solved

I have created custom widget for my android application and i want to create custom styles for it. But while parsing it in the class returns always null. Gone through several links and couldn't fig...
Strumpet asked 31/1, 2014 at 5:58

4

I'm trying to make a package for a custom component I made. It's based on several libraries, including Graphics32, GraphicEx and CCR.Exif. I created a Package project, wrote the unit including its...
Counterintelligence asked 24/3, 2012 at 16:41

2

Solved

I am currently trying to disable the selectable / editable / or change the textInput to dynamic to get my desired result. I've got a custom datagrid with dropdowns and text input areas. However, i...

1

Solved

I want to create a new JavaFX component and use it in FXML. How can I define the possibility of usage and types of children for this component? And is there a way to create my own atrributes for th...
Totalitarianism asked 15/6, 2013 at 9:22

1

Can some one please help me on creating custom buttons like below? Is it possible? Have searched a lot and was able to find only some things which again turn out to be rectangular/square shapes. Bu...
Phocaea asked 16/3, 2013 at 11:26

3

Solved

I've implemented a MXML custom components and I would like to pass parameters to the constructor: newUser = new userComp("name"); instead of using set methods. Is this possible if the custom c...
Equidistance asked 18/4, 2010 at 17:47

2

Solved

I trying to make a custom Spinner containing Id and Title. This Spinner displays Title but everywhere in my code I can access to selected Id. how can I do it. it's like ComboBox in C#. thanks...
Hummingbird asked 16/1, 2013 at 9:15

1

I tried to create a custom rating bar. I don't use style because I only use this once. So, I created a layer-list in the drawable folder (its name is custom_rating_bar.xml): <layer-list xmlns:a...
Folder asked 10/1, 2013 at 4:59

1

Solved

I have followed a few tutorials on creating a custom property editor dialog, but there are so many things involved that I could not get it to work right. What I am trying to accomplish is a custom ...
Eulogistic asked 19/12, 2012 at 2:47

1

Solved

I'm trying to create a custom composite component colorPicker using this jQuery plugin http://www.eyecon.ro/colorpicker/. I´d like to be able to append a jsf tag f:ajax, and when a color is select...

1

Solved

I've created my custom JSF component according to one of many tutorials (I'm using PrimeFaces), I've added an argument which was successfully passed to component. <c:custom command="command"/&g...
Abjuration asked 21/11, 2012 at 11:0

© 2022 - 2024 — McMap. All rights reserved.