Jump to content

Search the Community

Showing results for tags 'dynamic form'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. Currently I'm using Unigui 1.90.0.1559. I've been trying to find a solution to drag and drop TUniPanels in order to make a Dinamic layout for placing DashBoards. Normally all you had to do is to code around the mouse events to capture mouse position and then alter the Left and Top property of the object you're draggin. The problem is that neither my form nor my Objects have the "OnMouseMove" event, without this event I cannot implement the code to capture mouse position in real time while draggin the object. If anyone know a solution to this problem I would apreciate it.
  2. See this code procedure TF_Main.UniBitBtn1Click(Sender: TObject); begin F_OnlineUser.parent:=F_Main.GB_Parent; F_OnlineUser.show; end; I can not change parent Form to uniGroupBox? why? thanks.
  3. Leandrocpo

    Form in BPL

    Hello, I'm trying to dynamically create forms stored in a bpl. But to create them they are opening in vcl mode. I'm calling the following function within the bpl to create the form. function RegisterPkg(sAWidth,sAHeight: Integer; gUniMainModule : TuniGUIMainModule; gUniApplication : TUniGUIApplication):TGenericProgram; begin ... pkgProgram.FfrmMain := TUniForm( gUniMainModule.GetFormInstance(TfrmMyForm,true) ); if pkgProgram.FfrmMain.WebMode then ShowMessage('web') else if pkgProgram.FfrmMain.VCLMode then ShowMessage('vcl'); ... end; I wonder if I'm doing the right way or what would be the mode to create them in web mode and not in vcl.
×
×
  • Create New...