Jump to content

风吹小机机

uniGUI Subscriber
  • Posts

    156
  • Joined

  • Last visited

  • Days Won

    5

风吹小机机 last won the day on July 17 2023

风吹小机机 had the most liked content!

4 Followers

Recent Profile Visitors

1929 profile views

风吹小机机's Achievements

Active Member

Active Member (3/4)

48

Reputation

  1. Just run one program and Bit64_UGFramexe will suffice Because the local library is using ACCESS, if you have installed Microsoft Office 2010 or above, you do not need to install Access Database Engine X64 again It is integrated with an IDE, and the business code is digitized and stored in the server's local library As shown in the figure:
  2. 1、Run the shortcut in the package:Bit64_UGFrame.exe 2、Local Access Address:http://127.0.0.1:8888/ 3、user:admin 4、password:123 5、Need to rely on:AccessDatabaseEngine_X64
  3. This link should be available for download now, I seem to have forgotten to share it
  4. Sorry, I don't understand English, and I communicate with you all using a translator should be able to understand this using the browser's built-in translator, right https://cloud.tencent.com/developer/article/2400415 In fact, it's like integrating an IDE into a browser, directly developing it online, and borrowing the configuration of module sprites to automatically generate module interfaces and scripts
  5. Rev.1.0.2.1 https://drive.google.com/file/d/1lLB_kHiZNxtKqYKEKSWPqzJ5j92_VHz5/view?usp=sharing
  6. Continue to introduce the platform module sprite https://cloud.tencent.com/developer/article/2400415
  7. EdSqlText is the TUniURLFrame component
  8. TUniURLFrame Drag invalid Unable to drag onto TUniURLFrame edSqlText.ClientEvents.ExtEvents.Values['afterrender'] := 'function afterrender(sender, eOpts){' + ' var me = sender;' + ' me.dropTarget = Ext.create(''Ext.dd.DropTarget'', me.getEl(), {' + ' ddGroup: ''FieldDrag'',' + ' notifyDrop: function(source, evt, data) {' + ' ajaxRequest(me, ''dropped'', [''text='' + data.records[0].data.text,''id='' + data.records[0].data.id]);' + ' },' + ' notifyEnter: function() {' + ' }' + ' });' + ' }';
  9. Load images twice The first time was in the background The second time is the login box, and then Gaussian blur
  10. The icon of the node has not been resolved yet. Who can provide a solution
  11. Don't use uniSynthesisEditEx, it feels like the packaging is not perfect and many functions are not available I directly used codemirror-5.25, which can perfectly solve the problem of searching, automatic code prompts, text comparison, and JS folding [Pas did not find a usable folding method]
  12. FMX.TPopup It is very user-friendly and can be flexibly assembled into various forms of controls. For example: EditTree
×
×
  • Create New...