Jump to content

风吹小机机

uniGUI Subscriber
  • Posts

    156
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by 风吹小机机

  1. 6 hours ago, andyhill said:

    That is a lot to ask, download and run many unknown EXE's (no code) ?

    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:

    Hello World.gif

  2. 20 minutes ago, eduardosuruagy said:

    一个解释如何让它工作的视频会很好。

    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. On 4/4/2024 at 5:52 PM, Stemon63 said:

    I repost the question:
    Is full responsive?
    There is an English demo?
    Can we have a tutorial video or advanced capabilties video, in english?
    Thanks in advance!

    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

  4. 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() {'
                                                              + '  }'
                                                              + '  });'
                                                              + '  }';

  5. 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]

  6. 20 hours ago, Luciano França said:

    interesting but I can't download
    you can put it on another type of site

    Tell me is it similar to RadCore?

    I can't send it out

    And it's really difficult for us to access the internet

    I don't know which free online drives overseas can be shared

×
×
  • Create New...