Posts by Guscarr • 126 points
6 posts
-
2
votes1
answer91
viewsA: Genexus Transmit message via system to another user
I think you could solve using Webnotifications, you can find information and examples http://wiki.genexus.com/commwiki/servlet/wiki?22442,Webnotifications+External+Object…
-
1
votes2
answers126
viewsA: How do I limit the use of a web application so that it can be used by Chrome?
Tayrone, There is a function that is Browserid to identify the browser. With this, at the "entry point" of your application could identify the browser and if it is not Chrome give a message and do…
-
1
votes1
answer232
viewsA: Gx X Ev3, Development Genexus Java Environment
Maybe you have the Output window closed and output messages (error) are there. You can open the window with View/Other Tool windows/Output option.
-
1
votes1
answer217
viewsA: How to return a "OUT" parameter in Genexus Ev3 U1 Smartdevices?
In some app I did something similar to what you mention. It was based on this example. From what I saw in your case the most important difference is that you use the event "tap" (Event…
-
3
votes1
answer857
viewsA: Handle errors of SOAP
Using the Cancelonerror property. This property is used to indicate how errors will be treated by calling a Genexus object via SOAP and invoking a Web Service imported with Genexus WSDL Inspector.…
-
3
votes1
answer4148
viewsA: error: Could not find: C: android-sdk Platform-tools zipalign.exe
Reply on this link: https://stackoverflow.com/questions/24539245/genexus-build-for-android-fails-with-could-not-find-sdk-platform-tools-zipali "Starting with SDK Tools 23, zipalign.exe has been…