Tagged Questions

0
votes
2answers
10 views

Blackberry - How to do text wrapping in ListField with Checkboxes?

Hi all, I m creating a ListField with Checkboxes from How To - Create a ListField with check boxes But I m not getting how to wrap Text in a row in that ListField. I referred the thread Text …
1
vote
2answers
22 views

Custom UIButtons

I need to implement a view with clickable areas just like HTML image maps. The background of the view will be an image that fills the entire canvas and the boundaries of each clickable area are …
2
votes
1answer
330 views

Transparent Checkbox in Custom Control Using C#

Hello - I have created a custom control that gets highlighted when the mouse hovers over it. The custom control also has a checkbox. When the mouse goes over the checkbox, the highlighting of the …
0
votes
0answers
16 views

DetailsView not retaining mode on postback, within custom Panel

Hi all, I have a custom Panel control which works like a regular Panel, but adds a heading to the top. The code for this panel is as follows : Public Class GInfoPanel Inherits …
0
votes
1answer
197 views

RegisterClientScriptResource + AJAX update panel

Hello, I have a problem that is really making me feel dumb. I have a custom control that inherits textbox. This textbox (at least for this example) simply has a .js file that is embedded in the …
0
votes
1answer
31 views

How to make a control resizable by the user at runtime [.NET Winforms]?

It is in Winforms. I have a UserControl that is anchored TOP, BOTTOM and LEFT. I would like to allow the user to drag its right border somehow and resize it horizontally. The control is placed …
2
votes
2answers
49 views

What is the best GUI library for blackberry java development?

What do you think is the most comprehensive and stable GUI library for Blackberry java development? I am currently using J4ME, anyone has any other experiences? A good GUI library should also have …
0
votes
0answers
19 views

Silverlight 3 Custom Control Event-handling Navigation

I have a Silverlight 3 aplication, The solution (of 3 projects) looks Like this: ChartsCustomControl    PieChart.cs SLGrid.Web SLGrid    NavigationPage.xaml …
1
vote
1answer
58 views

XAML binding doesn’t seem to set if the property is initialized in the constructor

Hello, everybody! I've run into a problem with data-binding inside control template while the property is initialized inside the constructor. Here is the show-case (you can also download sample …
1
vote
1answer
21 views

The page lifecycle for controls(order contructed from a page)

Ok, I have not been able to really find an answer to this on the internet.. Maybe someone here can help me. For example, lets say I have a page and 2 custom controls on that page. During what event …
2
votes
3answers
43 views

WPF: How to accept both string and FrameworkElement in dependency property (like wpf Label does)?

Hi, I am creating a custom WPF control that should have several content slots. I'd like the user to be able to use either string, or a FrameworkElement as a value of property, for example: <!-- …
0
votes
3answers
35 views

placing widget in listbox/dropdown in gwt

hi, i am using gwt to build my web site. i would like to create a dropdown/listbox that contains no just text but also images, meaning that in the drop down there will be a what ever widget that ill …
8
votes
3answers
1k views

How do I create a custom WPF control like a cartoon bubble with constant corners

I need to create a rectangle bubble with rounded corners with text inside, like a cartoon speech bubble. I need the bubble to expand horizontally and vertically depending on the size of the text it …
1
vote
3answers
48 views

Blackberry - how to resize image?

I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 actual size with a size of 100 x 100 size on our blackberry screen. Thanks
0
votes
1answer
17 views

Blackberry - how to animate Custom Field?

I have created a custom field class "Seek" to draw a fillrectangle. class Seek extends Field { int fill; protected void layout(int width, int height) { setExtent(320, 5); } …

1 2 3 4 5 15 next
15 30 50 per page