Jump to content

patmap

Members
  • Posts

    263
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by patmap

  1. Hi, I test it again, work fine!!! Best Regards
  2. Hi, because browser can't found Ext Path !!! Best Regards
  3. Hi, Check ExtRoot path on ServerModule ! Best Regards
  4. Hi, White this code in OnAjaxEvent of UniDBGrid if SameText(EventName, 'cellselect') then Caption := UniDBGrid1.Columns[strToInt(Params.Values['colindex'])].FieldName ; Work on both Mouse and Keyboard ! Best Regards
  5. Hi, Mr. Farshad This demo was run under iPhone 4 with Safari browser. New, Open, Save, Exit work ! Good job! Best Regards
  6. Hi Mr. Farshad Can you fixed this log ( Logged #1100 ) in next build please ? Best Regards
  7. But it is not Wonderful ! future. If i have D7. "I have no other choice" I say! At this time i upgrade my Delphi ! Best Regards
  8. Hi See this post: uniXDBGrid Component Best Regards
  9. Hi, uniXDBGrid is a simple DBGrid with Sortable and Colapsable future. 2.0 2012-12-16 * Add RemoteSort Property * Support XE3 with ext-4.1.1a Attention: If you want to sort server side, change RemoteSort := True and write own code into OnColumnSort Added two property: Property Sortable: Boolean ; // For Sortable columns. Property Collapsible: // For colapsable DBGrid Property RemoteSort : Boolean Read FRemoteSort Write FRemoteSort Default False; For Delphi XE Best Regards XDBGrid.v.2.0.zip
  10. Hi I'm sory but i dont have D2007. Regards
  11. Hi, Lat (Latitude), Lng (Longitude) has geography address on earth. For get address of lat, lng, you must be use Google API Best Regards
  12. Hi, I download and test it! Good futures: ( It is my opinion ) 1) many flexible components 2) Easy use SSL. 3) Upgrade to Ext v4.0 4) Mobile suported Bad futures: ( It is my opinion ) 1) Very slow in loading ! 2) I did not find Javascript Events ! 3) I cant develop Desktop Application ! 4) No ExtPascal source for add any custom future ! 5) So very slow in ajax requests ! I prefer uniGUI more than raudus actually ! All this is my opinion Best Regards
  13. Hi, TUniRegionPanel a new component for UniGUI that make a multi region panel with split and slider ! Version 2.0.0 * Compiled with XE3 * Bug Fixed on RegionParent is nil * Added Layout Property (lyAccordion or lyBorder) . Other layouts under working. * Added AutoScrollContent property for hide or show auto scroll content if larger than panel. New: Property Layout : TExtContainerLayout Read FLayout Write FLayout Default LyBorder; Property AutoScrollContent : Boolean Read FAutoScrollContent Write FAutoScrollContent Default False; Properties: Property Regionable: Boolean ; // For MainParent RegionPanel = False and For child RegionPanel = True Property RegionSplit: Boolean ; // For MainParent RegionPanel = False and For child RegionPanel = True or False Property RegionFrame: Boolean ; // Better set to true Property RegionTitleCollapse: Boolean ; // click on title colapse panel Property RegionCollapsible: Boolean ; // For MainParent RegionPanel = False and For child RegionPanel = True or false Property Region: TExtBoxComponentRegion ; // west or east or ... Property RegionParent: TUniRegionPanel ; // Set parent of child region panels Property ResgionTitle: AnsiString ; // Panel title Property Vesrion : string ; // readonly For use See Example. Enjoy it! Coment Errors or Futures. Best Regards UniXPanel-v.2.0.0.zip
  14. Hi khachornsak Use with file path: UniGoogleMap1.AddMarker('0', '1', '35.737177', '51.405587', 'Marker 1','','','files/car.png') ; Best Regards
  15. Hi You must be use Last version of uniGUI ver 0.86.0.887 Best Regards
  16. Hi Mr. Fashad Can you add : in Ext.Panel items ? full js sample: http://examples.extjs.eu/simplestbl.js view this demo: http://examples.extjs.eu/simplestbl.html Best Regards
  17. Hi, Update to v1.3.3 * Update for uniGUI ver 0.86.0.887 * remove GoogleMap.js from [files\] folder * Fixed multiple Map error. Thanks to Farshad from new release. Thanks to khachornsak for error comment. Best Regards
  18. Hi khachornsak, Probably the GMap.js cached by your browser. press CTRL+F5 or clear browser caches. Use v1.3.3. Best Regards
  19. Hi, Update to v1.3.2 * Fixed Bug SetCookie * Remove Extra syncode unit. Best Regards
  20. Hi, You right, i fix it now ! I use extra unit. Best Regards
  21. Hi, Update to v1.3 * Add Draw Polyline * Add Draw Polygon
  22. Hi, This error when occurre that uniGUI can not find in current path \files folder one of any following files: file\GMap.js file\GoogleMap.js file\markerwithlabel.js Best Regards
  23. Hi, I think you not set correct ExtRoot path in ServerModule ! Best Regards
  24. Hi, Update to v1.2 * Add Save Last Zoom, Last Latitude and Longitude Map Location. * Fixed bug with zoom in & out problem.
  25. Hi, I update post #1 with new version (1.1) * Add Lock for Lock zooming and dragging * Add UnLock for UnLock zooming and dragging * Add Default Latitude and Longitude Map Location. * Add Default Zoom. methods: // For Update resizing map Procedure ResizeMap; // For add and move Marker Procedure AddMarker(mtype, id, lat, lng: AnsiString; Caption: AnsiString=''; html: AnsiString='no html'; head : AnsiString=''; iconname: AnsiString=''; overiconname: AnsiString=''; sizeX:AnsiString =''; sizeY: AnsiString=''); // For move on map to any location Procedure PanTo(Lat, Lng : AnsiString) ; // Lock zoom and dragging Procedure Lock ; // UnLock zoom and dragging Procedure UnLock ; Best Regards
×
×
  • Create New...