Jump to content

poshbadges

Members
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by poshbadges

  1. Hi All I am getting a error when trying to install on my version of XE4. [dcc32 Error] UniGMap.pas(1430): E2003 Undeclared identifier: 'MyGoogleAPIKey' Any ideas please. PS Postcard on its way. Russell
  2. Great fantastic works fine now. Thanks again
  3. The new string grid demo is not working. Error message below. An Exception has occured in application: Error reading UniStringGrid1.LockFixedCols: Property LockFixedCols does not exist Restart application Russell
  4. Hi I have just installed the latest version no problem. The demo DraggableComponent.exe will not run. Output message below. "C:\Program Files\FMSoft\Framework\uniTools\Dcu\Delphi2014" -K00400000 -NB"C:\Users\Public\Documents\RAD Studio\11.0\Dcp" -NH"C:\Users\Public\Documents\RAD Studio\11.0\hpp" DraggableComponent.dpr [dcc32 Error] Main.pas(81): E2010 Incompatible types: 'TObject' and 'TUniControl' [dcc32 Error] Main.pas(97): E2010 Incompatible types: 'TObject' and 'TUniControl' [dcc32 Error] Main.pas(113): E2010 Incompatible types: 'TObject' and 'TUniControl' [dcc32 Error] Main.pas(129): E2010 Incompatible types: 'TObject' and 'TUniControl' [dcc32 Error] Main.pas(146): E2010 Incompatible types: 'TObject' and 'TUniControl' [dcc32 Error] Main.pas(167): E2010 Incompatible types: 'TObject' and 'TUniControl' [dcc32 Error] Main.pas(184): E2010 Incompatible types: 'TObject' and 'TUniControl' [dcc32 Error] Main.pas(204): E2010 Incompatible types: 'TObject' and 'TUniControl' [dcc32 Fatal Error] DraggableComponent.dpr(15): F2063 Could not compile used unit 'Main.pas' Failed Elapsed time: 00:00:03.8 Russell
  5. Hi Iema I have just installed the latest version of unigui to date and then re-installed the unigmap component. I am getting the message below. [dcc32 Fatal Error] Main.pas(9): F2051 Unit UniGMap was compiled with a different version of uniGUIApplication.UniSession Could you possibly tell me where I am going wrong, sure there is a simple solution. All the best Russell
  6. Hi Iema Problem sorted out my end. Thanks for offering to help. All the best Russell
  7. Hi Wonder if you can help me. I cannot get the mapclick event to fire in my own test project. I have a form, 2 edit boxes and unigmap component, nothing too complicated. procedure TMapForm.UniGMap1AjaxEvent(Sender: TComponent; EventName: string; Params: TStrings); var lat, lng: string; begin if (EventName = 'mapclick') then begin lat := StringReplace(Params.Values['lat'], '.', ',', [rfReplaceAll]); lng := StringReplace(Params.Values['lng'], '.', ',', [rfReplaceAll]); latdec.Text := lat; londec.Text := lng; end; // mapclick end; Russell
  8. Hi I should have got back to you sooner. Many thanks for your help. Yes this worked fine. Russell
  9. Hi All Can someone tell me how to install this component. Russell
  10. I have a mobile app that allows a user to upload images to the database. I click the upload button, after around 20 secs the application shows a message "Upload Error" with connection error in blue underneath this message. I have set the MaxAllowed size = 0. Has anyone any ideas on what I am doing wrong. The image size is around 1.5 megs. Russell
  11. With ref to the above message the Version should have read 1176 and not 1179 Having the same problem with version 1177 same message also. I have reverted back to version 1172 and all is working fine. [dcc32 Fatal Error] uniGUI18mdcl.dpk(45): F2051 Unit uniGUImReg was compiled with a different version of unimChart.TUnimChart
  12. Hi I have just tried to instal the latest version 0.99.10.1179 and I am getting the error message below. [dcc32 Fatal Error] uniGUI18mdcl.dpk(45): F2051 Unit uniGUImReg was compiled with a different version of unimChart.TUnimChart I am using D XE4 Can anyone help
  13. I have a UniURLFrame in my project for the purpose of displaying a Flash file. When I run the application in Firefox browser the flash file reports that the file cannot be found. When I test the same application in all other browsers the application works fine loading the select flash file. Has anyone any ideas on what is happening, sure it is a simple fix but cant seem to resolve this problem. Russ
  14. Hi The default date format in the object settings for the mobile date picker is DD/MM/YYYY which is fine. When viewed in the browser we get MM/DD/YYYY. Is this a bug. I am using Windows 7, Delphi XE4. Thanks Russell
  15. Hi I have version 0.98.0.1104 . I have made a test mobile app, this worked fine I could view this app in my browser fine. The second time I ran this mobile app all I could see was Loading ..... nothing else. I have tried the demo mobile applications and the same happens here. Strange that the first time running a mobile app worked fine then I have this problem of blank screen with the message Loading ..... Can anyone help. Russell
  16. OK thanks for your prompt reply. Russell
  17. Hi I am trying to use the Canvas demo on a Ipad but can't seem to draw. Sure I am doing something wrong. Can anyone point me in the right direction. Russell
  18. Hi I cannot run the Touch demos. I am using uniGUI 0.98.0.1108. Touch 2.4.1 Can any one please give some advice. Sure it is something simple. Thanks Russell
×
×
  • Create New...