Questions tagged [zappdev]
12 questions
2
votes
1 answer
How can I refresh a Chart Control in zAppDev
I have a chart control and I want to refresh it when a user presses a button, but without refreshing the entire page.

nemo
- 1,675
- 10
- 16
1
vote
1 answer
How can I change the prompt [Please Select] from a combo box in zAppDev
I have some combo boxes and I want to change the [Please Select] prompt to something else. How can I do this? Is there a way to change it globally to all combo boxes?
https://www.screencast.com/t/6QznC709

Billbarosa
- 35
- 3
1
vote
1 answer
How can I Define Visible Columns in a PickList, in zappdev
Inside my form, I have a picklist. But when I validate I get this type of error:
"No visible Columns defined". Does anyone know what to do?

Billbarosa
- 35
- 3
0
votes
0 answers
The Image is not fetch in the Table View IOS Swift
Url :- https://newdrcom.azurewebsites.net/DoctorsList.aspx
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = doctorsTableView.dequeueReusableCell(withIdentifier:…
0
votes
1 answer
Created Zoom app (oauth). It doesn't appear in my Windows client apps list
I have created a Zoom app (oauth app type). I can use the "local test" and everything seems correct. I can't get the app to appear in my Zoom Windows client. I want to test the user experience of actually clicking the app in the apps list.
I've…

Steve
- 1,065
- 15
- 34
0
votes
1 answer
"Try correcting the name to the name of an existing getter, or defining a getter or field named"
My Main.Dart File:
import 'package:flutter/material.dart';
void main() => runApp(MaterialApp(
home: QuoteList() ,
));
class QuoteList extends StatefulWidget {
List quotes = [
"Hello World"
"Its never possible until its done"
…

Kulidu David
- 51
- 2
- 2
- 7
0
votes
3 answers
Dart : A non-null String must be provided to a Text widget
So I am going to create a quiz app but while I run it, I get the following error
'pakage:flutter/src/wigets/text.dart': Field assertion : line 298 pos
10 :'data !=null': A non-null String must be provided to a Text widget
it is a flutter based…

Akash Kumar
- 3
- 2
0
votes
2 answers
How to Disable / Enable AuditTrail in zappdev using mamba
I have a parser(mamba operation) and I need to disable the Audit Trail functionality on start of parser, and enable it again when it ends.
How can I accomplish this? Any help would be appreciated.
0
votes
1 answer
OnChange Action in DropDown in Data Grid
I have a Bound Table (to a collection in my Model)
One of its cells is a Drop Down, getting its values from a Dataset.
I want to create a Controller Action, to be called on the "OnChange" action of the DropDown, that will display me the selected…
user7100321
0
votes
2 answers
Is there a way in zAppDev (Mamba) to initialize an object upon creation like object initializers in C#?
The following syntax doesn't pass the validation check.
var suggestionItem = new Domain.SuggestItem {Text: "", Description: "", Icon: ""};

igeorgakis
- 23
- 2
-1
votes
2 answers
ERROR: Failed to parse XML in C:\Users\aNTA\AndroidStudioProjects\breaking\app\src\main\AndroidManifest.xml
Im new to AppDev and learning on my own. While experimenting, i came across this and finding it hard to resolve at the moment. Can anyone help me out pjease. I am working with Android Studio 3.6

DareTo
- 13
- 3
-1
votes
1 answer
How to make a modal control non draggable in zAppDev?
By default the Modal control is draggable.
Is there a way to prevent that?

nemo
- 1,675
- 10
- 16