I\'ve developed a custom control that acts like a group box with a check box over the group label. The idea being, once the check box is unchecked all the controls in the group are disabled.
Currently I am creating custom table view cells for iPhone using [[NSBundle mainBundle] loadNibNamed:owner:option:] to load the nib. When I profile my app, a memory leak is produced every time I open
i´m in trouble with a custom Listview and (Checkboxes or Button). I follow a guide (the android devolopers´s cookbook) and my custom Listview show correctly. An visisble Error occured when selected
I am creating a series of window mockup templates based on the excellent Mockups library available on CodePlex.
Is there any way to embed a custom control into the flowdocument and have it corre开发者_运维技巧ctly displayed by the FlowDocument viewers (export it to Xaml text file and open it by a viewer)?yes us
I have a Form created using Expression Blend. Earlier when I created one in Visual Studio, I could add a custom control using Controls.Add(). An example would be as follows.
I want to adjust the corner radius on my buttons.I can do this by creating a separate style resource and setting the corner radius of a border in the template.However, I have to c开发者_C百科reate a s
I recently tried out a Free-To-Play MMORPG game called AIKA While trying the game out, I found a very nice PIN Pad that allows for you to protect your characters. I have a screen shot attached:
I have a custom control i have created with a picture box, a label, and a combobox, i want to create a custom SelectedIndexChanged event handerler so i can perform actions when the index has been chan
I got a quick question, I am developing a custom chart control. The chart control let users to draw lines or drop rectangle (could be anything). This start draw/ drop options are set to controls mous