Posts by Marcus Maciel • 165 points
10 posts
-
2
votes1
answer97
viewsQ: Load the state value into the currency formatted DidMount component
I want to load a value defined in state of the application. Using a lib to format the input and put Real format coin mask (react-intl-currency-input). Only it does not load the value in the input…
-
0
votes0
answers12
viewsQ: Change number of columns in carouFredSel slider
Good afternoon, I’m having a hard time on the following site: https://totall.agenciaklik.com.br We have to make the customer logo slider stick to two columns on mobile and 4 columns desktop. We are…
-
0
votes1
answer43
viewsQ: Aligns pseudo element to direct in the navigation bar
I’m having a hard time aligning the :before bar on the right. Can anyone help me with that? I’m using this code: .nav-romeu li:before { content: ''; width: 50px; height: 2px; background: #000;…
-
1
votes1
answer581
viewsA: Show fixed banner at the bottom of the site
Hello, place the element with fixed position! #barra { bottom: 0; left: 0; display: flex; justify-content: center; height: 50px; position: fixed; width: 100%; background: #000; } In case any…
-
1
votes2
answers2282
viewsA: How to put side menus on Ionic?
Then in that case you can replace href by ng-click type.: //HTML <a ng-click="irPara()">Ir para</a> //Coloca isso em sua controller $scope.irPara= function () { $state.go('nome da…
ionicanswered Marcus Maciel 165 -
-1
votes1
answer968
viewsA: wamp Localhost in firefox does not work
Leonardo, if you use Skype, it uses port 80, You can go on: Tools > Options > Advanced > Connection > Deselect "Use as 80 and 443 doors as adcional input connections" if you use the IIS…
firefoxanswered Marcus Maciel 165 -
0
votes2
answers167
viewsA: Combobox come blank VB.NET with INNER JOIN
Guys I managed to solve this with an error code block in my system. I thank you for your attempts! //Era simplesmente locar isso cbxUsuarios.SelectedIndex = 0 //só que eles estava no local errado…
-
1
votes2
answers167
viewsQ: Combobox come blank VB.NET with INNER JOIN
I’m having a little problem here and I haven’t found the solution yet, I’m loading data into a combobox using a DATASET from a INNER JOIN done in a database SQL SERVER. Until then it’s okay only…
-
10
votes4
answers19183
viewsA: Is it possible to comment on a JSON file?
No. It was made to contain no comments, it is only a data structure formatted as object. NOTE if even some kind of comment is needed, you can insert one more field within your object called…
jsonanswered Marcus Maciel 165 -
1
votes1
answer215
viewsQ: Error with Angularjs for $http.get
I’m trying to fetch some data via WS(Web Service) only when I ask to return in my app gives this error: No 'Access-Control-Allow-Origin' header is present on the requested Resource. Origin 'null' is…