Jump to content

N.Marzio

uniGUI Subscriber
  • Posts

    108
  • Joined

  • Last visited

Everything posted by N.Marzio

  1. Thanks for the information ... I tried the demo and it fuzniona to perfection ... I also activated HTTPS but on the device it doesn't work anyway .... the map on the device (iOS 7.x) is not displayed .... What can be the cause ?
  2. I need to get the current position of the Mobile device. How can I do? Thanks
  3. Very nice... A Unigui example to read / write on LocalStorage? Thanks
  4. I tried with cookies, but on Safari, it loses them on restart .... While on Chrome they remain ... How can I write about storage? Is this deleted or not? Thanks
  5. I use the WEb App with Unigui (Does Native App exist with unigui?) Thanks
  6. Hello to all, I would like to save the user credentials (username / password) in a text file on the user's mobile device (android and IOS) how can I do? Are there better alternatives for saving user credentials so they are not always asked for? Thanks
  7. Currently the calendar is subdivided for each hour of the day, I would like to have the possibility to subdivide it every 15 minutes. I have to enter 15-minute events in the calendar, so I would like to be able to see a calendar row every 15 minutes
  8. It works perfectly.... I try again ..... How can I increase height to view appointments with a time of less than 30 minutes Tks!!!
  9. Hello everyone, in the "weekly" view, I would like to hide the column of the "Sunday" because it is not used. How can I do? Thank you
  10. I would like to have a larger font size and also have more space between times and the other time ....
  11. How can I change the font size of the TUniCalendarPanel Tks!
  12. It is possible to have a granularity of the timetable every 15 minutes on the calendar? Thank you
  13. TUniCalendarPanel How to change the view (daily / weekly / monthly) at runtime with ShowNavBar = False Tks.
  14. Insert after afterOpen of the DataSet works correctly. Thank you
  15. Can you tell me why the following formatting doesn't work? procedure TxFraBaseGrid.DBGridDrawColumnCell (Sender: TObject; ACol, ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs); begin if Column.FieldName = 'amount1' then TFloatField (Column.Field) .DisplayFormat: = '0.00'; if Column.FieldName = 'totalline' then TFloatField (Column.Field) .DisplayFormat: = '#, ## 0.00'; end; Thank you
  16. Thanks for the demo. But I see that it is necessary to always pass from a graphical interface event (UniFormAjaxEvent) in order to obtain the result of a JS function. Is it not possible through a JS function to directly obtain the result of this function in a local variable, without the help of the events of a form? Thank you
  17. Read and Write. Tks.
  18. Is it possible to read the Localstorate without using graphic components? This is how it works: with UniEdit3.JSInterface do JSCall ('setValue', [jsstatement ('localStorage.getItem ("token")')])); ShowMessage (UniEdit3.Text); How can I replace UniEdit3 with a variable? Thank you
  19. When I hover the mouse over the text the color changes correctly ... I would like the color to change even by passing only on the button
  20. It works... But I would like the text color of the button to change even when I hover over the whole button with the mouse Tks!
  21. I attach the demo with the problem PS UniGui Vers.: 1.90.0.1535 Tks! DemoForum.7z
  22. How can I change the color of the caption via css? .btn-primary { color: #00ff00; <== NOT WORKING! background:#ECF0F1 !important; -webkit-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; border:3px solid #3355FF; border-radius: 4px; } Tks
  23. N.Marzio

    TUniMemo

    Solved, ThanksS
×
×
  • Create New...