Questions tagged [indicator]
Measureable information used to determine if a program is implementing their
664
questions
189
votes
11
answers
147k
views
How do you create an Android View Pager with a dots indicator?
Probably many of you (as me), have problem with creating ViewPager with bottom dots, like this:
How do you create such an Android ViewPager?
76
votes
11
answers
63k
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), Third=sample(...
70
votes
15
answers
86k
views
flutter: no refresh indicator when using RefreshIndicator
I added the RefreshIndicator to my page, but there is no indicator visible when pull to refresh. The code is below:
class HomePage extends StatefulWidget {
HomePage({Key key, this.title}) : super(...
67
votes
16
answers
79k
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 ...
65
votes
8
answers
122k
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.
41
votes
2
answers
20k
views
Changing the color of the whitespace indicator in Visual Studio?
In Visual Studio we can show white space by CTRL+R, CTRL+W. But how can we change the color of the white space indicator itself?
I would like to change it to a soft gray so it the color is not as ...
38
votes
5
answers
23k
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 ...
28
votes
7
answers
111k
views
How can I include a needed C library using GCC?
I am trying to compile the simple C example from this tutorial on Ubuntu using GCC. What do I have to use as arguments for GCC to include the needed libraries for #include <libappindicator/app-...
22
votes
12
answers
43k
views
Which is the best way to change the color/view of disclosure indicator accessory view in a table view cell in iOS?
I need to change the color of the disclosureIndicatorView accessory in a UITableViewCell.
I think there are two ways to get this done, but I'm not able to figure out which one's the optimum. So here ...
16
votes
4
answers
9k
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 ...
16
votes
3
answers
12k
views
Custom Tab Indicator(With Arrow down like Indicator)
Is there a wat to make a indicator like this?
it has some pointed arrow down like in the selected item?
15
votes
1
answer
36k
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 ...
13
votes
4
answers
20k
views
android webview client activity indicator
I got the code for showing activity indicator in a webview. I checked more than one reference and still I couldn't get it working. Can you please help me to debug my code below?
The activity ...
13
votes
4
answers
18k
views
How to create unselected indicator for tab bar in Flutter
I created a custom indicator for tab bar using Decorator.
I want to create a unselected indicator for not selected tabs in tab bar.
I did a container with custom decoration but current selected ...
13
votes
3
answers
36k
views
pine script with two indicators one overlaid on the chart and another on its own?
I am trying to write a pine script with two indicators one overlaid on the chart (EMA) and another on its own?(Stoch) I cannot seem to find any info on how to separate these (Visually) but keep them ...
12
votes
1
answer
9k
views
How to bring Circle Page Indicator to the front in Android
I have a view pager gallery and a circle page indicator in the bottom of the view. I want to bring page indicator in front of the view pager and make it transparent if it's possible as like in iphone ...
11
votes
2
answers
54k
views
How to update ViewPager content? [duplicate]
i have this PageAdapter with days of the week, for each pager I have the same Layout. My problem is how update the right listView when change the day. When I change the day the Pager create a new ...
11
votes
2
answers
16k
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 ...
10
votes
2
answers
10k
views
Qt busy indicator
I want to include a native Qt busy indicator in my app, but I'm not sure how to add it, because it is a part of QML, and I write my app in c++.
http://wiki.qt.io/Busy-Indicator-for-QML
9
votes
5
answers
4k
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 textView:...
8
votes
3
answers
8k
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 icon,...
8
votes
1
answer
5k
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 ...
8
votes
1
answer
4k
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 ...
8
votes
1
answer
5k
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 ...
7
votes
1
answer
15k
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"
android:...
7
votes
2
answers
9k
views
How to customise Material UI Tab's indicator width and positioning
I am using the Material ui's tabs and was able to make changes to the Tab's indicator. However, I am trying to reduce the width of the indicator to some fix width for each tab using styles. But it ...
6
votes
2
answers
3k
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 "...
6
votes
2
answers
4k
views
Technical Analysis - Parabolic Stop and Reverse Indicator
I'm trying to build a class to create SAR serie. But it seems I don't understand the steps well. I'm not sure about the initial values for the calculation.
Here is my first attempt:
public class SAR ...
6
votes
4
answers
4k
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.
...
6
votes
2
answers
10k
views
Flutter - download file with android download indicator
I am trying to download an attachment for a mailing system.
To do that I am using Flutter downloader but I need to pass my token with my http client.
I think this plugin doesn't take care of it.
I ...
6
votes
1
answer
792
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 ...
6
votes
0
answers
392
views
Converting native function of MQL5 to GPU using OpenCL
I have written a function in MQL5 for creating an indicator. Here I am attached the indicator file.
Here is the OnCalculate() of the indicator:
int OnCalculate(const int rates_total, const ...
6
votes
1
answer
938
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 ...
5
votes
2
answers
2k
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 ...
5
votes
1
answer
22k
views
Could not find function or function reference 'ema'
I'm getting the error line 13: Could not find function or function reference 'ema'. When I know for a fact ema is a function.
I'm trying to do a simple strategy, where it enters a long trade if the ...
5
votes
2
answers
10k
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
5
votes
5
answers
571
views
Matrix with diagonal pairs of 1's
Say I have the following matrix mat, which is a binary indicator matrix:
mat<-matrix(c(1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1), byrow=T, nrow=3)
> mat
[,1] [,2] [,3] [,4] [...
5
votes
1
answer
3k
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 ...
5
votes
1
answer
5k
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 ...
5
votes
3
answers
893
views
An efficient way to indicate multiple indicator variables per row?
Given an "empty" indicator dataframe:
Index Ind_A Ind_B
1 0 0
2 0 0
3 0 0
4 0 0
and a dataframe of values:
Index Indicators
...
5
votes
1
answer
988
views
Tradinview api: automaticly add users to private Indicator
I was wondering if Tradingview offers an API call to manage users and give rights to private indicator scripts? I would like to publish an Indicator as "invite-only": I would like to setup a ...
5
votes
1
answer
2k
views
XML Schema with complext type containing <xs:all> and <xs:any>?
I want to define a complex type that contains elements that may or may not exist, and also allows for additional undefined elements so I've got something like this:
<xs:complexType name="MyType"&...
4
votes
3
answers
11k
views
How to change color of tabbed page indicator in Xamarin.Droid?
I'm building an application with Xamarin.Forms and a Portable Class Library. I have a tabbed page. I want to change the color of the tabbed page indicator. Changing the rest of the layout is something ...
4
votes
1
answer
1k
views
Mayavi, python axes INDICATOR
does anyone know how to switch on the axes INDICATOR in python code? I can switch it on when the graph is plotted, but I wanna know how to do it in code. I have found only how to switch on the axes:
...
4
votes
3
answers
7k
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 ...
4
votes
5
answers
15k
views
How to change indicator color in Toggle Button ( Android)
Hi every body I want to use toggle button but with different indicator color (like green or red), How to change the color of indicator .
See default indicator on imgur
4
votes
2
answers
6k
views
iPhone X - Set the color of the area around home indicator
I'm pretty much new to Xcode when trying to align a sheet to the safe area of iPhone X, it leaves a transparent area below the sheet.
Is there a way to set the fill of that area w/o expanding the ...
4
votes
3
answers
901
views
R: Create Indicator Columns from list of conditions
I have a dataframe and a number of conditions. Each condition is supposed to check whether the value in a certain column of the dataframe is within a set of valid values.
This is what I tried:
# ...
4
votes
1
answer
9k
views
.NET: Can't get correct RSI and MACD values from TA-Lib
I'm trying to use TA-Lib for technical analysis. I downloaded TA-Lib-Core Nuget package for .NET. Unfortunately, I can't find any API documentation so some method parameters are a bit of mystery.
I ...
4
votes
3
answers
5k
views
How to change position in MPAndroidChart PieChart color indicator
I am working on MPAndroidChart and I want to change position of PieChart color indicator.
<com.github.mikephil.charting.charts.PieChart
android:id="@+id/chart"
android:layout_width="200dp"
...