DELPHI盒子
!实时搜索: 盒子论坛 | 注册用户 | 修改信息 | 退出
检举帖 | 全文检索 | 关闭广告 | 捐赠
技术论坛
 用户名
 密  码
自动登陆(30天有效)
忘了密码
≡技术区≡
DELPHI技术
lazarus/fpc/Free Pascal
移动应用开发
Web应用开发
数据库专区
报表专区
网络通讯
开源项目
论坛精华贴
≡发布区≡
发布代码
发布控件
文档资料
经典工具
≡事务区≡
网站意见
盒子之家
招聘应聘
信息交换
论坛信息
最新加入: xiao2024
今日帖子: 16
在线用户: 13
导航: 论坛 -> DELPHI技术 斑竹:liumazi,sephil  
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/27 21:22:32
标题:
FMXLinux 1.69.817 for RS 11.1 from April 26, 2022 (update) 浏览:2560
加入我的收藏
楼主: FMXLinux 1.69.817 for RS 11.1 from April 26, 2022 (update)
Full features FireMonkey implementation for Linux Platform.
http://altd.embarcadero.com/getit/public/libraries/FMXLinux/FMXLinux-20220426.zip
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/27 21:35:11
1楼: 怎样看delphi里的fmxlinux版本呢?上面这个版本支持linux arm吗?
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/27 22:59:15
2楼: 要怎样安装呢,大牛?我的rds 11.1lite已经自带fmxlinux,要删除原来版本的文件,还是要重新安装delphi?
----------------------------------------------
-
作者:
男 lsuper (lsuper) ★☆☆☆☆ -
盒子活跃会员
2022/4/27 23:50:50
3楼: @sxqwhxq (步惊云):不需要重装;解压官方 zip 整理成 Ext.HotFix.7z 内部的文件布局,整体替换到 :\Program Files (x86)\Embarcadero\Studio\22.0\ 即可

或者 http://bbs.2ccc.com/topic.asp?topicid=617617  的 mega、baidu 获取新 Ext.HotFix.7z 手动解压替换(注意管理员权限) :\Program Files (x86)\Embarcadero\Studio\22.0\
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/28 2:17:30
4楼: FMXLinux

How to install
1. Close Rad Studio
2. Copy content of bin folder to bin folder installed Rad Studio
3. Copy content of lib folder to lib\linux64 installed Rad Studio
4. Copy content of Redist folder to Redist\linux64 installed Rad Studio
5. Copy content of samples folder to C:\Users\Public\Documents\Embarcadero\Studio\22.0\Samples\Object Pascal\Multi-Device Samples\User Interface\FMXLinux
6. Copy content of source folder to source\fmx installed Rad Studio
7. Add registry key HKEY_CURRENT_USER\Software\Embarcadero\BDS\22.0\Experts\FMXLinux with full path to FmuxLib.dll value, for example C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\FmuxLib.dll
8. Start Rad Studio

NOTE: my preferences:  NEVER "PROGRAM FILES XX" folder usage!
---> c:\MyComponents\...
----------> FMXLinux\...
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 www12345 (风云) ★☆☆☆☆ -
盒子活跃会员
2022/4/28 9:01:38
5楼: FmxLinux 手工安装!

1、解压到一个目录,比如我的是  D:\VCLS\FmxLinux
2、按照自己解压的目录修改后添加注册表
[HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Experts]
"FmxLinux"="D:\\VCLS\\FmxLinux\\bin\\FmuxLib.dll"

3. 把\lib\Linux64\Release 目录添加到 Linux64 的 "Library path"   (Options\Language\Delphi\Library)
4. 把\lib\Linux64\Debug   目录添加到 Linux64 的 "Debug DCU path" (Options\Language\Delphi\Library)

5. 重启IDE
6. FMX项目上右键添加 Linux64
----------------------------------------------
一卡通专家的中专家www.cnduh.com
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/28 9:23:15
6楼: 谢谢了,把fmxlinux装到专门目录,对已经用paserver建立的linux connect和linux sdk有影响吗?
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/28 9:56:59
7楼: in fact, where the FMXLinux is installed just important to Code-Editor/Compiler found the "binary" files to create your "APP".

the PAServer, just take care of the "deployment" of final-binary on target O.S. (MSWindows, Linux, macOS). --- a bridge between two worlds!

Of course, in your project, you define your "CONNECTION" used by PAServer. And here, you just define the IP/Port of target O.S. nothing more!
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/28 12:05:01
8楼: 现在还活跃在2ccc,就你我pcplayer和lsuper了。
随他们去吧,他们在光辉的黎明到来时倒在了delphi神殿前。
----------------------------------------------
-
作者:
男 glings (glings) ★☆☆☆☆ -
普通会员
2022/4/28 19:34:05
9楼: 步大侠,请教个问题,REST dataSnap官方有个"REST Heavyweight Callbacks"说明,
REST中,如何使用它,我是想在REST中通过服务端向客户端发送数据。
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/28 20:00:58
10楼: 我不用这个Heavyweight Callbacks,服务器用DSServer的broadcastmessage,客户端DsClientCallbackChannelManger,非常好用。
----------------------------------------------
-
作者:
男 glings (glings) ★☆☆☆☆ -
普通会员
2022/4/28 20:59:46
11楼: 我的服务端与客户端只通过HTTP联系,可以使用吗
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/28 21:22:14
12楼: DataSnap: TCP/IP or HTTP(S) communications, REST or not!
此帖子包含附件:
PNG 图像
大小:58.4K
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 glings (glings) ★☆☆☆☆ -
普通会员
2022/4/28 21:52:32
13楼: emailx45,I mean want to use Heavyweight Callbacks( or broadcastmessage) in REST Datasnap(The client communicates with the server using the HTTP protocol)
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/28 23:42:43
14楼: 当然,datasnap rest推荐使用http
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/29 9:26:51
15楼: 呼叫email45:
在fmx里,怎么用enter代替tab,实现edit间焦点切换?
----------------------------------------------
-
作者:
男 pcplayer (pcplayer) ★☆☆☆☆ -
普通会员
2022/4/29 9:57:04
16楼: Enter 切换焦点:

procedure TForm1.Edit1KeyDown(Sender: TObject; var Key: Word; var KeyChar: Char;
  Shift: TShiftState);
begin
  if Key = vkReturn then
  begin
    Edit2.SetFocus;
  end;
end;
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/29 12:32:58
17楼: 这个得为每个edit写,有没有一个事件为所有edit共用的?
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/29 13:09:14
18楼: take a look at my sample
http://bbs.2ccc.com/topic.asp?topicid=628762
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 littlestone08 (littlestone08) ★☆☆☆☆ -
普通会员
2022/4/29 15:38:37
19楼: 按各位大神的试验一下。
----------------------------------------------
我和我追逐的梦,擦肩而过
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/30 8:48:12
20楼: my NEW sample now it's not necesary any code on form...

http://bbs.2ccc.com/topic.asp?topicid=628787
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
信息
登陆以后才能回复
Copyright © 2CCC.Com 盒子论坛 v3.0.1 版权所有 页面执行85.9375毫秒 RSS