摘要:
delphi 手机振动 IOS Android 振动
阅读全文
posted @ 2015-10-14 16:35
lypzxy
阅读(962)
推荐(0)
摘要:
2个多个画参考线中轴线,Series1是参考,Series2.Clear;Series2.AddXY(Series1.XValues.MinValue, 50);Series2.AddXY(self.Series1.XValues.MaxValue, 50);用 Series2.Add()是看不见线...
阅读全文
posted @ 2015-10-14 15:51
lypzxy
阅读(208)
推荐(0)
摘要:
自绘手机震动图标,3个控件搞定object Rectangle1: TRectangle Position.X = 216.000000000000000000 Position.Y = 224.000000000000000000 RotationAngle = 45.00000...
阅读全文
posted @ 2015-10-13 22:10
lypzxy
阅读(472)
推荐(0)
摘要:
FMX 模态窗体 dlg := TForm2.Create(nil); dlg.ShowModal(procedure(ModalResult: TModalResult) begin if ModalResult = mrOK then begin ..... end; http://docwik
阅读全文
posted @ 2015-10-13 13:14
lypzxy
阅读(940)
推荐(0)
摘要:
Delphi XE2 新控件 Firemonkey 布局Panel Windows平台VCl TGridPanel TFlowPanel FMX 跨平台 TLayout TGridLayout TFlowLayout TGridPanelLayout fmx的Layout容器比panel节省资源 T
阅读全文
posted @ 2015-10-10 15:35
lypzxy
阅读(4330)
推荐(0)
摘要:
Win10 蓝屏3分钟就蓝屏,显卡驱动的问题吗?无线网卡?USB?声卡、各种硬件驱动都有可能。KERNEL_SECURITY_CHECK_FAILUREDISM.exe/Online/Cleanup-image/checkHealthDISM.exe/Online/Cleanup-image/Res...
阅读全文
posted @ 2015-10-10 09:24
lypzxy
阅读(1394)
推荐(0)
摘要:
XE Button Color,FMX Button 颜色 也可以放个rectangle+Glyph控件。 http://blogs.embarcadero.com/sarinadupont/2014/05/20/customize-your-mobile-ui-in-xe6/ Easily cus
阅读全文
posted @ 2015-10-08 18:30
lypzxy
阅读(429)
推荐(0)
摘要:
型号 屏幕尺寸(英寸) 分辨率(pt) 像素分辨率(px)iPhone 3G 3.5 320*480 480x320iPhone 3GS 3.5 320*480 480x320iPhone4 3.5 320*480 960x640iPhone4S 3.5 320*480 960x640iphone5
阅读全文
posted @ 2015-10-08 14:21
lypzxy
阅读(437)
推荐(0)
摘要:
Delphi FMX 转圈 原型进度条 progress AniIndicator TAniIndicator TFloatAnimation 等待窗体 wait form VCL下也有转圈菊花进度条 TActivityIndicator 属性: IndicatorSize,大小 FrameDela
阅读全文
posted @ 2015-09-30 16:02
lypzxy
阅读(2524)
推荐(0)
摘要:
Delphi 询问框 汉化d:\program files (x86)\embarcadero\studio\17.0\source\fmx\FMX.Consts.pasadd this file to current project,compile ok!{ Dialog Strings } S...
阅读全文
posted @ 2015-09-30 14:19
lypzxy
阅读(455)
推荐(0)
摘要:
Delphi Android 询问框http://community.embarcadero.com/blogs/entry/xe7-dialog-box-methods-support-anonymous-methods-to-handle-their-closingMessageDlg('Cho...
阅读全文
posted @ 2015-09-30 14:17
lypzxy
阅读(397)
推荐(0)
摘要:
TBluetoothLEDeviceLDevice.Address;//"00:11:22:DD:EE:FF".LDevice.DeviceName//MiLDevice.IdentifierTBluetoothGattCharacteristicFGattChar: TBluetoothGattC...
阅读全文
posted @ 2015-09-30 09:28
lypzxy
阅读(828)
推荐(0)
摘要:
浮点高低位赋值C++ typedef union uib { float av; byte bi[4]; } tv; ListBox1->Clear(); tv avalue; for (int i = 0; i Lines->Stri...
阅读全文
posted @ 2015-09-29 20:01
lypzxy
阅读(304)
推荐(0)
摘要:
delphi 蓝牙 TBluetoothLE、TBluetoothLEManager BLE http://docwiki.embarcadero.com/RADStudio/Seattle/en/Using_Bluetooth_Low_Energy 指定UUID HRSERVICE: TBluet
阅读全文
posted @ 2015-09-28 22:44
lypzxy
阅读(3351)
推荐(0)
摘要:
必须是16个字节 16进制字符串 新方法不用循环啦
阅读全文
posted @ 2015-09-28 18:56
lypzxy
阅读(605)
推荐(0)