Jump to content

AMIT

uniGUI Subscriber
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    3

AMIT last won the day on May 1 2016

AMIT had the most liked content!

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AMIT's Achievements

Active Member

Active Member (3/4)

4

Reputation

  1. Is it possible to show specific mainform after getting user information from Login Form? For example, I had created A and B form for user A and B. if user A login on Login Form then it will present A form. if user B login then B form will presented instead of A form.
  2. d.bernaert, you're right. I test TMS Web core and didn't find any problem like this.
  3. No. That's should not be the solution for the laptop with 4K monitor to design the uniForm UI. When Low DPI (99 dpi) was selected, the design time UI will be too small to read and it's not for developer to design UI except to use the laptop with 1920x1080 resolution. You may see the captured Image below.
  4. I have laptop with 4K display (3840 x 1200) with Windows 11 Pro and Display scale setting to 225%. I also have Rad Studio 11.2 which was configured the user interface to High DPI scale 215%. I try to create simple web application and I found problem. 1. When placing the uniLabel, uniEdit all displaying fonts are too small and not usable. 2. To make it look good, I set the font size to be bigger and also the height and width of those components. 3. When run the application the result on the browser is weird and ugly. please see the attached files. Is uniGUI capable to develop web application on 4K Monitor with the correct scaling?
  5. It looks like it is not capable to change the Font style of the uniDBGird Column Group Header.
  6. Is it possible to change Font name, size, or bold it?
  7. 4. build ? Did you mean to build the uniGUI Components in Delphi? 5. deploy? Did you mean to only copy ext-lang-th.js to uniGUI runtime's directory on the Server?
  8. Please help and suggest how to fix this problem. I have TuniDateTimePicker on the form. When Client machine's region and language was not set to English, it displays mon th in aliens characters. You may see in the attached picture. The correct one should be seen in this URL http://www.ex-mba.buu.ac.th/js/bootstrap-datepicker-thai/demo.html. I had set uniServerModule property as following charset utf-8 ExtLocale [Auto] or th Setting uniMainModule ExtLocale [Auto] or th uniDateTimePicker.DateFormat - dd-MMM-yyyy If I set ExtLocale on both uniServerModule and uniMainModule to en it will show date in English correctly however I need to localized it to Thai Datetime.
  9. How to Pass Parameter between Form?
  10. OK I got it. Just put this code "<meta http-equiv="refresh" content="0; URL='http://www.google.com'"/> in MainModule.Servermessages.TerminateTemplate
  11. Is it possible to Redirect to Browser Home Page when user close the application instead of displaying the "Web Session Terminated..." ?
  12. When the session expire or user close the mainform or login form, it will display the message "Web Session Terminated. Restart application?" I want to have the dialog box instead that give the option to the user to re-login or go to the browser home page. Is it possible to do that?
  13. Hi, Every time the user login, I create an object for one purpose. In my code, the object will be free after user logout or terminate the application. What if the user is idle until the session expired how can I free this object.
  14. Thank you. It's OK now after adding api key to uniSeverModule.customFiles Google map API key is required.
  15. I can solve stuck problem for your google map demo program. But another problem Found. At the server, it is missing MIDAS.DLL in sysWOW64, After I copy this file to SysWOW64 there a form display on the browser with message Oops ! Something went wrong. This page didn't load google map correctly. See Javascript Console for technical detail. It will have no problem when I ran it on my developing PC with a browser on this PC (Server and Browser is on the same PC). The problem found when I put the maps.exe on the server. Access it from client PC.
×
×
  • Create New...