问题标签 [genexus]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
133 浏览

javascript - 通过javascript代码触发UC中的一些事件

可以在 UC javascript 代码中触发事件吗?我在 UC 代码中有一个 javascript 函数,在该函数结束时,我想触发一个事件,该事件执行与 Genexus IDE 中的事件关联的代码。

像这样:

UC javascript代码:

在 Genexus 事件选项卡中:

0 投票
1 回答
263 浏览

javascript - Javascript UC 和 UC 属性

我有这个 UC:

加州大学的这个事件:

在此处输入图像描述

我得到了这个结果:

在此处输入图像描述

所以我的问题是,为什么属性没有我在方法 show() 中分配的值?

0 投票
1 回答
639 浏览

android - How to change the app startup screen, in Android, when NavigationStyle is Slide

I have two questions for a Slide App StartUp, when executed in Android.

1 - Is there any way of changing the menu icon color?

2 - I am using a SplashScreen but, in Android, after the SplashScreen, a blank panel is presented to the user. Is there any way of filling this panel with an image? (Note: in iOS this startup panel is filled with the splashscreen image).

Visual description

0 投票
3 回答
266 浏览

genexus - GeneXus X Evolution 2 Self-study

I have to use GeneXus X Evolution 2 for my project. But I don't know anything about it. I also don't know how to use this tools in web panel, how to write programs in it. I am completely beginner for it. It is frist time for me. So, I would like to learn starting from basic associated with GeneXus X Evolution 2. If you have good links for online learning or online ebook learning for it, could you guide me? Thanks in advance.

0 投票
1 回答
386 浏览

android - Android 的动态服务 URL 属性

我的应用程序将“动态服务 URL”设置为 true。这是因为我们有多个应用服务器,而且 URL 可能会根据我们连接的网络而改变。

Android:应用程序在 AppBar(右上角)上获得一个菜单,其中包含“设置”选项。应用程序启动调用需要访问应用程序服务器的身份验证过程。

Q1:如果最后一个应用服务器不可用(例如,设备连接到不同的网络),应用程序将返回“错误:连接超时”并且不会给出设置菜单,不允许我更改 URL。即使我转到设备设置并清除应用程序数据,该应用程序仍然会尝试重新连接到上一个/默认服务 URL。似乎无法再次使用该应用程序,直到以前的应用程序服务器可用,以便我可以访问设置菜单。有没有其他方法可以更改服务 URL?

第一季度

Q2:我必须为应用程序创建自己的“设置”屏幕(用户可以在其中选择默认主题、默认行数等)。我可以在genexus 创建的菜单中添加一个新选项(所以我没有2 个设置菜单)吗?

第二季度

0 投票
1 回答
142 浏览

.net - 部署速度

我正在使用 Genexus X Ev 2 构建 .Net Mobile (Win Mob 5) 应用程序。该设备(摩托罗拉 Symbol MC3090)通过底座连接到我的 PC USB 端口(Windows Mobile Device Center / DMA)。

所有作品。

唯一的问题是,当我想运行应用程序时,Genexus DE 需要很长时间才能将 CAB 文件复制到设备上。CAB 有 1.7Mb,大约需要 2 分钟。

如果我通过 Windows 资源管理器手动复制,它很快。大约20秒。

有谁知道 Genexus 是否有特定的东西来加速这个部署?

0 投票
4 回答
1882 浏览

java - Genexus 中的 java.lang.NoSuchMethodError

我正在为我的项目使用 GeneXus Evolution 2。在开发过程中,出现以下错误:

HTTPステータス 500 -java.lang.NoSuchMethodError:com.genexus.ModelContext.server2webcli(Ljava/util/Date;)Ljava/util/Date;

我不知道它是什么以及如何解决这个问题。有任何想法吗?

0 投票
2 回答
3152 浏览

grid - 从网格中删除行

我有一个带有网格的网络面板。此网格链接到 SDT。我已经能够向 SDT 添加行,然后在网格上自动显示添加的行。现在我正在尝试删除某些行。在网格列的事件代码中,我放置了此代码(取自http://hmquiroz2.blogspot.com/2009/09/eliminar-item-de-sdt-en-genexus.html):

但网格保持不变。之后我尝试添加 grid.refresh() ,但无济于事。我尝试将“Web 用户体验”属性从 SMOOTH 更改为 PREVIOUS VERSIONS COMPATIBLE。也没有运气。调试我看到 &SDT.Count 属性没有改变。

0 投票
2 回答
277 浏览

user-interface - 滑动菜单 - 以编程方式扩展它的任何方式?

我在 Genexus 中制作的应用程序有一个导航样式 = 幻灯片。当它启动时,会弹出一个登录屏幕。登录完成并关闭弹出窗口后,用户只能看到一个空白面板。

登录面板返回命令后有什么办法可以展开菜单吗?

0 投票
2 回答
496 浏览

android - 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?

enter image description here