Questions tagged [genexus-sd]

GeneXus Native Mobile Generator - Creates Android and iOS apps.

96 questions
0
votes
1 answer

Text in grid when loading data

The "Loading..." text in grids should be translated to the device language right ? I ask because the text do not get the device language someone know why ? In advanced I already load the languages in the KB.
Marc M
  • 37
  • 2
0
votes
1 answer

Authentication Requirement: N UserNames - 1 ExternalID

I have implemented GAM (external authentication) for my SmartDevices project, that uses "Dynamic URL" (in GeneXus). I have just received a new requirement: - In the default (demo) environment, the App must accept ANY username/password combination…
Jaime
  • 159
  • 2
  • 10
0
votes
2 answers

Publishing Apps generated by Genexus

When I publish Apps generated by Genexus in the AppStore, I receive the email: "Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service ... If your app uses the Apple Push…
Jaime
  • 159
  • 2
  • 10
0
votes
1 answer

Remove synchronized rows from offline database in GeneXus Ev3 U2 for Smart Devices Android

I have a GeneXus app in Android and I have two kinds of records, complete and incomplete. When I syncronize the app with the server I need to remove the completed records and leave only the incomplete records. How could I do this? Using Genexus Ev3…
gcastano
  • 101
  • 1
  • 9
0
votes
1 answer

Getting the selected value out of a SDMultiWheel control

I have implemented a SDMultiWheel in my Android app. I use the ControlValueChanged event to get the newly selected value, something like this: Event &var2.ControlValueChanged //var2 being the wheelcontrol msg(&var2) Endevent What's strange is…
Jaime
  • 159
  • 2
  • 10
0
votes
1 answer

MatrixGrid Control - How to set the image between the Axis?

I am trying to set an image, as seen on the example that the Gx documentation provides ("Matrix Class" article): http://wiki.genexus.com/commwiki/servlet/hwiki?Matrix+Class, Can't find the property... Can you please help?
Jaime
  • 159
  • 2
  • 10
0
votes
2 answers

MatrixGrid Control (non sequential Y-Axis Values)

Another question, regarding this control. My Y-Axis (rows) are filled with User data. I use the UserReference as Value (Y-Axis Value Field Specifier) and UserName as Title (Y-Axis Title Field Specifier). Then, I fill the MatrixGrid in the Load…
Jaime
  • 159
  • 2
  • 10
0
votes
1 answer

Matrix Grid Control

I am trying to implement a Matrix Grid Control in my project. Trying to follow the instructions: http://wiki.genexus.com/commwiki/servlet/hwiki?HowTo%3A+Using+Matrix+Grid+Control+for+Smart+Devices I have already created an XAxis (rows), YAxis…
Jaime
  • 159
  • 2
  • 10
0
votes
1 answer

Progress Indicator during Load Event - is it possible?

Developing Smart Devices in Genexus. I am using the Load Event to load some hundreds of records (returned by a 3rd party webService) into the Grid (some rows might have different layouts). When the user hits the search button, a ProgressIndicator is…
Jaime
  • 159
  • 2
  • 10
0
votes
1 answer

Setting the color of a button Back.Image (png)

Developing with GeneXus: I am trying to use this image as a Background for a Button in the Application Bar (iOS): However, when I execute the app it always shows like this (blue): I already tried to set the button class back/fore color to "white".…
Jaime
  • 159
  • 2
  • 10
0
votes
0 answers

Execute a procedure when loading a WorkWith Smart Device in Genexus Ev3

I'm working in a Genexus Smart Device app for Android. I need to display a message on the screen and this message is a result from a procedure. I'm working with a WorkWith Smart Device and the procedure returns the message in a variable that is…
gcastano
  • 101
  • 1
  • 9
0
votes
1 answer

How to wrap a website in Genexus mobile application

i would like to have a Genexus mobile application include a website within the boundaries of the mobile application. Similar to using an iframe in a web application. The basic flow it the user launches the mobile application on their device, then…
sreeli
  • 47
  • 7
0
votes
1 answer

Ask for confirmation in cancel and back envents with Genexus Ev3 for Smart Devices

I need to ask the user for confirmation when he taps the back or the cancel buttons, but only when the transaction is in edit mode. ¿How can I ask the mode for the current transaction? Event Back Composite &Answer=…
gcastano
  • 101
  • 1
  • 9
0
votes
1 answer

Genexus for Android: Can't assign SDWheel control

I am struggeling for quite some time now because I want to implement a SDWheel control in my App. The problem is that it isn't being assigned when trying to use it with Attributes (works fine with "Values" and "Range" though). However, I can use…
Jaime
  • 159
  • 2
  • 10
0
votes
2 answers

Scroll is not working inside a tab control in android app made with Genexus

I'm working in an app for android using Genexus Ev3 U2 for smart devices. I have a transaction where I have a tab control with several attributes inside each tab page. One of the tab pages has several combo box attributes and the list is bigger than…
gcastano
  • 101
  • 1
  • 9