genexus

GeneXus Platform SDK installer not working for Visual Studio 2015

与世无争的帅哥 提交于 2019-12-24 09:26:37
问题 I'm trying to setup an environment to develop a Genexus extension for version 15. After installing Visual Studio Express 2015 (based on Genexus wiki instructions) I'm installing Genexus SDK Platform 15 Upgrade 3 The SDK installer pop up an error "Can't find VStudio 2005 or 2008", and continue installation. But Genexus projects templates are not available in VStudio 2015 after that. It worked fine for VS2008. I also try this GeneXus wiki suggestion but it doesn't work. It is about manually

External Object for Android with callback Event

谁都会走 提交于 2019-12-13 03:36:59
问题 I'm building an External Object for Android. I have an asynchronous method and I guess I must to use an Event into the External Object to receive it's callback in Genexus. But, can anyone show me how to trigger this event in GX from the android java class? 回答1: This method: mCoordinator.runAction("yourEvent", null); And the mCoordinator you can get it at the constructor: public YourUC(Context context, Coordinator coordinator, LayoutItemDefinition definition){ } 来源: https://stackoverflow.com

Database schema normalization checker?

扶醉桌前 提交于 2019-12-12 07:50:20
问题 I'm interested in learning about tools that operate like this: Given a database schema and some data, suggest whether the schema is likely structured in any particular normal form, and then tell how the schema might be factored to produce further normalization. Basically, a static analysis tool for database schema design. Like other static analysis tools, such a database tool need not generate perfect results (I doubt such a "perfect" tool is computationally feasible), or applicable to all

User Control location and update during development

三世轮回 提交于 2019-12-10 20:26:01
问题 I have an user control, with name Test1 for example, in the directory: C:\Models...\CSharpModel\web\Test1 Even when I delete it in that directory, the user control still works in the webpanel on the browser. Why this happens? How can I make sure the user control is deleted? And how can I make sure the user control is updated? Because even when I change the version, do the install command, restart the browser and make sure the browser is refreshed properly (or test it in another browser),

Algorithm negotiation fail deploying iOS app in OSX “El Capitan”

我与影子孤独终老i 提交于 2019-12-06 16:29:53
问题 I'm trying to deploy an app to a macbook with "El Capitan" OS Version but the MacTransfer.exe of Genexus says "Algorithm negotiation fail". I have already enable the remote login and also made the change in de etc/ssh/sshd_config for PasswordAuthentication yes. Also if I try to connect with open ssh from my windows laptop I'm able to do it. is there another line to be included in the ssh? 回答1: This problem has been fixed recently. You may patch your GX installation by replacing the files

Algorithm negotiation fail deploying iOS app in OSX “El Capitan”

狂风中的少年 提交于 2019-12-04 21:04:41
I'm trying to deploy an app to a macbook with "El Capitan" OS Version but the MacTransfer.exe of Genexus says "Algorithm negotiation fail". I have already enable the remote login and also made the change in de etc/ssh/sshd_config for PasswordAuthentication yes. Also if I try to connect with open ssh from my windows laptop I'm able to do it. is there another line to be included in the ssh? Gonzalo Gallotti This problem has been fixed recently. You may patch your GX installation by replacing the files contained in the following zip files: GeneXus Salto GeneXus Evolution 3 Within :

Database schema normalization checker?

岁酱吖の 提交于 2019-12-03 12:34:50
I'm interested in learning about tools that operate like this: Given a database schema and some data, suggest whether the schema is likely structured in any particular normal form, and then tell how the schema might be factored to produce further normalization. Basically, a static analysis tool for database schema design. Like other static analysis tools, such a database tool need not generate perfect results (I doubt such a "perfect" tool is computationally feasible), or applicable to all database systems, or free/open source, or anything else. The tool need not be stand-alone; it could be