|
|
注意事项:严禁重复发贴或发相同贴到不同板块,严禁广告,否则一律删除或者直接禁用帐号! |
|
Hide the "Scrollbars" : ----------
implementation
{$R * …… PNG |
emailx45 |
2022/6/21 23:27:42 |
|
StringGrid1.Model.RowHeight := 64; StringGrid1.Columns[0] …… PNG |
emailx45 |
2022/6/21 23:29:09 |
|
using a "transparence" on background StringGrid using TStyleBo …… PNG |
emailx45 |
2022/6/21 23:34:57 |
|
Create a Popup custom with others components like CheckBoxes: …… PNG |
emailx45 |
2022/6/21 23:38:47 |
|
Great |
pcplayer |
2022/6/22 10:05:46 |
|
学习学习 |
sxqwhxq |
2022/6/24 18:16:29 |
|
Table main = MyTableMainWith120Fields
MyTableMainWith120Fie …… |
emailx45 |
2022/6/22 23:01:16 |
|
没看懂这是什么意思 |
huo_v_wu |
2022/6/23 9:08:36 |
|
我已经在其他时间回复了你的帖子! DBF 文件具有您不能超过的技术限制!
DBase 4 (DBF 4) 每个表最多 …… |
emailx45 |
2022/6/23 13:43:31 |
|
只能允许一个表 一共有109个字段 导出格式需要是dbf 我该怎么处理 谢谢老师 |
huo_v_wu |
2022/6/23 16:37:03 |
|
3楼都说了: 【DBase 4 (DBF 4) 每个表最多可以有 255 个字段。 如果您无法创建这 255 个字段,那 …… |
pcplayer |
2022/6/23 21:25:56 |
|
@huo_v_wu
Upload a "zip" with your code complete for analise! |
emailx45 |
2022/6/23 22:17:59 |
|
目前只有109个字段 为什么还是报错呢? |
huo_v_wu |
2022/6/24 13:16:17 |
|
好像总的记录累计长度也不能超过多长,N多年不用了记不清楚了。
https://sourceforge.net/proj …… |
lsu |
2022/6/24 13:56:24 |
|
或者请告知一下,那些个没有源代码的安装版都是怎么安装的,比如版本21之类的,谢谢 |
ken0137 |
2022/6/21 22:16:19 |
|
你这个安装目录对吗?之前安装源码版的时候有一回安装设置小程序没和代码放到一起,也出现过不能选版本的情况。 直接安装可以在D …… |
iamdream |
2022/6/22 21:45:30 |
|
用这个吧: [url=http://ct.kaida.tech/f/1041485-600151336-814e7a?p= …… JPG |
kaida |
2022/6/24 12:50:31 |
|
github上不了啊. 怎么下载? |
tuesdays |
2022/6/23 22:05:03 |
|
链接: https://pan.baidu.com/s/11gZ06KZiXUgyCAvjc2iFgg?pwd=c1bk 提 …… |
letianwuji |
2022/6/23 23:58:56 |
|
这软件用驱动拦截tcp udp 可能用来逃避上层发来的恶意关闭连接消息吧?纯猜 |
keymark |
2022/6/24 12:13:59 |
|
感谢emailx45!
很不错的一个2D渲染中间层,可惜的是因为借助google的skia,不得不引入外部库(skia …… |
looper |
2022/4/12 10:40:31 |
|
用Skia4Delphi两行代码就可以替换掉Firemonkey默认的绘图引擎,完美解决Firemonkey从出生十多年了就 …… |
szyourname |
2022/4/12 20:05:18 |
|
这个玩意,在安卓底下,发布的时候,要不要带库?
如果是 iOS 呢?怎么办? |
pcplayer |
2022/4/12 22:42:37 |
|
hi @pcplayer
as said on Github from developer, you'll need …… |
emailx45 |
2022/4/13 0:08:23 |
|
请问一下2楼,要怎么做才能替换? |
dolang |
2022/4/13 8:12:15 |
|
@dolang (dolang): 1、设置你的fmx代码搜索路径,加入skia4delphi的相关代码路径 2、在你的 …… |
looper |
2022/4/13 10:20:31 |
|
谢谢 looper (keyo) |
dolang |
2022/4/14 10:25:37 |
|
开发游戏,画面感,不错的。 |
letianwuji |
2022/6/23 21:32:34 |
|
这个是免费的 还是收费的 |
abencat |
2022/6/24 9:13:54 |
|
[url]https://github.com/search?q=opc+language%3APascal&type=Re …… |
qq81709989 |
2022/6/24 9:12:50 |
|
這要算BUG? 哪麼你的C++(不要說C 了) 的OBJECT POINTER,若你不INIT 它 可不可以調用,可以的啊 …… |
lordaeron |
2022/6/23 8:34:44 |
|
测试了一下,很有意思的一个现象: Form2内容如下: type TForm2 = class(TForm) …… |
kentty |
2022/6/23 10:09:35 |
|
I finally understand why some people desperately want to delet …… |
zwjchinazwj |
2022/6/23 10:32:49 |
|
@3楼 怎么understand的给讲讲呗 |
kentty |
2022/6/23 10:35:23 |
|
你可以试试
TForm2($0040001).SayHello; TForm2($0040002).SayHello …… |
zwjchinazwj |
2022/6/23 10:38:26 |
|
上面这5行无论debug还是release模式都是AV错误啊
这个$0004_000x的地址是有特殊的意义么? |
kentty |
2022/6/23 10:44:29 |
|
procedure TForm2.SayHello; begin //ShowMessage('Hello from …… |
zwjchinazwj |
2022/6/23 10:51:39 |
|
感觉楼主的意思是说: 按照正常的逻辑, 没有初始化的指针型变量就应该指向0地址, 这样Assigned或者nil判断才 …… |
kentty |
2022/6/23 10:54:32 |
|
…… 此帖回复超过12条,中间记录省略。 |
…… |
…… |
|
Sample by Embarcadero:
procedure TForm1.Button1Click(Send …… |
emailx45 |
2022/6/24 6:41:17 |
|
back to variable, no matter which type of variable, its valu …… |
lordaeron |
2022/6/24 7:30:00 |
|
都是脚本语言惯出来的毛病 |
hs_kill |
2022/6/24 8:59:46 |
|
呃,刚看了一下,我的就是自动跳的。。。 输入年后自动到月,输入月后自动到日。 |
ddrfan |
2022/6/23 11:55:35 |
|
自带的控件吗 |
ksrsoft |
2022/6/23 12:43:57 |
|
不错的控件。开发手机端app选时间。 |
letianwuji |
2022/6/23 15:17:49 |
|
噢,又试了一下,自带的貌似不行。 能自动切换焦点的是AlphaSkin的。 |
ddrfan |
2022/6/23 21:43:46 |
|
To get started with WSL, you just need to open up PowerShell w …… |
emailx45 |
2022/6/23 14:10:55 |
|
If you have any technical issues, Microsoft asks that you repo …… |
emailx45 |
2022/6/23 14:11:09 |
|
try my sample:
IMPORTANT: use "TRY EXCEPT block" to avoid " …… |
emailx45 |
2022/6/22 4:55:14 |
|
如果你的 Form 都是 Create(Application) 的,那么,它的 Owner 就是 Application …… |
pcplayer |
2022/6/22 10:00:45 |
|
better would be "always" search it in "Screen" object, because …… |
emailx45 |
2022/6/22 10:53:30 |
|
下面我改过的写法,行不通。
var aform:TForm; begin aform:=TFor …… |
janker |
2022/6/22 13:06:46 |
|
FindClass('TForm2'))能工作的前提, 是在Form2的单元加上
initialization …… |
bluestorm8 |
2022/6/22 17:30:55 |
|
@ bluestorm8 (bluestorm) 大侠,他这种情况不用注册.... Form classes and c …… |
janker |
2022/6/22 18:24:22 |
|
如果不注册,下面的代码会报错: Class TForm2 not Found. procedure TForm1.Form …… |
bluestorm8 |
2022/6/23 8:54:52 |
|
测试了一下,不注册会报错。 |
pcplayer |
2022/6/23 11:04:42 |
|
aform:=TForm(TFormClass(FindClass('TForm2'))); 这种写法是肯定错误的, …… |
bluestorm8 |
2022/6/23 13:36:02 |
|
。。。 我搞错了,TForm还是要注册的,只是TForm上的组件实例(设计拖拉下来的组件)不用注册。动态生成的组件也要注册。 |
janker |
2022/6/23 17:45:08 |
|
你这其实想要调用子窗体的代码。 |
letianwuji |
2022/6/23 18:16:04 |
|
summary:
IMPORTANT OBSERVATION: The FIREWALL (from MSWindo …… |
emailx45 |
2022/6/23 3:58:46 |
|
when it's necessary a administrative privilegies, you need us …… |
emailx45 |
2022/6/23 3:59:04 |
|
now, you need install the "PAServer" in your WSL Linux. (same …… |
emailx45 |
2022/6/23 3:59:40 |
|
Following, to run the graphical apps in your WSL Linux, you wi …… |
emailx45 |
2022/6/23 4:00:00 |
|
screenshot PNG |
emailx45 |
2022/6/23 4:26:11 |
|
多谢emailx45 (emailx45),点赞! |
dacsd |
2022/6/23 8:08:12 |
|
多谢emailx45 (emailx45),点赞! |
delphiilove |
2022/6/23 10:06:15 |
|
Cool!
I have tested to run Delphi program in WSL with no GU …… |
pcplayer |
2022/6/23 10:53:45 |
|
WSL确实很方便。 可惜Delphi不能像VisualStudio一样直接用它。
Delphi用WSL调试,还是PA …… |
ddrfan |
2022/6/23 12:03:00 |
|
[b]I dont know if I understood, but you can "DEBUG your app no …… |
emailx45 |
2022/6/23 13:00:54 |
|
In time...
[b]it's possible create a script to run directl …… PNG |
emailx45 |
2022/6/23 14:03:23 |
|
:: 安装工具软件 call scoop install aria2 7zip anaconda3 ant bazel b …… |
laimama_1 |
2022/6/22 22:25:57 |
|
图片: PNG |
dbyoung |
2022/6/23 10:03:09 |
|
直接 捕捉按键 enter |
a200332 |
2022/6/23 8:52:33 |
|