Tagged Questions
The indicator tag has no wiki summary.
21
votes
6answers
42k views
How to use activity indicator view on iPhone?
An activity indicator view is useful in many applications.
Any ideas about how to add, activiate and dismiss an activity indicator view on iPhone?
All the methods for this are welcomed here.
15
votes
2answers
838 views
Emacs :TODO indicator at left side
I want to have sort of indiacator at left side of the line wherever I have in the source code
#TODO: some comment
//TODO: some comments
The indicator could be a just mark and I already enabled ...
6
votes
4answers
8k views
Best way to change the color/view of disclosure indicator accessory view in a table view cell in iPhone
I need to change the color of disclosureIndicatorView accessory in the tableView cell.
I think there are two way to get this done. But not able to figure out which onez the optimum. So here is what I ...
6
votes
1answer
3k views
ASP.Net MVC Loading In Progress Indicator
I have an MVC Controller that runs through a process, sets some View Data, and then returns the results of this data back to the user in a View. The process time is dependent on the amount of data ...
4
votes
2answers
652 views
All Levels of a Factor in a Model Matrix in R
I have a data.frame consisting of numeric and factor variables as seen below.
testFrame <- data.frame(First=sample(1:10, 20, replace=T),
Second=sample(1:20, 20, replace=T), ...
4
votes
2answers
1k views
TableViewController doesn't flash scroll indicators even if the table is bigger that the view
I've got a weird problem with a TableViewController.
In the doc it says that a tableViewController deals also with the method
-flashScrollIndicators when the table is "oversized" respect the visible ...
3
votes
1answer
738 views
Android ExpandableListView indicator/icon always stretched
I use my own icon image as indicator for ExpandableListView, but the icon seems to be stretched, I tried to put the image file in /drawable and /drawable-hdpi with no luck. If I do not use my own ...
3
votes
2answers
589 views
Loading indicator with Google Chrome
I have problem with Google Chrome or rather Androids (2.1) webbrowser.
My webapp calls restservices with each page shift. This takes some time and I need a feedback for the user like a little ...
3
votes
1answer
864 views
Iphone Custom Scrollview indicator
I am currently working on an application for a client, and they have made an odd request. The request involves putting a custom image as the indicator for the scrollview. I am not even sure if this is ...
2
votes
1answer
63 views
C Programming bit representation
For example, I have 3 counters (which I essentially want to represent as truth values (counter > 0 true; false otherwise). This leads to 2^3 = 8 permutations for my truth values as shown:
000
001
010
...
2
votes
0answers
46 views
A Java Scroll Indicator with floating scrollbars which only appears during scrolling
I need a scroll pane with scrollbars only visible during scroll events or when needed to pull.
Something that looks like the scroll bars on the nowadays smartphones.
I searched a lot but found only ...
2
votes
1answer
85 views
Where can I find information on integrating Java applications into the Ubuntu application indicator menu?
I have a Java application that essentially functions like an instant messaging type of program. Until the recent "upgrades" to Ubuntu with the Unity interface I had a simple icon showing up in the ...
2
votes
2answers
2k views
Expandable list view move group icon indicator to right
As regards to expandable list view, the group icon indicator is positioned to the left side, can I move the indicator and positioned it to the right? Thanks.
EDITED: Since I don't want to extend the ...
2
votes
1answer
259 views
R Statistics: Average True Range Trailing Stop indicator
I am using the following article:
marintrading.com/106VERV.PDF
to create the Average True Range Trailing Stop indicator in R. I have tried various ways to do this, including for loops, pmin and ...
2
votes
1answer
618 views
How to make CheckBox focus border appear when calling CheckBox.Focus()?
When the user tabs into a CheckBox to give it focus, a dotted border appears around the CheckBox to indicate that it has focus.
When the CheckBox gets focused by code calling myCheckBox.Focus(), no ...
2
votes
1answer
587 views
How can I get the width of ExpandableListView's group indicator drawable on Android?
If I use the default group indicator (not setting a new one), how can I know the padding width for the layout of groupview?
So can let my layout won't overlap with the group indicator.
Is that ...
2
votes
1answer
1k views
iphone - table Cell color doesnt apply behind disclosure indicator
I have a table view that has alternate colors as background color for cells.
In addition to that i have added a disclosure indicator accessory.
However, the problem is that the cell background color ...
2
votes
0answers
432 views
What are the indicator functions and constraints for complex grid drawing problems?
If you're looking at an array of pixels, in either 0,1,2,3, or even N dimensions, it's easy to tell if a certain pixel falls on a square or rectangular grid line within it by using an indicator ...
2
votes
3answers
3k views
'Loading circle' or 'busy label' for Swing?
I've used this 'LoadingCircle' project in .net applications. Is there an equivalent component that provides a loading circle for Swing? Are there any other loading indicators available for Swing.
2
votes
2answers
832 views
connecting an UIActivityIndicator to a UIButton
New to all this Xcode stuff - I have a few UIButton's that links to movie & music files from my web site - they works fine, it's just that there's some lag time while it's loading the MoviePlayer ...
1
vote
0answers
10 views
Get current thumbnail for file, thumbnail indicator. Using .NET
Using .NET:
When we create file windows create thumbnail for it, how to get it?
I do not need generate new, I need get current thumbnail.
When we add image to dropbox folder(or svn folder) it shows ...
1
vote
4answers
78 views
Network Activity indicator should be always active?
I am using network activity indicator in an iphone project . the problem is even when there is no send and receive in my app the indicator is spinning and only stops when network is disconnected .
...
1
vote
2answers
165 views
Forex Trading Platform for C# [closed]
What are the good free Forex trading platforms for writing algorithms in C# for automated trading.
I tried cAlgo but it is basic, needs more features and slow developping...
I tried NinjaTrader but it ...
1
vote
0answers
78 views
android:set size of indicator in expandable list view
I am making an app in which i have to use image of group indicator when when applied it shows enlargrd image .Can anyone help me how to set indicator image in expandable list view .Any help will be ...
1
vote
1answer
59 views
What is easier? Merge or Indicator variables?
I have two sets of data that I would like to investigate. The first is gene/genome related data given different 'cell-states'. The second set of data is relates the genes to a biological pathway. I ...
1
vote
2answers
225 views
Loading indicator inside image whilst image is loading
I quite like the effect presented here:
http://rascals.eu/templates/rt0802/portfolios/portfolio-2-columns/
The problem however is that if you look at the source code you'll notice that there aren't ...
1
vote
2answers
386 views
Monotouch - Usage of Activity Indicator View on Button TouchDown
Does anyone know how to display an Activity Indicator View in a Alert View on a TouchDown event?
thanks in advance for the help.
1
vote
1answer
348 views
Android: GroupIndicator(Arrow) of ExpandableListView not centered
I am using ExpandableListViews for a while now and it worked great... but now I tested my App on different devices and I noticed, that the Arrow of the Groupelements is not vertically centered on some ...
1
vote
2answers
533 views
Removing Android ToggleButton's green indicator light
I would like my app to have a day of week selector with multiple day selection capability. I'm using ToggleButtons for this right now, but because of the indicator lights a ToggleButton takes too much ...
1
vote
1answer
174 views
Changing the “update rules”-parameter of a KpiListItem in SharePoint 2010 programmatically
[ short reminder: english is not my native language :) ]
Hello, I have this problem for a few days now (and it starts to drive me seriously mad).
Like the title says, my problem is that I need to ...
1
vote
1answer
742 views
How set accessory type when tabel view is enbled to editing?
I am using the UITableView properties to edit it.
theTableView.editing = YES;
theTableView.allowsSelectionDuringEditing = YES;
It is working fine, the row is selected and I am getting into the next ...
1
vote
1answer
638 views
ajaxStart() showing loading message doesn't seem to work
I user jquery.ajax call to controller of asp.net mvc... I would like to show a loading indicator.. I tried this but that doesn't seem to work...
<div class="loading" style="padding-left:5px; ...
1
vote
4answers
238 views
How to use length indicator in a C++ program
I want to make a program in C++ that reads a file where each field will have a number before it that indicates how long it is.
The problem is I read every record in object of a class; how do I make ...
1
vote
2answers
1k views
IPhone - Show Wait Indicator
What I try to do:
If a user is pressing a button, a new view controller is being loaded and pushed to the navigation Controller.
The new view controller is doing some hard database querying in it's ...
1
vote
1answer
150 views
What's considered the best table sorting indicator?
I've got a 'classic' table which has table heads with field names in it:
There are a lot of ways to display an sorting indicator in a table:
Upwards and downwards triangles after the active field ...
1
vote
1answer
669 views
jQuery ui sortable loading indicator
$(document).ready(function() {
$("#test-list").sortable({
handle : '.handle',
update : function () {
var order = $('#test-list').sortable('serialize');
...
0
votes
2answers
25 views
UIScrollView - scroll indicator with white points (like on home-screen)
I want to change UIScrollview scroll indicator's style.
I have turned paging on and I want to see white points (like on iPhone home-screen) instead of bar.
It is possible?
Thank you
0
votes
0answers
19 views
add page indicator on blackberry
I want to put pictures like in the picture in many pages. How can I add the page indicator and scroll between pages.
http://img4.hostingpics.net/pics/282675image.png
0
votes
0answers
96 views
Custom indicators of tickerplot
I use the tickerplot to build a stock app,and now I want to show some custom indicators in the page,and the indicator I want to show in page is some line charts,it use the data isn't OHLC ,it use some ...
0
votes
3answers
63 views
Adding HTML to a page element with ajax onclick
To have an indicator while doing an ajax request, I got information saying that I should have the indicator with the animated gif placed in the page element, then on success of the ajax function ...
0
votes
1answer
126 views
android horizontal view paging indicator
I've implemented the horizontal view paging, now how do i give the indicators. In a post i found a component com.viewpagerindicator.CirclePageIndicator. But while executing it shows class not found. ...
0
votes
0answers
64 views
UIScrollView Indicator is stretched
I have a paginated UIScrollView with several UIImageViews inside for horizontal scrolling. All works as expected, but there is one strange thing about the horizontal scroll indicator: it looks as if ...
0
votes
0answers
17 views
Is there a field indicator to indicate a null insert value?
DB2 uses the null indicator... for example
EXEC SQL INSERT INTO TABNAM (FILD1, FILD2) VALUES (:HOSTVAR1, :HOSTVAR2:NULL-IND2) END-EXEC.
notice the NULL-IND2 field which can be set to a -1 to ...
0
votes
1answer
33 views
serial-port communication with programmable indicator
Does anybody have a program manual/documentation for avery weigh-tronix model 1015.Trying to talk to the scale indicator through rs-232. thanks
0
votes
0answers
98 views
QTreeView draw drop indicator
I need to implement rows moving via drag-n-drop in QTreeView and show the drop indicator between rows. I am wondering if there is a way to override indicator drawing, so it is displayed for all levels ...
0
votes
1answer
173 views
Android hide keyboard but a cursor stays on screen
Good morning!
On an app that I'm working on, I hide the soft keyboard and have a dark overlay appear on screen. The issue I'm having is that after the keyboard is hidden, there is still a little ...
0
votes
0answers
63 views
Activity Indicator (In Superview) not moving down
I have a TableView. When I select a row then it starts HTML Parsing in Background thread and it shows a UIActivity Indicator on the top of tableview using a subView until parsing finishes. That ...
0
votes
0answers
32 views
Use image only as tab indicator
I want my app to look like this,
http://i.stack.imgur.com/7BLsK.jpg
but now it looks like this, (there is an empty space below the tab image, i want that to be gone)
...
0
votes
1answer
232 views
Change the color of the Java Swing Component Focus indicator
I have a JPanel with a JButton, JTextField and a JTable, and the TAB key traverses these components as expected with a little black box drawn around the component (or cell in case of the JTable) that ...
0
votes
0answers
52 views
[microsoft Bi SSRS]how to show more than one indicators
I meet a problem using SSRS 2008.
I want to set more then one indicators in gauge panel based on a value,but I found that it allows only one.
I try a way,that is to show or hide,but i do not look ...