Jump to content

albertovesx

uniGUI Subscriber
  • Posts

    598
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by albertovesx

  1. This open when I try to enter to the foroum. http://www.stopbadware.org/firefox?hl=es-MX&url=http%3A%2F%2Fforums.unigui.com%2F
  2. Hello, I like your application Can you provide us a template or tell us how to put an unigui app inside html file? I want to do something similar.
  3. Hi, nice work. What did you used to generate reports?
  4. Well, I am not sure, but maybe you need to add: procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject); begin MimeTable.AddMimeType('xls', 'Excel'); end;
  5. Hi With version 0.8.x sometimes appears an Ajax error. I have found that when something (showmessage, uniform, etc.) is show over the component weird things can occur. So, for example, to avoid problems with show message, I do the following. unigmap1.Enabled := False; ShowMessage('Some message', procedure(res: integer) begin unigmap1.Enabled := True; end );
  6. I have been using it without any problem. Just remember to locate it in mainmodule.
  7. I think he is talking about an input validation (formatted input) for numbers, date, etc. http://forums.unigui.com/index.php?/topic/1741-formatted-input-for-uniedit/
  8. Hi I noted that when I show and move a form (in my case modal) over gmap component, sometimes the form become invisible or the application behaves weird. To avoid this situation I set gmap.enabled := False before showmodal and set enabled := True onclose form. Firefox: 16.0.2 Delphi XE3 Unigui: 0.90.0 build 971 gmap 1.3.1 Best regards
  9. It looks really nice. Maybe you could share some code details
  10. Hi, Lema. Where do I have to write my google apikey? Thanks -------------------- Well, I find the place in constructor TUniGMap.Create. I put my google api key and rebuild but I still receive the following error: Google has disabled use of the Maps API for this application. The provided key is not a valid Google API Key, or it is not authorized for the Google Maps Javascript API v3 on this site. If you are the owner of this application, you can learn about obtaining a valid key here: https://developers.google.com/maps/documentation/javascript/tutorial#Obtaining_Key -------------------- I found the solution: I change the name of the project for the one that I registered in google.
×
×
  • Create New...