The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
34 views

Display a busy indicator while waiting for an initialization of a usercontrol

My app needs to load a usercontrol in the MainWindow on startup. However the initialization of the usercontrol is slow. (not because of loading business data, I already separate the UI from business ...
0
votes
1answer
11 views

Objective C UIActivityView stops animating only after a delay

I am not sure why, but for some reason my UIActivityIndicator spinner stays visible for awhile after I ask it to stop spinning. In my app, I check for updates with a block method callback when the ...
0
votes
1answer
42 views

Android - How can I locate the tab indicator between the two tab TextViews?

As far as I know, there are components ViewPager and ActionBar can support "tab navigation" mode but they don't have intermediate tab indicator between the tabs, just only positioning below a tab ...
1
vote
0answers
45 views

How to change GTK menu in Unity Indicator Applet?

There is a similar question here, but it didn't help me: Changing items while running The problem is, if I define the changing function outside of Gtk.main(), it would be never executed, and inside ...
1
vote
2answers
159 views

expandable listview indicator display title height?

I have using a expandable listview with Group indicator display right side of the list, in this i have title name is single line my output like this in above image my indicator is looking good. ...
0
votes
0answers
108 views

android expandable list group indicator resize or replace top/bottom

I use an expandable list but the group indicator is too big for my usecase or is on the wrong place. If I set in the grouplayout the padding bigger, then the textview in there replace but the ...
0
votes
0answers
40 views

ajax load content current page indicator

this is my first question on stackoverflow. I'm new to javascript and I cannot figure out how to solve this problem. Because of my little knowledge about javascript, I couldn't figure it out myself. ...
0
votes
1answer
20 views

how to program this indicator script to work with stocks and not just futures

i found this.. posted it in the Amibroker editor.. saved.. found out after looking into it further.. that it will only work on futures that are listed in the if statements within the code.. i'd like ...
0
votes
0answers
28 views

jsonp request blocks page until getting json-response

I use a jsonp request to load external content. here the code: $(document).ready(function(){ $("#results").html("<img src=\'/media/icons/searchloader.gif\' border=\'0\'/>"); var str = ""; ...
0
votes
0answers
40 views

Android: Why is my ProgressBar progress get centered?

I want to develop a battery indicator I'm using ProgressBar to achieve that but I got a problem,the ProgressBar look like this: How can I make the battery indicator(green progress) stay left of ...
0
votes
1answer
184 views

Android: How can I create a custom battery bar like this?

the app called: SAO Widget The battery bar have different color and the bar will fit the unique shape background also the battery percentage is tilted using ImageView or ProgressBar?
2
votes
2answers
265 views

Kendo Grid - its own Loading indicator

Kendo grid provides its own Loading indicator automatically when the grid is loaded, paging, sorting. It is working fine. But I don't want this built-in loading indicator to be shown/hidden. How ...
1
vote
0answers
26 views

Insert text instead of icon in an Ubuntu indicator application

I want to develop an indicator app using mono c#. I want to display text instead of icons in the indicator, how can I do it ?
-5
votes
1answer
95 views

Global status indicator in Android (without congesting the action bar) [closed]

I have a multi-tab (4) Android application for which I am looking for a quick green/yellow/red dot (image/icon file) to display somewhere on the app real-estate so that ...
0
votes
0answers
33 views

android BaseExpandableListAdapte indicator

I have BaseExpandableListAdapter and i would like to hide indicator by date (there is any child) To solve this problem I have created group indicator for list: <?xml version="1.0" ...
1
vote
3answers
200 views

How to Create a Single Dummy Variable with conditions in multiple columns?

I am trying to efficiently create a binary dummy variables (1/0) in my data set based on whether or not one or more of 7 variables (col9-15) in the data set take on a specific value (35), but I don't ...
0
votes
3answers
105 views

Activity Indicator and alert

My application sends data to the server after you knomki while is transmitting data to the server indicator activity. When the indicator is hidden, I'm trying to display the alert that the data was ...
0
votes
3answers
199 views

Port reading from weight indicator [closed]

I'm trying to include the following code in my application for truck weighting. Problem is that the output I recieve from the following code is "?" as in question marks. It's when the parity is set to ...
0
votes
0answers
147 views

jQuery Mobile - loading indicator over specified listview

I have a little problem with jQuery mobile. On my mobile page I have 3 areas which are loaded asynchronously and I want to show loading indicator over every of those areas. Of course I can keep global ...
0
votes
2answers
202 views

Creating a css flower with 5 leaves

I am trying to create a css flower with 5 leaves - without any promising attempt. What I am trying to create: CSS flower with 5 leaves where every leave can have three different states(small, medium, ...
0
votes
2answers
438 views

struts2 jquery indicator dialog

I'm building a web application using struts2 and the jquery plugin. I'm trying to use the "indicator" functionality included in the jquery plugin. Indeed I would like to fire a popup saying ...
0
votes
0answers
201 views

Drop indicator and drag image not work after reimplement

I found similar topics on the forum but the answers did not help. In treeWidget I reimplement startDrag, dragMove and dragEnter. Result: drag indicator and dragPixmap disappeared. Drag from another ...
-1
votes
1answer
30 views

How to implement indicator for OptionMenuItem? [closed]

I want to set indicator for OptionMenuItem like right image. Please help me
0
votes
0answers
6 views

How can I share indicators with customers in a lean environment? [closed]

I am looking for a web app allowing me to share projects indicators with my customers. I would like to share burndown charts, and some other graphs. Do you know any app that could help me ?
0
votes
2answers
641 views

PHP paging show page indicator

I have lookup many similar script but didn't work There's current code <?php $LimitPerPage = 3; $CurrentPage = 1; if(isset($_GET['p'])){ $CurrentPage = $_GET['p']; } ...
0
votes
3answers
127 views

Apply Indicator Function to List

Is there an easy way to apply an indicator function to a list? i.e. I have a list with some numbers in it and I would like to return another list of the same size with, for example, ones where the ...
1
vote
2answers
163 views

creating a matrix of indicator variables

I would like to create a matrix of indicator variables. My initial thought was to use model.matrix, which was also suggested here: Automatically expanding an R factor into a collection of 1/0 ...
0
votes
1answer
71 views

msproject - creating an indicator that more than one resource is allocated to the task

I'm fairly new to MSProject and i believe my request is pretty simple: I would like that an indicator show an icon when a task has more than one resource allocated to it. is it possible? p.s my goal ...
0
votes
1answer
131 views

iPhone:Recording audio with custom volume indicator

I am developing an app in which I need to record the audio. Now while recording the audio I need to show the custom volume indicator like, speedometer which will show the volume level of the ...
2
votes
0answers
199 views

visual studio 2012 intellisense color

What I want is to change the color for the indicator under letter A of ActionResult. I checked everything under Tools->Options->Text Editor. None of my current settings is set to this kind blue. Does ...
5
votes
1answer
125 views

Is there a possibility to show an icon for symbolic link resource in Eclipse?

I work with Linux and use symbolic links (symlinks) in my project to share common files in different places. I also use subversive as team provider plugin. For symlinked folders Eclipse, or better ...
0
votes
0answers
35 views

Arrow For Indication of Child Theme

I want to create a menu using CSS, and i want to differentiate when a parent has a child theme present that it shows a custom picture (i.e. an arrow of some form) to show this. I know that this can ...
0
votes
0answers
48 views

How to create a good looking level indicator similar to the “Twins” Application?

I'm looking for a way to implement a circle level indicator that looks and behaves like the on in the "Twins" Application. I'm curious how this works and I want to learn how to (re)create this. I ...
-1
votes
2answers
200 views

volume indicator techniques

Im desperatly trying to build a volume indicator Just found some volume slider examples. What I look for is like in picture below: What are good volume indicator techniques to handle ?
2
votes
1answer
1k views

how to hide ExpandableListView indicator for groups with no children [duplicate]

Possible Duplicate: ExpandableListView - hide indicator for groups with no children hide indicator for groups with no children main.xml <ExpandableListView android:id="@+id/elv" ...
1
vote
0answers
11 views

Indicator alongside first occurence

I new to SQL and working in Management studio 2008. I would appreciate any insight you would have with the below: Essentially I would like to place a new column, which places a "1" if that's the ...
0
votes
3answers
1k views

Navigation bar at the top of each activity

I would like to place the navigation bar at the top of each activity (see: screenshot). The navigation bar should have two buttons (previous and next activity) and activity indicator. I've seen some ...
0
votes
0answers
191 views

ios activity indicator does not appear

I know there were some previous post relevant with my question. But those answers did not help solve my problem. I would like to add an activity indicator into a login view that is engaged with some ...
3
votes
2answers
182 views

Is it possible to use external indicator to activate display attribute in display file?

I am currently amending an existing RPG program. The aim is to set on an indicator so that this indicator will activate the display attribute ND in a display file to hide a field. The problem is that ...
0
votes
1answer
99 views

how to resize indicators of UIPageControl in ios 4

How do I customise indicators for UIPageControl. I tried accessing this link but no luck... I am stuck please help Raj
0
votes
1answer
211 views

Not able to hide Choice-Indicator of the QComboBox

programmer When I set the background-color of the list view belonging to the QComboBox (per QSS), then this QComboBox will no more use the built-in-opticel-look-and feel. Instaed I have to specify ...
0
votes
1answer
151 views

SSRS Indicator affecting group by

I am filtering a tablix and then grouping both rows (total of 3) and columns (total of 2), with no detail section. One row only has an applicable value for one of the grouped columns. The group by ...
2
votes
1answer
94 views

Making indicator variables out of lists in r

I'm having a data reshaping problem that I could use some help. ID X1 X2 X3 X4 X5 6001 Certificate Associate Bachelor's Master's Doctoral 5001 ...
2
votes
1answer
409 views

QSystemTrayIcon, open other dialog than mainwindow closes the application

As the title says, if I make a systemtray icon which has an option to open an other dialog (e.g. preferences) through there, when I close this other dialog, the whole application closes when I call ...
1
vote
1answer
173 views

GTK app: How do I create a working indicator with Qt/C++?

I've tried in 2 forums, but I had no luck so far. So, I am using Qt IDE in order to build my application so as to participate to the Ubuntu Showdown contest. In my application, I've done the ...
5
votes
3answers
754 views

Android TabPage Indicator content wrapping issue

I've encountered another issue with ViewPager and I can't solve it with my current knowledge right now. I have TabPageIndicator with ViewPager and on every tab, I'm showing text. It's simple ...
2
votes
0answers
797 views

Android:View Pager horizontal scroll is not smooth

I am using view pager indicator and i have sucessfully implemented it but My problem is that my swipe is very slow.Any help regarding this will be appreciated. My indicator activity: public class ...
5
votes
2answers
3k views

Loading Indicator in Status Bar iOS

I'm trying to figure out what the loading circle animation in the status bar is. A lot of apps, when they load data, have a spinner in the status bar to indicate that the app is loading data, but I ...
-1
votes
1answer
58 views

Visually indicating the active control (for controls that don’t show focus rect)

I’m writing a little Windows application which has two list-view-controls. I have set it up so that the user can tab (focus) between the two, but I need a way of visually indicating which is the ...
0
votes
2answers
167 views

NSWindow's title as indicator popup button

I'm trying to make my first Cocoa app (previously I was making iOS apps) and what I wish to do for my custom view is make it's title clickable with indicator (accessory) triangle facing down. Clicking ...

1 2 3