Tagged Questions

0
votes
1answer
63 views

Making Silverlight Datagrid Cells not selectable

I have a DataGrid which I am binding to a PagedCollectionView which is Grouped and Sorted. The contents of the DataGrid are not editable although one column contains a clickable li …
1
vote
2answers
60 views

WPF TextBox - programatically select text while preserving “selection direction”

When editing text the user is able to use the keybord shift button and direction keys to modify the selection - one position stays anchored while the other moves. By pressing left …
0
votes
0answers
7 views

can any 1 explain me the use of index_of_min in the below function used for selection sort..?

void selectionSort(int array[], int n) { for(int x=0; x is this function written correct..?
0
votes
0answers
10 views

Silverlight datagrid losing selection upon data bind.

I have a datagrid in Silverlight 3.0. The datasource is databinded to a source via Xaml. When the datasource is updated (refreshed), then the datagrid will automatically be refresh …
1
vote
2answers
22 views

How do I get the selected text in desktop application using python-dbus?

For example, I open a pdf file or a web page in gnome, use mouse double click some text, so a word is selected, how can I get this word in a background running daemon written with …
0
votes
2answers
480 views

Determining the selected InlineUIContainer in a WPF RichTextBox

Hi, I'd like to determine if there is an InlineUIContainer (or BlockUIContainer) at the current Caret position in a WPF RichTextBox. Currently I have a RichTextBox as follows; …
0
votes
0answers
78 views

UIPageControl UIScrollView & selection

I have a UIPageControl which has UIScrollView which is the MainWindow.xib On the UIScrollView are a UITextView and a UITableView. The user makes a row selection, moves to the nex …
1
vote
0answers
21 views

How to change out-of-focus text selection color in Xcode?

Okay, I'll bite. I've got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating throu …
0
votes
1answer
14 views

bubble of selected item while searching in UISearchBar like in mail app

I would like to implement something close to what happen in mail app in iphone when you enter new address in "To:" field: when you start searching a list of matching addresses appe …
0
votes
1answer
14 views

Smarty Section Making the selected Link Bold

Hello, How can i make the selected link from the List below, bold, that you see you are on Page ex. 3 or 5 With this code if you click on a Link you dont know on which page you …
0
votes
0answers
7 views

How to set an item in CListCtrl as selected?

ClistCtrl is set to single selection & single column in report view with no header. I have tried SetItemState(0,LVIS_SELECTED,LVIF_STATE) and SetSelectionMark(int index) bu …
0
votes
1answer
61 views

How to best represent selectable items in a collection within the M-V-VM design pattern?

I'm just beginning to explore the M-V-VM design pattern while redeveloping an application and I'm running across a consistent theme where I have collections that I need my ViewMode …
0
votes
3answers
34 views

selecting textareas

Hi, I am trying to select specific element types in a row and change their attribute, specifically the id and name attributes. Using the following works fine for single line text …
1
vote
1answer
198 views

Is there a workaround to the Flash bug where selection doesn’t stop?

Is there any workaround to the issue with Adobe Flash where a Flash Movie does not receive a mouse up event if the mouse is dragged outside of the movie? EDIT: This issue seems t …
0
votes
2answers
54 views

AST for current selected code in eclipse editor?

I need to get the AST for the current selection in the java editor fo eclipse. Basically I want to convert the selected java code in to some other form(maybe some other language or …

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