All Questions

1
answer

Recover item from a Picker

I'm having a project in Xamarin Forms and want to retrieve a selected item from a Picker. The Picker is being fed by a list of Objects in its "ItemSource" property and I am showing the values in that list with the "ItemDisplayBindind" propert...
asked on 15.06.2018 / 15:33
1
answer

How to change the distance or rotation of the axis title of a graph relative to the axis itself

I draw the chart below using the R. plot3D package. I would like to move the label of the z axis% of the axis values a bit or leave it horizontal. Does anyone know how I can proceed? Here is the code: library("plot3D") #Function density probab...
asked on 19.05.2018 / 03:02
1
answer

Error in GIT when sending project to Ionic Pro: fatal: sha1 file 'stdout' write error: Broken pipe

I have signed Ionic Pro and am trying to send my local project to their Cloud. I use the command: git push ionic master It starts well but gives the following errors: git push ionic master Enter passphrase for key 'C:\Users\Ramos\.ssh\...
asked on 12.01.2018 / 18:31
3
answers

Remove the added style with .css () function with jQuery

I'm changing CSS with jQuery and need to remove the style I've added: if(cor != 'ffffff') $("body").css("background-color", cor); else // remover style ? The above line runs whenever a color is selected using a color picker when the mouse m...
asked on 14.12.2017 / 11:46
1
answer

How to find out the path followed by a function in js

Explaining my scenario, I use emberjs, and it encapsulates every Component within a Controller that will be encapsulated within a Router , and still has a schema of Model , Mixins , Helpers , this when there...
asked on 15.08.2018 / 17:37
2
answers

Place data from a row in columns

SELECT datacc, horacc FROM R070ACC WITH (NOLOCK) WHERE numcad = '2676' AND DATACC between ('2018-16-04') and ('2018-15-05') and oriacc = 'E' In the first column appears the day of the month repeated 4x, with different records in the sec...
asked on 16.06.2018 / 17:27
2
answers

Change view / component but not URL

I'm working on a 404 page, it works fine, I have the following: const router = new VueRouter({ routes: [ // ... { path: '*', component: NotFound, name: '404', meta: {page_titl...
asked on 03.11.2017 / 19:53
1
answer

What is the correct way to declare a method thread and prevent the same method from being used out of scope?

In my last questions I was creating some methods to automate some queries. It's cool, but now I need to control access to methods by specifying a sequence. When using the Select () method, I can not access it again. After the Where () metho...
asked on 14.11.2014 / 21:12
2
answers

GIT: project with 2 versions in different clients and main branch

I have a question about the GIT organization. I have 1 project that will divide into 2 versions for different clients, I would like to maintain a main branch and that the generic changes would be made in this branch and replicated for the 2 v...
asked on 27.11.2017 / 14:16
1
answer

Problems hiding / displaying div with Javascript

I'm having a relatively simple problem, but I can not find a quick solution: I have a dropdownlist that determines which div will be displayed, and the moment the page loads for the first time, it works perfectly. Shortly after saving t...
asked on 09.01.2015 / 13:38