Jump to content

Andrea Franco

Members
  • Posts

    19
  • Joined

  • Last visited

Everything 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, is it possible to simulate a click on a not visible TUnimFileUploadButton from the OnClick event of a TUnimLabel or TUnimButton? i.e. the user taps a label and the context menu of the device opens like the tap on the button of TUnimFileUploadButton. Thanks Andrea (we are using version 1.90.0.1531 - uniGUI Complete - Professional Edition)
  3. Thanks, it works fine, next buid will solve this problem without the need for this workaround?
  4. Hi, you can simply use an empty mobile project with only a TUnimDatePicker component inside the main form.
  5. OnChangeValue event is not working too, it works only with changes from code, not from GUI, we can't continue to use build 1531 and all new versions until you solve the problem, we need to revert to build 1526.
  6. 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.
  7. Hi, it works with ShowMessage but not with MessageDlg. ShowMessage('ShowMessage'); -> OK MessageDlg('MessageDlg', mtConfirmation, [mbOK, mbYes, mbCancel]); -> NOT OK
  8. Again, I'm near to deploy an italian mobile project and I need to translate the text inside MessageDlg, both in title and buttons, how can I do this? Thanks Andrea
  9. Can anyone help me with this? (uniGUI Complete - Professional Edition - Version:1.90.0 build 1514)
  10. Is there a solution like this for mobile project too? I can't find Script property in TUnimForm. Thanks Andrea
  11. Something like this. Andrea RadioGroupTest.pas
  12. 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)
  13. Hi, I'm trying to use TUnimDBGrid (UniGUI trial version), I want to create a grid but options such as dgTitles, dgColumnResize or dgColumnMove do not work, I can't hide titles or disable column move o resizing. Is there any solution? Thanks
  14. 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
  15. Thanks, as you can see in this image: I need "1 Set 2018", where Set is Settembre in italian, September in english.
  16. 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...