Jump to content

Andrea Franco

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Andrea Franco

  1. It works fine with Android/Chrome but not with Firefox and with iOS devices (both Chrome, Firefox ad Safari), can I do something else?

    Using the provided Browse... button on those devices works fine, but we need more flexibility in UI.

    I tried to inherit UnimFileUpload component overriding Execute method to customize the provided form but I'm always stuck with this kind of job, I can't simulate the click, if you can provide a solution for this it can be an alternative to the previous one.

    Thanks

    Andrea

  2. Hi,

    I'm using build 1531 (uniGUI Complete - Professional Edition) and I found a bug in TUnimDatePicker component, if I initialize the date from object inspector ('18/05/2020' or '16/05/2020') or from code using "date" function (:=date or :=date-2) starting from the initialized date and moving to other dates the OnChange event works correctly, but returning to the same initialized date the event doesn't works. Everything works fine initializing the component's date using the "now" function.

  3. On 10/20/2019 at 3:45 PM, Sherzod said:

    Hello,

    Try this.

    MainForm.Script:

    
    Ext.onReady(function() {
        Ext.MessageBox.buttonText = {
            ok: "OK", 
            cancel: "Cancel", 
            yes: "Yes", 
            no: "No"
        };
    });

     

    Is there a solution like this for mobile project too? I can't find Script property in TUnimForm.

    Thanks

    Andrea

  4. Hi,

    I'm trying to build a custom radiogroup component with multiple TUnimRadio inside, I want the first radio btn checked but setting the checked property is still not working, the suggested approach doesn't works on constructor ("Interface not supported" when I try to use the component at design time), can someone help me?

    Thanks,

    Andrea 

    (uniGUI Complete - Professional Edition - Version:1.90.0 build 1511)

  5. Hi,

    is there a way to bind the objects of a TObjectList to a list of ui components? I have a TObjectList where each object contains fields to show aggregated within a list, but with a different layout than a dbgrid, not side by side but with a custom layout to be repeated for each element of the list. If I use a TUnimList I can only show one string for each element, I need something more flexible.

    For example I need to insert 4 labels and 1 checkbox for each element of the list, always repeated with the same arrangement.

    Thanks

    Andrea

     

  6. Hi,

    I am trying Unigui with trial edition, I'm using TUnimDatePicker component but I see 2 problems regarding extjs localization:

    1) Selection window on mobile devices shows english words "Done" and "Cancel" instead of italian translation we require.

    2) Selection window on desktop pc shows date in american format (month, day, year) but we need day-month-year  format.

    I already set to "IT" property ExtLocale in MainModule and ServerModule.

    Thanks

    Andrea

×
×
  • Create New...