Jump to content

Luis Ribeiro

uniGUI Subscriber
  • Posts

    24
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.duasribeiras.com

Profile Information

  • Gender
    Male
  • Location
    Portugal

Recent Profile Visitors

832 profile views

Luis Ribeiro's Achievements

Newbie

Newbie (1/4)

5

Reputation

  1. Hi Sherzod, Yes, I confirm that the parameter "UniServerModule -> Options -> soAutoPlatformSwitch" is True; this was the first thing I confirmed, in case I have accidentally changed to false ... This is very important for this project because my client would not like to see the server address visible to clinic patients. Anyway thank you Sherzod. Could anyone else help with this problem please? Thank you.
  2. Hi, I have a problem with screen size on mobile, when in the URL does not have the /m parameter. For things to be clearer, I show two screens from my mobile phone with the same application, one with the full IP and the other through the Dynu service. In both cases the address is exactly the same, and only differs the text from the URL. 1. When the address has the /m parameter at the end of the name the application behaves normally as a mobile application (screen size), as expected (mob-ex1.jpg). 2. but if the call is redirected (for example through NO-IP, or Dynu) the UniGUI does not detect that it is a mobile application (mob-ex2.jpg). As you can confirm the IP (when showing the login form) is the same with the /m parameter at the end. Any suggestions on how to solve this problem? Thank you and good work!
  3. Hi, Does anyone know how to integrate the WebRTC library (https://webrtc.org/) into UniGUI? Any examples available? Thank you, LR
  4. Hi lema, Congratulations, this is a great component! But, something's wrong with the mobile demo; the following error appears at browser startup: "O1C.update is not a function" Any ideia what that might be? Thank you, LR
  5. I thought it would be necessary to use the version "touch-2.4.1" with the latest version of UniGUI... There is no incompatibility with this version ?
  6. I can't find the "Sencha Touch-2.4.1". On Sencha website only exists the "2.4.2" version. Please, can anyone help me? Thanks
  7. It's better to share the html code... Create a file named " index.html" and copy the following code into it ----------------------------------------------------------------------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 FRAMESET//EN"> <HTML> <HEAD> <TITLE>Welcome</TITLE> </HEAD> <link rel="shortcut icon" href="your-icon.ico" type="image/x-icon" /> <link rel="icon" href="your-icon.ico" type="image/x-icon" /> <FRAMESET ROWS="100%"> <FRAME SRC="http://your-domain.com/apps/app-name.dll"> <NOFRAMES> <HEAD> <TITLE>Welcome</TITLE> <META HTTP-EQUIV="REFRESH" CONTENT="0; URL='http://your-domain.com/apps/app-name.dll'"> </HEAD> <BODY> <P>Your browser does not seem to support frames or frame support has been disabled.</P> <P>Please <A HREF="http://your-domain.com/apps/app-name.dll">click here</A> to proceed to the site.</P> </BODY> </NOFRAMES> </FRAMESET> <FRAMESET ROWS="100%"> <FRAME SRC="http://www.your-domain.com/apps/app-name.dll"> <NOFRAMES> <HEAD> <TITLE>Welcome</TITLE> <META HTTP-EQUIV="REFRESH" CONTENT="0; URL='http://www.your-domain.com/apps/app-name.dll'"> </HEAD> <BODY> <P>Your browser does not seem to support frames or frame support has been disabled.</P> <P>Please <A HREF="http://www.your-domain.com/apps/app-name.dll">click here</A> to proceed to the site.</P> </BODY> </NOFRAMES> </FRAMESET> </HTML>
  8. strange .. I've been testing and it's working try again please, or send me your e-mail.
  9. Hi, I dont know if anyone here had a possible solution to the problem of visualizing the entire URL. I found an easy way just by using HTML code in the webserver. For example: instead of presenting "http://www.mydomain.com/app/uniapp.dll", show only "http://www.mydomain.com". Download and extract the file "index.zip" and modify the HTML code, to your case... UniGUI is excelent, Farshad!... Great work! Congrats! Luis Ribeiro https://www.dropbox.com/s/obi9u3xbo1mreki/index.zip?dl=0
  10. Great news! I'm planning to migrate the software that our company has to Dental Clinics and Polyclinics, to the web, and I'll probably use it as a base work. I look forward to test it. Thank you. ( http://duasribeiras.com )
  11. Ooopppsss...... Do not bother with my previous post about the "Desktop3 compilation error" ; it works fine!
  12. I can't compile "Desktop3" version with the latest version of UNIGui (0.96) and Delphi XE6. Anyone have any update to these versions? Thank you.
  13. Ok... Forget everything I wrote before... For some reason I still don't understand, some demos that come with version 0.93.1.1000 not work correctly, such as "SimpleDemo_XE2" or "Dialogs" and for my bad luck were the ones who had tested. Everything is working now. Thanks for this great product Farshad! Best Regards
×
×
  • Create New...