Questions tagged [genexus-sd]

GeneXus Native Mobile Generator - Creates Android and iOS apps.

96 questions
1
vote
3 answers

"an error occurred in the application server (Not found)" message in Android app

I've been handed a Genexus KB to make an SD app for it. But each time i want to try it i get a "an error occurred in the application server (Not found)" each time i've ran it in a real device (connected in the internal network thorugh) or in an…
1
vote
1 answer

Executing a process in server after synchronization in Genexus Smart Devices

In an Android app developed in Genexus Ev3 U4, I need to execute a process in the server after the synchronization ends. The process is an external process in SQL server that uses the recently added records to generate a report. How could I do that?
gcastano
  • 101
  • 1
  • 9
1
vote
2 answers

Add a method to a Genexus's User Control made in Android

I' am trying to develop a User Component for Genexus X EV 3 for Smart Devices. It's about a personalized webview, I have used it in a project, it works but only using the predefined methods that bring Genexus, I can't figure out how to call a method…
vadim
  • 21
  • 4
1
vote
1 answer

Error Management in Genexus SD

I am testing GX24 Android App, and have some questions related to how errors are managed: When the App can't connect to server we can see a nice managed message with an image, instead of the ordinary "Not connected" or "Timeout" blank panel. How…
Jaime
  • 159
  • 2
  • 10
1
vote
2 answers

Youtube Videos inside WWSD

I use one attribute based on Video domain where I add the Youtube urls to be load in the WWSD or SDPanels. I got my Youtube ID and everything is OK in Android, but in iOS the video is not load and keep Loading message. Anyone know if is need do…
Marc M
  • 37
  • 2
1
vote
1 answer

Grid inside Table or MainTable

I have one WWSD or one SDPanel with some attributes but between these attributes that are fixed inside a Table or directly in the MainTable I want put and Grid, the problem is that the Grid is not showed and when I put the grid its no more possible…
Marc M
  • 37
  • 2
1
vote
1 answer

Customizing the selector icon

I'm developing iOs with GeneXus. When I use combos, selectors and pickers, the default selector icon is a "i" symbol inside the control. Is there any way of customizing this?
Jaime
  • 159
  • 2
  • 10
1
vote
1 answer

How secure is the ClientStorageAPI?

I'm using ClientStorageAPI to store some user's data and I had a doubt: How secure is it? I mean, is it possible for an experienced user to change the client keys? Thank You
Andrei Hodecker
  • 136
  • 1
  • 8
1
vote
2 answers

Changing captions on DateTime Picker dialog

In the DateTimePicker, when the App is in portuguese, the word "Confirmar" (default) doesn't fit the button in some devices. Is it possible to change it?
Jaime
  • 159
  • 2
  • 10
1
vote
3 answers

Attribute concatenation with multiple Theme Classes in SD app

I am creating a SD App in GX Ev3, and am working on a list. I came across a requirement for the App and don't know how to do it. I have to concatenate some Attributes in a String, but one of them (&Status) has to be Font Bold. &Status + ', por ' +…
Jaime
  • 159
  • 2
  • 10
0
votes
0 answers

row to column and populate in grid in unanimo.i have Data In Rows And I want to convert to Column

enter image description here i want to show this SDT Split Item Convert to column in grid. i tried all ways but not show it gives error,i tried all ways to show simple SDT in grid but also simple grid is not showing,please see this
0
votes
0 answers

Event associated to push notification is not triggered on android

I have a Menu main object with this code for the notification: Event 'notiopenpet' &Msg = format( !'*** notiopenpet %1', &Value) msg( &Msg, status) EndEvent And this the server side notification…
dmonza
  • 18
  • 4
0
votes
1 answer

Filter in Android grid in Genexus

I have a grid in a Smart Devices panel. The data fetches correctly, but if I add a filter it appears on the screen, it stays fixed at the top of the page and it is as if the grid is scrolling over it ("Ricerca per 'ga' " in the example, "search for…
Nicola
  • 209
  • 1
  • 8
0
votes
0 answers

Manual deeplink not working on android device

GeneXus 18 Version: 18.0.169539 U2 I use this code in the main object of type menu: Event deeplink.Handle( &URL, &IsHandled) Composite msg( &URL) &IsHandled = true EndComposite EndEvent And when I click on a link related to…
dmonza
  • 18
  • 4
0
votes
1 answer

There is a way to get current map coordinates?

I'm using the grid-mapcontrol (https://wiki.genexus.com/commwiki/servlet/wiki?15309,Maps+Control+Type) to display some pins on the map. I'd like to get new coordinates when the user moves across the map and show new pins for the new region. Is this…
dmonza
  • 18
  • 4