Jump to content

ZigZig

uniGUI Subscriber
  • Posts

    352
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by ZigZig

  1. Please ban this annoying and useless mikromundo.
  2. Hi Abaksoft, Thank you for you quick answer! Yes, it was a long time, I've been through some turmoil in recent years, but everything is fine now ... and I have always continued to work well thanks to uniGUI All Belgian schools are now equipped with a modern ERP thanks to this wonderful framework. Hope all is well for you and your family too! EDIT: this source code is really amazing too, but I was actually searching for this one: http://www.energiazero.org/app/responsive.dll/m.
  3. Hi, Could it be possible to get the source of this amazing demo ? Both links seem to be broken now. Thanks a lot!
  4. Yes : FullCalendar (https://fullcalendar.io) is using moment duration, so you can write something like that. maxTime: "1.02:59:59"
  5. Thank you for your quick answer. Would it be possible to user another JS calendar that allows such a thing (ea FullCalendar) ?
  6. Hi Sherzod, Thank you but your solution doesn't allow me to set a TimeStart to 6 AM and a TimeEnd to 5:59 AM the day after.
  7. Hi, I would like to use TUniCalendar in an usual way, but with working days from 6:00 AM to 5:59 AM instead of 0:00 AM to 23:59 PM. Is it possible ? Thank you very much!
  8. We get the same issue, it seems that resizing works fine on Chrome but not on Firefox anymore...
  9. Hi, A friend gave me the answer: procedure TUniServerModule.UniGUIServerModuleHTTPCommand( ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo; var Handled: Boolean); begin try if (ARequestInfo.PostStream <>nil) then aRequestContent:=ReadStringFromStream(ARequestInfo.PostStream) else aRequestContent:='nil'; // DO WHAT YOU NEED WITH aRequestContent AResponseInfo.ResponseNo := 200; Handled := True; except AResponseInfo.ResponseNo := 400; end; end; It works just fine!
  10. Hi, Some guy tries to send me data via this kind of cURL request (created from FileMaker Pro): Insert from URL [ Select ; With dialog: Off : $reply ; env ( "host") ; cURL options: "-X POST -H" & Quote ( "Content-Type: text/plain" ) & " -d " & Quote ( $body ) ] I need to get the content of "$body", I tried with onHTTPCommand but I'm really a newbie in this matter. Could someone explain to me how I can manage this stuff? Thank you VERY much!
  11. Hi, I have two questions: 1) Is it possible to change WeekTimeRange and DayTimeRange in runtime? 2) What is the format of a file created by Events.SaveToFile (question already posted here)? Thank you very much !!!
  12. Hi, What is the format of a file created with TEvents.SaveToFile (from a TUniCalendarPanel)? With which software can I open and read it? Thank you very much !
  13. Hi, What is the solution for uniGUI 1.7 (ExtJS 6.7) ? "setActiveView" and "defaultView" don't work anymore. Thank you!
  14. Double post
  15. Imho, avoid global variables and use properties instead.
  16. Does the trial version allow ISAPI modules ?
  17. Hi, Click on "Add a rule", then fill the pop-up window as shown in this screenshot (it is the French-translated version of URLRewrite because my Windows Server is on a French server, but you'll find the same fields in the same place in English). Don't forget to check the two checkboxes in the bottom of the screen. More détails here: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module
  18. Could you please tell what is your original URL, and how do you want it should like ?
  19. Could you please tell what is your original URL, and how do you want it should like ?
×
×
  • Create New...