Jump to content

MarBar77

uniGUI Subscriber
  • Posts

    100
  • Joined

  • Last visited

  • Days Won

    1

MarBar77 last won the day on November 14 2021

MarBar77 had the most liked content!

1 Follower

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1218 profile views

MarBar77's Achievements

Active Member

Active Member (3/4)

3

Reputation

  1. Hi I am developing mobile application. The MainForm has OnePanel that is just a placeholder for other forms displaying. But using those approach makes unnecessary margins, How can I force to remove those unnecessary spaces around the displayed form? See attached screenshot. I want to display those subforms on full screen without any margins.
  2. I know what the problem was. I have declared form creation inside function in the forms unit. In normal desktop app it works well but look that in uniGUI that is the problem.
  3. You are great :). Problem with Cache. Hitting CTRL+F5 resolves my problem :D. Thank you Sherzod.
  4. It is a message in the browser. See attached screenshot.
  5. Just checked with my SVN with working version nothing changes between two weeks except adding new forms
  6. d:\PROJECTS\DELPHI\PROHMSTAL\SOS\Debug\Win32\mobilefiles\css\signature-pad.css
  7. The same work with simple app with one form.
  8. Here is the HTML that is pasted to TunimTHTMLFrame <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Signature Pad</title> <meta name="description" content="Signature Pad - HTML5 canvas based smooth signature drawing using variable width spline interpolation."> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="stylesheet" href="mobilefiles/css/signature-pad.css"> </head> <body onselectstart="return false"> <div id="signature-pad" class="m-signature-pad"> <div class="m-signature-pad--body"> <canvas></canvas> </div> <div class="m-signature-pad--footer"> </div </div> <script src="mobilefiles/signature_pad.js"></script> <script src="mobilefiles/app.js"></script> </body> </html>
  9. Yes I am sure. I am "fighting" with this for 3 days right now. Maybe I shuould force to reload those scripts in runtime before showing form that use tthose scipts? I have MainForm, and every other form are displayed in Frame of MainForm. Maybe this make a problem?
  10. It does not help. I have made a new simple application and it works. Now I am thinking what could happen and prevent scipts from loading. For this moment my app has 16 forms ??
  11. I am making mobile application using TUniMobile components. I have declared in CustomFiles: mobilefiles/signature_pad.js mobilefiles/app.js mobilefiles/css/signature-pad.css and it works for few days. Now after developing my App for two weeks I have noticed that those JavaScripst does not work any more. I get a messag that signaturePad is notDefined. It looks like a problem with loading files that works a little time ago? What is the reason for this behaviour. How could I force the app to load that scripts? Marcin
  12. Another Strange behaviour on UniMobile. Today, my uni mobile app changes its display (checked on popular browsers) from full browser screen to some paddings around the app screen. Any tips how to remove that?
  13. It is very weird, I have deleted this unit and dfm and create the new one from scratch and now application starts normally?
  14. After adding new unimForm I can not start application. The log says: SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:18 [TUniServerModule]:Server First Init. SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:18 [TUniServerModule]:Debug Mode = ON SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:18 [TUniServerModule]:Starting HTTP Server on Port: 8077... SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:18 [TUniServerModule]:HTTP Server Started on Port: 8077 SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:18 [Terminated]:Exit Code: 1 SOS_MOBILE_SERVICE.exe: 00001DBC: 20:28:18 [IndyListen]:EIdSocketError : Socket Error # 10093 : Addr: $00576724 SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [TUniServerModule]:Shutting Down Server. SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [TUniServerModule]:Stopping HTTP Server. SOS_MOBILE_SERVICE.exe: 00001DBC: 20:28:19 [IndyListen]:EIdSocketError : Socket Error # 10093 : Addr: $00576724 SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [ShutDownWebServer]:EIdWinsockStubError : Error on call to Winsock2 library function shutdown: Albo aplikacja nie wywołała funkcji WSAStartup, albo nie powiodło się wykonanie funkcji WSAStartup : Addr: $00568997 SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [TUniServerModule]:HTTP Server Stopped. SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [TUniGUISessionManager]:Terminating Session manager. SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [TUniGUISessionManager]:Stopping Cache Eraser... SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [TUniGUISessionManager]:Cache Eraser Stopped. SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [TUniGUISessionManager]:Destroying Worker Threads. SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:19 [TUniGUISessionManager]:Session manager terminated. SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:20 [TUniServerModule]:Server Shutdown Completed. SOS_MOBILE_SERVICE.exe: 000030F4: 20:28:20 []:<--------------------------------------------------------------> When I remove this form from project then application starts normally. I am attaching unit and dfm whose makes a problem. SOSMobileService.zip
×
×
  • Create New...