Jump to content

patmap

Members
  • Posts

    263
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by patmap

  1. The thing I didn't like about raudus was the designer I found it a bit frustrating, The thing I did like was D7 support.

     

    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

  2. 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

  3. 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

  4. 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!

     

    post-224-0-51887600-1312034335_thumb.png

     

    Coment Errors or Futures.

     

    Best Regards

    UniXPanel-v.2.0.0.zip

    • Upvote 2
  5. Thank for new Version

     

    I Can install V1.32 component and test for 3 demo this project

     

    Before test i change path extJs to c:\extjs\ext-x.y.z\ or [ext]

    3 demo is not work not show google map .

    Error code TwoMap: 00000834: 22:23:54CommandGet:EUniSessionException : Invalid session or session Timeout.

     

    I installed it I was wrong. Get used to it.

     

    Please Help me.

     

    Hi khachornsak,

     

    Probably the GMap.js cached by your browser.

    press CTRL+F5 or clear browser caches.

     

    Use v1.3.3.

     

    Best Regards

  6. 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...