Jump to content

Janis Purins

uniGUI Subscriber
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Janis Purins

  1. Hi, I have this problem:

    in a TUniFrame (with AlignmentControl=uniAlignmentClient, Autoscroll=true and Anchors[]) I have a TunimFieldSet (with Align=alNone and Anchors[]) but the vertical scrollbars are not shown even al the fields within the TunimFieldSet are not displayed entirely .... any suggestion ?

    thanks

     

  2. Thanks, worked!

    I have also a problem with a TUnimDBGrid, the Autosize doesn't work. The columns, even there's a lot of space are not adjusted to fit the width. Any suggestion ?

    Regards

     

    issuegrid.jpg

  3. Thanks! I just updated the form mail address.

    Regarding the toolbar:

    I have two toolbars, one in a TunimForm (with Layout vbox) and the other in a TUniFrame (with Layout not set), both with Align=alBottom and AlignmentControl=uniAlignmentClient, when displayed as you can see from the picture in attachment I see:

    • extra space on top and bottom
    • the toolbar is not centered vertically

    note: the toolbar placed in the frame is centered using LayoutAttribs Align=center Pack=center

    I will add another problem: when I rotate my mobile phone seems that the session is restarted and my login page is shown again. I tried the suggestion found in the forum (Scrollable=true and ScrollRange from 500-100) but doesn't work.

    Another issue: I sent the TUnimEdit InputType as "email" but I don't see any validation or UI enhancements. In the help I don't see anything interesting. I tried as suggested on the forum the following code "ClientEvents -> UniEvents" but doesn't work.

    function beforeInit(sender, config)
    {
      Ext.apply(sender,{allowBlank:false,vtype:'email',msgTarget : 'side'});
    }

     

     

    And another question :) I'd like to implement the password recovery feature by sending a custom generated link via mail. How I can intercept the url when the session starts in Unigui and where is the best place to add the control in order to display the dedicated form ?

    Thanks for the support

    J

    issue.jpg

  4. Hi,

    I'm using 1.95.0.1580 Complete Professional, writing a Mobile Application, I have two questions:

    1) how I can center vertically a TUnimToolBar ? I see that the toolbar is pushed down and many free spaces is left before.

    2) when recaptcha 3 will be supported ?

    thanks

    J

     

×
×
  • Create New...