Questions tagged [genexus-sd]

GeneXus Native Mobile Generator - Creates Android and iOS apps.

96 questions
0
votes
1 answer

Deep linking and shortcuts in Genexus (android)

I have a question about deep linking in genexus. I have a site that calls a url. This url should be handled by an app installed on your phone. The procedure works correctly using the deep link. The problem arises if the starting site is opened from…
Nicola
  • 209
  • 1
  • 8
0
votes
0 answers

Using the same procedure for Java Environment and Smart Devices Offline Application

For context, I have a Java Web Application running on Tomcat 7 and currently using Genexus 16 U10 in the same knowledge base, I also have an Android offline app. The application is really extense, so there are a lot of references in almost every…
Kensy
  • 112
  • 8
0
votes
0 answers

filter to schedule meetings using DateTime in Genexus

I started programming a little while ago and started a project on genexus to schedule meetings for a company, which needs rules so as not to have appointments at the same times. I made the rules using date and they were working, but when I switched…
NoobDev
  • 1
  • 1
0
votes
1 answer

how to call the camera is not through the native object camera, but through HTML

we use a component in the sdpanel ,component url is be set to a html file, there just have a file tag in html file( like this input type="file"), we open this html url in smartdevice's webbrowser ,and then camera can be call, but it not working…
hao
  • 1
  • 1
0
votes
1 answer

Is there any input / output to the local device?

Are there external objects or functions that can be read and written to the local device as an alternative to ClientStorage in an online application? I want to use it as an alternative to WebSession.
0
votes
2 answers

Database creation Failed in Genexus Offline android app

I have a couple issues with an Offline Android app developed in Genexus 16 U11 in C# Environment and SQL 2017. First of all, when I press Build All to any changes to the OfflineDatabase object, Genexus' Navigation View marks it has an error, but it…
0
votes
1 answer

Open the barcode scanner via website in genexus

I know that the Genexus Scanner object only works on smart device panels, but I was wondering if there is a way to open a barcode reader with a button in a normal web panel and have the result returned.
Nicola
  • 209
  • 1
  • 8
0
votes
1 answer

Error "Unauthorized" when deleting record from smart device grid in Genexus

I have an android app created with Genexus. In this, I have a grid created with work with smart device. I can insert and update records but when I try to delete it, after I confirm I get the error "Unauthorized", no other explanations. It works in…
Nicola
  • 209
  • 1
  • 8
0
votes
1 answer

SVG Image on Android in Genexus 17

I'm using Genexus v17 u4 with Android Gen. I'm trying to consume an API that returns an SVG image, but it doesn't work on Android SD. If I do it with an API that returns a PNG image, it works fine. In this case, I need the SVG images because the API…
0
votes
1 answer

[Genexus} What's the code behind de Network.IsServerAvailable() function?

I've been trying to use the isServerAvailable function in SD, it works fine when I run it on my local environment or when I use it in an emulator connected to the remote test server, via vpn installed on my pc. But it fails (returns false) when I…
0
votes
1 answer

Why don't I have objects of type SmartDevices?

I just installed genexus and I want to create an SD object, but in the window to create a new object no object of type SD appears, I added a 'Panel' object but after that it appears: warning: the SD application cannot be started because there are…
0
votes
2 answers

FAB (Floating Action Button) not showing on Canvas in GX16 u11

Since I made a Gx16 u7 version update to Gx16 u11, FAB button stop showing in the panel. I use this configuration to show a button over a Canvas Control: enter image description here Hope you guys can help me. Thanks.
0
votes
1 answer

Problem with Swift compiler version in GX16u7

I'm trying to compile a GX project using Gx16 u7 in a mac running Xcode 11.3, I checked the swift installed version and it is 5.1.3 so it should not have problems but I still have. This is the error that I'm getting when building using Xcode. :0:…
0
votes
2 answers

Issue commiting to Genexus Server

I'm following this tutorial: https://training-legacy.genexus.com/en/training/global/courses/smart-devices-en/introduction-to-genexus-16 and i have the Genexus 16-trial version. In the end of the "First Transaction design" lesson, you have to send…
Guigas
  • 3
  • 1
0
votes
2 answers

multiple entries of the same transaction in developer menu - Genexus 16

Everytime I delete and then add the transaction COUNTRY, it adds a new entry on the developer menu: How do I delete or change the way Genexus behave in order to stop creating new items country in the menu?