Posts by aleDsz • 325 points
9 posts
-
1
votes0
answers14
viewsQ: Is it possible to set a size for the Amfunnelchart Slices?
I am creating a Dashboard to display the customer data and had the idea to use the AmFunnelChart to create a funnel of information from a user operation flow. But when I use some funnel with very…
javascriptasked aleDsz 325 -
7
votes2
answers962
viewsA: PHP multiply hour by integer value?
You need to use the class DateTime, where there is the method modify so that you can modify your date according to your need. $time="0:01:00"; $mult="5";…
-
2
votes0
answers52
viewsQ: Problems with connection to the Bing Ads API
I am creating a connection to the Bing Ads API via R, as there is no library for this and I need to get all the data Analytics existing for my project. But I’m not getting this connection through…
-
2
votes1
answer777
viewsQ: How to leave a fullscreen div with CSS3 and scrollTo with jQuery
I’m trying to create a responsive website with Twitter Bootstrap and would like to know how I could leave the div so that they stay fullscreen, that is, that it occupies the entire screen and that…
-
3
votes1
answer261
viewsQ: XML returning incorrect values
I’m trying to do a show on c# to test the codes needed to run a xml, read your data and enter it in a list. But for this, I preferred to use a MessageBox to do the debug first. Man xml is a RSS Feed…
-
0
votes2
answers6454
viewsA: How to clean the combobox without losing the items?
You may be saving, for example, 20 items from your comboBox1 in a vector and then you can erase the data contained in the comboBox1. Declare as global variable string[] items = new string[20]; To…
-
0
votes4
answers3330
viewsQ: How to use Asynctask on Android?
I’m trying to get my application to download an XML (RSS Feed) and read your tags to display it on the home screen. But the application closes after downloading before trying to start the method…
-
0
votes1
answer1009
viewsQ: Read text file via HTTP
I’m creating an app for Android with Android Studio and I’m having trouble reading a text file that is hosted on the Internet. Whenever I try to execute the method checkVersion() it returns the…
-
6
votes1
answer4013
viewsQ: Problems with the Phonegap
I discovered this Phonegap not long ago, but today I got the urge to meet him. Well, as I said on the site, I needed to download Nodejs and execute a command on the CMD for it to install Phonegap.…
apache-cordovaasked aleDsz 325