Jump to content

Ronald

uniGUI Subscriber
  • Posts

    27
  • Joined

  • Last visited

Posts posted by Ronald

  1. 36 minutes ago, Farshad Mohajeri said:

    I can not reproduce the AV. Can you send a test app please?

    The modified Demo App is attached.
    Steps: 

    1. Click the Button [Clear Nodes]
    2. Close the Webbrowser.
    3. You get an AV in Delphi.

    or

    1. Click the Button [Clear Nodes]
    2. Close the Delphi Application
    3. You get an AV in Delphi

     

    UniTreeMenu.7z

  2. On 3/22/2019 at 5:55 PM, Farshad Mohajeri said:

    Hi,

    Are you following the exact steps in the installation instructions ?

    Latest version 1.70.0.1493 is working now.
    The UniTreeMenu.Items.Clear is fixed.
     

    Using the UnitTreeNenu demo, add a new button with the following code:

    UniTreeMenu1.Items.Clear

    Click that button, the Items are cleared but I get an AV while quit the application.

  3. 3 hours ago, Sherzod said:

    Which build are you using?

    This has been fixed, can you try with latest build?

    Or try with this JS Code for now:

    
    MainForm.UniTreeMenu1.Items.Clear;
    MainForm.UniTreeMenu1.JSInterface.JSCode(#1'.getStore().each(function(item){item.remove()});');

     

    Try  to install the latest 1.70.0.1492.
    Installation didn't install the runtime packages on Delphi 10.2 Tokyo.
    Try to install it manual, fail with:

    [dcc32 Fataler Fehler] uniGUI25dcl.dpk(74): F2051 Unit uniToolBarEditor wurde mit einer unterschiedlichen Version von uniGUIClasses.TUniContainer compiliert

  4. 1 hour ago, Sherzod said:

    As you can see in below image there is a new field labeled Forum Email. Please fill in here if your forum email is different than your portal email address. If your portal email and forum email are same no action is needed:

    frm.JPG

    If your company has multiple licenses you can assign a new member to each license which will make you enable to assign or change forum email of each member.

    Done.

  5. 5 minutes ago, Sherzod said:

    Sorry to remind you again, adjust your forum email address

    Sorry when asking again and again. 
    What's wrong with the EMail Adress. The profile says still say "Your profile is 100% complete!"

    What I've to change, to focus this thread to the issue?

  6. Thanks Marlon,

     

    it's hard to find the I usage of the properties without any docs.

    I use and ExtJs example: 

     

    Form.AlignmentControl = uniAlignmentClient

    Form.Layout = hbox

    Form.LayoutAttribs.Align = middle

    Form.LayoutAttribs.Pack = center

     

    Panel.Layout = border

×
×
  • Create New...