custom-view

Programmatically resizing a custom view?

I am trying to programmatically resize a custom view in android. The custom view contains a Button and an EditText in a LinearLayout. I want to make several instances of this custom view and alter the width of each one slightly narrower than the last so that they overlap each other. At what point can I do this and how? If I override ...

User selects nodes for a custom view (DRUPAL)

Hi, all, I hope you can either help me, or direct me the the easy-to-find-in-retrospect answer which is already out there. I have had two drupal RFPs in the past month where the admins maintains content, but wants users to be able to mark nodes for viewing later in their own custom view. in both cases, the user should be logged in, and...

WPF custom View without Generic.xaml

I am trying to implement custom views that are specific to an application without any luck. Here is my problem: I need a custom view because I would like for the user to be able to switch views dynamically at runtime. I need a custom view (as opposed to only datatemplates) because the listview layout has to change as well as the Control ...

How do I get a view in Interface Builder to load a custom view in another nib?

I am making a custom widget that I would like to use in multiple nibs. So I make a new view nib Screen3, add some buttons, and now want my UIAwesomeSauce widget. If I just add a view and then change the Class Identity, it doesn't get the subelements from the UIAwesomeSauce nib. Same thing if I go to the Library and switch to Classes...