Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
81 views

Designing Application that can accept add ins

Like there are many Applications which are just basic but you can have install add-ins for it which extends its functionality in that Application. For example: Fire Bug in Mozilla Firefox. How ...
6
votes
10answers
3k views

What is the Best UI Component Set for WPF?

Looking for a general purpose WPF toolset. Currently looking at Telerik and Infragistics. Are there better options out there? Of those two, which is better?
4
votes
1answer
2k views

How to pass custom component parameters in java and xml

When creating a custom component in android it is often asked how to create and pass through the attrs property to the constructor. It is often suggested that when creating a component in java that ...
3
votes
1answer
96 views

Is there a C++Builder component that mix a Listbox and a treeview?

I need to display some hierarchical data with columns. So A kind of listbox mixed with a treeview. I've look at the standard components and JCL/JVCL, but nothing similar. Any idea ? EDIT I'm using ...
3
votes
1answer
271 views

Custom Facelets-Tag with multiple Child-Components in h:panelGrid

I have written a custom tag extending UIComponentBase. It adds multiple Child-Components (UIComponent) during the encodeBegin method. For layouting purposes, I'd like to nest this Child-Components ...
3
votes
2answers
3k views

Free or open source Diagram component for C#?

Is there any Diagramming component that is freely available for a C# project? If possible one that allows you to click and edit the diagram nodes.
3
votes
2answers
2k views

How to add existing JSF components to my own custom components?

I have a tag class which extends UIComponent and UIOutput. In this class I have encodeBegin and encodeEnd which I can use my contextWriter to output any kinda html tag I want too by using ...
2
votes
2answers
356 views

Embed XNA in WinForms

Is it possible to embed an XNA game in a C# WinForm or a C++ Window. If yes then How. I want to use normal UI controls & have a windowed interface of the game for more interactive & dynamic ...
2
votes
3answers
199 views

How do I create a custom floating Swing component without a JFrame?

I'd like to create a custom swing component such as a desktop widget which does not require a JFrame (or to extend it) to be printed on the screen. I don't want to extend the JFrame because my ...
2
votes
1answer
158 views

Android components for displaying a graph (nodes and edges, in 2D)?

I'm at the starting point of developing an android app similar to a "mindmap" program (like Thinking Space). It shows some graph nodes (containing text, maybe images) and edges that connecting them. I ...
2
votes
1answer
488 views

uicomponent tree memory usage

Greetings, I have rich faces application (3.3.2.SR1). The application uses ModelPanel to view entities. All modal panels are not rendered until I want to show them (rendered = false). Application ...
2
votes
1answer
153 views

What are some 3rd party UI components for .NET MVC 2?

I'm looking for a 3rd party UI component library to be used in .NET 4.0 C# MVC2 web application. When I google it, Telerik comes up all over the first google page. To be honest, I actually do like ...
2
votes
4answers
867 views

Java Framework Choice Question

We do have many frameworks available in Java. Struts, Swing, JSF 2.0, Spring etc are used as per their priority. Actually, I don't know how many they are as well! But, as I am fresher to Java, even ...
2
votes
3answers
2k views

JSF ResponseWriter custom components

I know about startElement, endElement, and writeAttribute methods on ResponseWriter. My problem is that I want to for example output a h:commandLink by declaring it like HtmlCommandLink link = new ...
1
vote
2answers
37 views

Is it possible to generate facelets code from UiComponent Object in JSFManagedBean

I want to generate facelets code from UIComponent, Eg: org.primefaces.component.commandbutton.CommandButton; CommandButton btn=new CommandButton(); btn.setValue("Click"); for this code, the ...
1
vote
1answer
129 views

JSF 2: Change rendered atribute of a component on phase listener

Hy guys, In JSF 2 How can I change the rendered atribute of a h:InputText component using a PhaseListener. Before the jsf page be rendered I have to verify all id of the h:inputtexts, and after that ...
1
vote
1answer
159 views

mock facescontext and uicomponent in seam

I am trying to write unit test for the following method in seam. To do this…I need to mock both facesContext and UIComponent and pass it to method getAsObject . I tried using Jmock and seam but ...
1
vote
3answers
135 views

Problem retriving components of AlertDialog - android

I am tring to build an alertdialog with a view and access a TextView to set its text value. Here's the code : private void ShowLogDialog() { AlertDialog ad = new ...
1
vote
1answer
575 views

Date and Time in picker view in android for titanium

Here I need to generate the date and time picker for android in Titanium, The Titanium.UI.Picker is used for iphone only
1
vote
2answers
2k views

JSF 2.0: How to add UIComponents and their contents to view root?

I am building a custom UIComponent and adding elements (and other stock UIComponents) inside it. The component renders ok, however it cannot be found from the ViewRoot. Let's say I have: ...
1
vote
1answer
21 views

Recommendations for ajax component libraries

If I were to pick an AJAX component library to focus on for general web development, with good grid support and wide range of components, which would you recommend and why? I started with the ...
1
vote
1answer
34 views

Flex AdvancedDatagrid inline commentary functionality required

I'm using Flex's Advanced Datagrid for a project and need inline comments, in a similar style to Excel spreadsheet comments. A little visual indicator should indicate if a field is associated with a ...
1
vote
2answers
69 views

.NET user interface components recommendations

I'm looking for advice on what .NET user interface components are out there on the market. I have been developing asp.net websites and have mainly been using the Visual studio toolbox build in ...
1
vote
2answers
529 views

Adding UIComponent to both Canvas and Tree in Flex 3

I currently am trying to add a custom class which subclasses UIComponent to both a tree and a canvas, but when I try to re-order the tree by dragging I get this error: TypeError: Error #1010: A term ...
1
vote
4answers
1k views

JSF - UISelectItems problem

Strange error i received from compiler: Expected a child component type of UISelectItem/UISelectItems for component type javax.faces.SelectOne(siachoice). Found javax.faces.component.UISelectItems. ...
1
vote
4answers
2k views

.NET Query Builder component

Can anyone reccomend a free .NET libary which allows you to expose a SQL Query builder to your users in a windows form app? I'd like my users to be able to run relatively straight forward SELECT ...
1
vote
2answers
9k views

JSF MethodExpression isn't triggering my backing bean action

I have the problem that my code isn't triggering the action in my backing bean. The code is as follows: HtmlCommandButton replyCommentButton = new HtmlCommandButton(); ...
0
votes
0answers
39 views

flex4 UIcomponent and addChild(sprite) in a mxml file

I have worked on this for hours, but have not found any way to add a sprite to uicomponent element on a mxml file. This program runs without error messages, only a blank page. Very weird. Any help ...
0
votes
2answers
136 views

JSF2 + IceFaces 2 - Retrieve UIComponent from ViewRoot

I've got hard time resolving the following. My problem is quite simple : I would like to highlight in red the forms fields that triggered validation errors. The error messages are placed correctly in ...
0
votes
2answers
117 views

s:list of UIComponent is not rendering well by custom ItemRenderer

I created a custom ItemRenderer for a s:list, for it to contain a list of UIComponent which contains a MovieClip. When I scroll some of the items are not shown/rendered, although their parent/x/y ...
0
votes
2answers
235 views

Flex 4 UIComponent width and height remains zero after addChild is called

I have a component ObjectHolder which extends UIComponent that holds many children UIComponents. However, after using addChild() to add these children to ObjectHolder, its width and height remain ...
0
votes
1answer
197 views

Difference between value and binding tag for UIComponents in JSF

I am learning JSF and am confused in these two attributes. What difference will it make if I will use: <h:inputText value="#{myBean.myProperty}/>" rather than using: <h:inputText ...
0
votes
0answers
6 views

updating the View Tree while creating UIcomponents in Application Phase

As I understood from "the Complete reference" the UIcomponent tree or view is built on restore view phase and is updated by apply request value phase and may be in some other phases(that I don't know ...
0
votes
1answer
200 views

Access value binding of UIComponent

I use <t:inputFileUpload> for uploading files in my application. The selected file (represented as a UploadedFile object) is only saved to its binding (the member in the backing bean) upon form ...
0
votes
2answers
202 views

How to update screen in blackberry?

i am developing one app. and i am facing a problem related to updating the screen,which is already in stack.I tried to use myappscreen.invalidate() on button click,but it doesn't update screen. ...
0
votes
4answers
229 views

Handle MouseEvent.CLICK, MOUSE_DOWN in subclasses

I'm building a panel of buttons, that are enclosed in Canvas container. For this purpose I created a MyButton class, which is a subclass of UIComponent. MyButton class has 2 other subclasses: ...
0
votes
2answers
190 views

fl.controls.TextArea not scrolling all the way down

I have a TextArea control, and sliding the scrollbar all the way down always doesn't show all the text. I think it has something to do with me changing the typeface, because I noticed that when I do ...
0
votes
2answers
238 views

Flash UIComponent… not working… again

I keep getting this error: TypeError: Error #1006: setSize is not a function. at circles::SpiroUI/doSliders()[/Users/wakemana/Documents/Adobe Flash Builder 4/SpiroPaint/src/circles/SpiroUI.as:74] ...
0
votes
3answers
466 views

Scaling and resizing flex component

I have custom flex component inherited from UIComponent (compiled, no source code access). It has fixed width-to-height proportions and it's scalable. If I set its width and height to 100%, it's ...
0
votes
1answer
43 views

What component is this that Visual Studio uses?

Does anyone know what component this is? (The expanded option toolbox, where I can click on it and it opens a lot of options, I can put in the left side of the form or the right.) I don't think it's ...
0
votes
1answer
165 views

Obtain container ID for Liferay/ICEFaces portlets

I am working on a Liferay/ICEFaces-based application. I need to determine, from the view bean, the HTML ID of the portlet container, full with all the namespace prefixes that ICEFaces prepends. How ...
0
votes
2answers
228 views

is it possible to change number of rows or fontsize of datepicker in titanium appcelerator?

if so how? birthday_picker = Ti.UI.createPicker({ type:Ti.UI.PICKER_TYPE_DATE, minDate:minDate, maxDate:maxDate, value: new Date(), top:200 });
0
votes
1answer
468 views

Adding JSF UIComponent as composite component child renders nothing

I have a custom UIComponent, which renders ok when called directly from the base facelet template (I guess this makes it a direct child of UIComponentBodyTag). However, when it is called within a ...
0
votes
0answers
554 views

flex error: 'a subClass of UIComponent does not implement 'mx.core.IUIComponent'", when surely it does

i have created an MXML component but i get this error: 'TextArea' declaration must be contained within the < Declarations > tag since it does not implement 'mx.core.IUIComponent' when checking ...
0
votes
1answer
378 views

Flex 3: Deselecting Toggle Button Through UIComponent Reference

I've got some buttons that have toggle set to true. I'm trying to re-set the button's state to unselected. But, I can't access the button directly like: button.selected=false. I'm accessing the ...
0
votes
1answer
227 views

Grid Renderers updating without updateDisplayList being called

I have an item renderer for a grid that has a fairly basic updateDisplayList function: override protected function updateDisplayList( w : Number, h : Number ) : void { super.updateDisplayList( w, ...
0
votes
2answers
409 views

Changing the appearance of a single thumbnail in TileList Component

I'm trying to create a listing of thumbnails using the TileList component, and so far it's working great. Is there a way to change the appearance of a single ImageCell within the component. I'm ...
0
votes
5answers
441 views

How do I fix this potential bug with the ComboBox Component in Flash?

When I add a ComboBox component into a Sprite, the height of the container is larger than it should. Here's what I mean: import fl.controls.ComboBox; //add combo box inside a container sprite var ...
0
votes
1answer
66 views

How do I fix this potential bug with the Button Component in Flash?

I need to use the Button component from the UI Components Panel in the Flash IDE, with the toggle property set to true. If I use it with a timeline script it works great. If I use within a class(a ...
0
votes
1answer
107 views

Mindtouch dream framework UI composition

Has anyone use Mindtouch's dream framework in conjunction with a asp.net frontend? It seems like all component on the page needs to be client side composited where each component is making a call ...

1 2