Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
398 views

Blackberry: custom ButtonField with disappearing focus highlight

I'm trying to create a custom ButtonField, whose focus (the blue highlight color) would disappear after few seconds of inactivity - like in original music player on BB phones with touchscreen. I've ...
2
votes
2answers
8k views

Asp.Net Gridview Buttonfield get Row Data

I have a Gridview which is binded to a datatable that I created. The data in the table is ever changing. I added a buttonfield to the Gridview. When clicked I want to send a specific columns value in ...
1
vote
4answers
84 views

How to change the color of the button on clicking it

I have a button field. its color is red. when i click on it color the button should change to black how to do it?
1
vote
1answer
38 views

Mysterious extra pixels in ButtonField?

I have created a very basic custom layout to set out a menu made up of ButtonFields. To position them vertically, i split the screen into 6 and then put them at divides 2,3,4 and 5 as is shown in the ...
1
vote
3answers
222 views

Blackberry Custom ButtonField with no Border

how could i create a custom ButtonField with no border in Blackberry... any help will be appreciated
1
vote
1answer
226 views

Getting values from templatefields gridview - C#

I am using a gridview to display a table queried from a database... In this gridview I also added a buttonfield, and 3 template fields... When i press the buttonfield the data from the database is ...
1
vote
2answers
738 views

Command behind a GridView ButtonField

I got a question about the command behind a ButtonField (image type) in a GridView. Got a GridView called gvIngevuld in wich I show rows of data and 1 ButtonField row. Now I have to put code behind ...
1
vote
2answers
704 views

How to remove underline from gridview buttonfield?

I have a GridView ButtonField and would like to remove the underline. The FontUnderline="False" does not work! I also tries adding text-decoration:none; to the CssClass and that does not work ...
1
vote
2answers
842 views

ASP.net gridview image button alternative text

Hi Dear Professionals; There is a AlternateText property in image-buttons so that while hovering mouse on image buttons, alternate text could clarify the functionality of the button. I want to do so ...
1
vote
2answers
1k views

Gridview changing text in a button column

I am working in asp.net using the gridview control. I have a button column that I create dynamically as such: ButtonField bfSelect = new ButtonField(); bfSelect.HeaderText = ...
1
vote
1answer
614 views

Blackberry: How can I make a buttonfield act like toggle button?

I have a single button which I want to use as Start/Stop button. How can I make the buttonfield work as toggle button? Please help.
1
vote
2answers
1k views

Blackberry Development, adding dynamic number of buttons and setting Fieldchangelistener() for them

I am adding dynamic number of buttons in a Blackberry application and trying to get different events on each button click. I am not able to apply the setchangelistener() for these array of buttons as ...
1
vote
5answers
2k views

Using ButtonField or HyperLinkField to write a cookie in ASP.NET

I currently have a DetailsView in ASP.NET that gets data from the database based on an ID passed through a QueryString. What I've been trying to do now is to then use that same ID in a new cookie that ...
0
votes
1answer
54 views

Blackberry custom ButtonField with icon and text

How would I go about creating a custom ButtonField that includes an icon? I have found several different sources for a ButtonField with a custom background Bitmap, but I want to have a button with an ...
0
votes
1answer
49 views

Blackberry BitmapButtonField center alignment + fitting on window view

I'm using the following code to add images to the buttons. However, I got some of the buttons out of the window view !! What should I add to make them fit on the view window ?! PLUS: I want them to ...
0
votes
2answers
106 views

blackberry ButtonField application sample

I am very new in black berry application. now trying to create a calculator in blackberry using eclipse: so i have added a button (ButtonField), my first target is when press this button i want ...
0
votes
1answer
93 views

Gridview with buttonfield delete & Linq to SQL DAL

I'm trying implement a simple Button field in the GridView. <asp:ButtonField ButtonType="Button" CommandName="Delete" Text="Delete" /> I have a three-tier application that I'll combine into ...
0
votes
0answers
133 views

Background Image set on ButtonField is not showing properly in Blackberry

I am new to Blackberry, I am trying to set a background image for a ButtonField, but the image is not showing fully on ButtonField. It is showing only at at the back of text which is on the button. ...
0
votes
3answers
171 views

How to highlight button when get focus on it in blackberry?

I want to make a blackberry button with images, the one image should be shown when focused and another when unfocused. or even you can say a blue color when focus is off(by default) and red color ...
0
votes
2answers
725 views

How can I access a ButtonFields text, if it's not considered as a TableCell?

I'm trying to access text from a ButtonField(databound), but I can't get the text if I refer to it as a TableCell. What can I do to get its text? Markup: <asp:GridView ID="gvClass" ...
0
votes
2answers
511 views

Possible to replace a ButtonField with an image in a GridView?

I have a GridView which has a delete link to delete a record. I have created a DeleteButtonField class but I want to replace the text with an image (an icon). Is this possible? Here's my GridView: ...
0
votes
1answer
495 views

How do I change the value of a extended ButtonField?

I want to change the value of the text in a ButtonField depending on other factors. Some code: public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, ...
0
votes
2answers
995 views

GridView ButtonField postback not working in IE7?

I have an ASP.Net Web Site with GridView control that in turn contains a ButtonField column. It's supposed to do a postback when this ButtonField is clicked, but that doesn't happen if I click on the ...
-1
votes
2answers
53 views

blackberry buttonfield navigate on 2 second hold

I am developing a blackberry app. I want to open an screen from the home screen when user will press one button and hold it for 2 seconds. Any way? Thanks.