Posts by Atoyansk • 337 points
20 posts
-
0
votes0
answers172
viewsQ: Ionic 3 displays "App not installed. The package appears to be Corrupt."
I’m trying to install the apk on 2 different devices (Galaxy and LG), but both are displaying "App not installed. The package appears to be Corrupt.". Earlier I was trying to include Google Login in…
-
1
votes0
answers120
viewsQ: Angularjs - Json in Localstorage does not update Array
I have a form in a View that should update the "color" property of an Array. This Array colors has 5 objects, each serving to set the color of an element of another View (so the option to use…
-
1
votes1
answer538
viewsQ: Toggle using different ng-Style - Angularjs
I have a DIV with a style applied via ng-style (because some values are calculated in the controller). <div ng-repeat="i in getNumber(tiles) track by $index" ng-click="toggle = !toggle" // =>…
-
0
votes0
answers103
viewsQ: Symfony - Installation Problems with Windows 8
I am trying to install Symfony on Windows 8, but I get the Windows message that "This application cannot run on your PC". This occurs when, through the CLI, I try the command symfony…
-
0
votes0
answers320
views -
0
votes1
answer174
views -
0
votes1
answer174
views -
2
votes2
answers2413
viewsQ: Ajax does not work - send PHP data without refresh
I’m trying to send merged data from a form + PHP variables to be inserted into the BD, without there being page refresh. For this, I have a simple html form, and a PHP conditional that checks the…
-
2
votes2
answers1059
viewsQ: Position of DIV relative to another with dynamic content
I have two divs on my page, a class="rodape" and another class="content". The first is the footer of the page, and adjusts its position relative to the bottom of the fixed contents of the page…
-
0
votes0
answers162
viewsQ: While Times Limit - Arrayiterator
I’m doing two queries in different BD tables to generate a page with different views depending on the result. For this, I am mounting in each query a different While. In fact, one is within the…
-
1
votes3
answers410
viewsQ: Send variables to PHP via Ajax - undefined variables
I’m trying to send data from one PHP file to another via Ajax, but the variables are going undefined (in Alert, it displays: "Notice: Undefined variable:"). A brief description of the structure used…
-
6
votes1
answer954
viewsQ: Record video file after capture on site
I have a page that captures a video + audio from the user using HTML5 and Javascript. The code follows: <video width="600" height="400"></video> <input type="button" id="stopbt"…
-
3
votes0
answers1376
viewsQ: Wheel of Life Chart
I am looking for a tutorial, plug in Jquery or code for a graphic in the format "Wheel of Life", as in the image below. There will be no animation, but the data will be dynamic, coming from a…
-
0
votes1
answer687
viewsQ: Error while trying to execute Insert PDO function - PHP
I’m trying to create a PDO function to perform two inserts, one after the other, but I’m having difficulties. The function code is: public function double_cad(array $dados){ $pdo = parent::getDB();…
-
2
votes1
answer225
viewsQ: Dropdown with Jquery/Ajax only sends data in the first record
I am applying a dynamically dropdown to each item of a returned list in PHP. When selecting any of the dropdown items, this value is sent to an Update.php file, via Jquery and Ajax. The Dropdown:…
-
0
votes2
answers922
viewsA: Load Map in Fragment - Android
Post-based https://stackoverflow.com/questions/19353255 (see reply of Brandon Yang), I changed the code of Mapafragment.java, using Mapview, and it worked. It was like this: public class…
-
1
votes2
answers922
viewsQ: Load Map in Fragment - Android
I’m creating an app with 2 tabs in Swipe, loading Fragments. Since the first is a Listfragment (which is ok), the second should load a map, but, after I tried to insert, crashes the application and…
-
1
votes1
answer1162
viewsQ: Insert Google Maps search bar
How to insert a search bar in Google Maps on Android? Need something similar to the image below: For this result, will I need to use Text and Overlay? Is there an example to help you understand?…
-
0
votes1
answer306
viewsQ: Google Maps Navigation Material Design
Someone knows reference material to develop an Android app similar to the new Google Maps navigation and animation format? The idea is to position the Marker Infowindow in the region below the…
-
0
votes1
answer1756
viewsQ: Pass PHP value to Simplemodal Form via GET
I’m using the Simplemodal Contact Form by Eric Martin, but I’m having a hard time passing a variable to the form via get. I wanted to, in the index.php, I could send the variable $palestra_titulo,…