Jump to content

Andrea Franco

Members
  • Posts

    19
  • Joined

  • Last visited

Andrea Franco's Achievements

Newbie

Newbie (1/4)

0

Reputation

  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)
×
×
  • Create New...