google-app-maker

Is it possible to add values to table widget programmatically in Google Appmakers

♀尐吖头ヾ 提交于 2019-12-23 04:53:08
问题 I am able to show the data source data in google app maker table widget, but I don not know how to show static values (array of object) to table widgets programmatically. I am new to app maker,I don not know is it possible to add values to table widget programmatically or not. If any one knows please help me... Thank you in advance :) 回答1: To call your own create children method you would want to set up a panel similar to the picture provided and set a datasource for that panel for which

Google App Maker saving records to DB is taking 240ms per record

喜夏-厌秋 提交于 2019-12-22 12:24:14
问题 We are having a Google App Maker app using Google Cloud SQL tables. Our location is Prague, Central Europe and saving one record takes incredible 240ms at minimum. It looks like Google App Maker has a proxy just close to my location (latency ~20ms). However our instance set up in US-Central1 (which is recommened by Google to provide Google App Maker apps with the best performance) shows ~120ms ping. We have tried many things including changing the instance location to Frankfurt, Germany (~25

Connect AppMaker to Google SQL

寵の児 提交于 2019-12-22 11:29:30
问题 I tried to connect AppMaker to an existing Google SQL database without success. In Google Cloud, I created a second generation instance (europe-west1) and allow every IP (for the test). Next, I created a user, connected Workbench with the database and created a schema. Without problems. In AppMaker I use the following address to connect to the database: [domainName:]myprojectID:regionName:myinstanceID/mydatabase (with and without domain) Feedback: Unable to connect to Google Cloud SQL

Where can I find all App Maker button icons?

…衆ロ難τιáo~ 提交于 2019-12-22 09:18:33
问题 Is there a list of button icons that can be used in App Maker? E.g. when you set the HTML text field of a button to 'Edit' and choose 'Icon' as button style, App Maker conveniently provides me an icon with a pencil on it. Right now I'm looking for a dropdown arrow icon, but a list of icons would be so useful to make my UIs more clean. 回答1: App Maker uses material font: https://material.io/icons/ 回答2: So it took me some time re-reading the comments and trying to understand how to do it. This

Google App Maker - Creating a contract. Methods to use?

北慕城南 提交于 2019-12-21 22:42:29
问题 I am trying to make a contract in Google App Maker. This contract features text boxes for people to enter their names. The issue I ran into is that it's not enough to just add the person to a SQL database, but there needs to be solid digital evidence of the person signing the contract. Using 'ctrl' + 'p' on the appmaker script messes up the formatting of the page. I see that there is an appmaker sample of how to create a PDF, however, this just creates a new document and then adds text to it.

How to attach a callback to a custom confirmation dialog in Google App Maker?

霸气de小男生 提交于 2019-12-20 03:19:11
问题 I am creating a custom confirmation dialog in Google App Maker and would like the Confirm button to call a passed-in function. I don't see an "onclick" event in the button widget. Any suggestions on how to do this? function confirmationDialog(msg, confirmFunction) { var desc = app.pageFragments.ConfirmationDialog.descendants; var label = desc.Label; var confirmButton = desc.Confirm; label.text = msg; confirmButton.onClick = confirmFunction; // does not work app.showDialog(app.pageFragments

How to set current item in App Maker datasource?

匆匆过客 提交于 2019-12-20 02:00:14
问题 This seems basic but I can't seem to figure out how to manually set the current item to work with from the datasource? To illustrate: I have a table and I notice that when I select a row to edit a field, the item of that row becomes the current item, so if I have a link on that row to Navigate to a page, the row of the item selected will be the datasource.item for the navigated page. However, I also notice that if I just hover over a row, without selecting to edit a field, if then I click on

Exporting data to google sheet

拜拜、爱过 提交于 2019-12-19 11:33:06
问题 This is more about performance. This is the scenario: This app is used to control the inventory of PCs in an organization. So the app has a model that consists of 32 fields and 1 relation. The model already has 2650 records saved in it. I also have a process that exports all the records to a google sheet. Even though it works fine, the export consumes too much time from my point of view. So my logic consists of getting all the records, looping through each one and getting the data of each

Exporting data to google sheet

。_饼干妹妹 提交于 2019-12-19 11:32:56
问题 This is more about performance. This is the scenario: This app is used to control the inventory of PCs in an organization. So the app has a model that consists of 32 fields and 1 relation. The model already has 2650 records saved in it. I also have a process that exports all the records to a google sheet. Even though it works fine, the export consumes too much time from my point of view. So my logic consists of getting all the records, looping through each one and getting the data of each

Export data from Google AppMaker Datasource automatically

本秂侑毒 提交于 2019-12-18 13:36:43
问题 Does anyone know how we can generate report from data in datasource in Google AppMaker automatically ( e.g generate report at 12a.m. ) instead of manually click export data in deployments every time user need the report. I have seen something similar on Exporting data out of Google AppMaker but also no one tried to answer that. Really appreciate if there is anyone who know how to solve this :) 回答1: This can be achieved by using Installable Triggers. Say for example, you have a model with