Commit Graph

250 Commits

Author SHA1 Message Date
alexs75
e75fecfde6 fix close window in RxMDI
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2652 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-04 14:26:15 +00:00
alexs75
72825b82d6 cleaunp code - remove deprecated functions from rxstrutils
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2624 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-15 04:12:21 +00:00
alexs75
c4969596c7 fix rxcloseformvalidator
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2618 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-11 14:19:14 +00:00
yangjixian
6f55ebe095 EraseBackground procedure added.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2591 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-11-02 00:53:24 +00:00
alexs75
be31f78ae8 RxViewsPanel - select first item on load
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2590 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-11-01 14:11:48 +00:00
alexs75
683521530b add sender to RxViewPanel event handler
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2589 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-31 14:54:31 +00:00
alexs75
9a87777833 1. Rework wordwrap procedure
2. RxDBGrid - in tools menu hide not used items

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2570 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-18 14:11:00 +00:00
alexs75
38e19b287d rxfpc - version 2.4.2.120
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2569 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-17 20:47:13 +00:00
alexs75
5cfeeee16e RxDBGrid - allow word wrap in data cell. For details see RxDBGrid demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2568 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-17 13:17:40 +00:00
alexs75
66cf644217 RxMDI - russian localization
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2564 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-16 19:20:20 +00:00
alexs75
4eddaf1aca in RxMDI new procedure - CloseAll - close all child forms
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2563 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-16 19:17:14 +00:00
alexs75
4e56a7ec20 RxConfigValues - allow clear modify flag
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2549 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-12 22:37:16 +00:00
alexs75
b4e4aef6e2 fix AV if close button not set in TRxMDIanel
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2547 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-09 14:26:24 +00:00
alexs75
713d21e442 fix initial state MDICloseButton after create main form
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2546 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-09 11:40:08 +00:00
alexs75
33c7722b0e Add new components for MDI applications. Add demo MDI application
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2545 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-09 10:35:17 +00:00
alexs75
1b56006473 1. RxDBGrid - change declaration for register sort engine function
2. New package - Rx_Sort_Zeos - sort engine for zeos components

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2542 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-27 14:27:35 +00:00
alexs75
ef7bf595fb 1. RXDBGrid - in collumn title show number for sort fileds
2. RXDBGrid - in multiline collumn header push button only last line
3. RxDBGrid demo - fix work with filter in table demo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2541 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-26 14:19:29 +00:00
alexs75
7c25da7b8a fix compile with FPC 2.6 - Lazarus 1.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2540 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-25 18:03:19 +00:00
alexs75
5fa7b35965 fix UTF8 file scan
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-25 09:32:05 +00:00
alexs75
c2e3789352 1. RxDBGrid - create new shortcat - Ctrl+A - select all rows
2. RxDBGrid - new procedure - SelectAllRows
3. RxDBGrid - try to fix error with edit Lockup filed in modal dialogs
4. RxDBGrid - add new key strokes:
    rxgcSelectAll - select all rows
    rxgcDeSelectAll - deselect all rows
    rxgcInvertSelection - invert selection
    rxgcOptimizeColumnsWidth - Optimize all columns width
5. New packet (rx_sort_fbdataset.lpk) and component (TRxSortFBDataSet) - add to project sort engine for FBDataSet


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2536 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-24 14:21:22 +00:00
alexs75
40e1b4632d fix rxdbgrid sort engine for ZEOS
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2530 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-21 19:54:03 +00:00
alexs75
b536e10982 1. RxDBGrid - sort dialog allow make sort order for all fields
2. RxDBGrid - new procedure - ShowSortDialog
3. RxDBGrid - make multicolumn sort by tytle click with ctrl

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2529 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-21 17:06:21 +00:00
alexs75
49e82e3e66 RxDBGrid - fix work lockupcombo cell editor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2526 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-20 14:02:20 +00:00
alexs75
28e82d44ad 0022917: Patch for AV when closing TRXDBLookupCombo PopUp window
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2525 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-19 20:14:13 +00:00
alexs75
b1c6b6141a 1. RxLockupCombo - fix paint control whith color for null values
2. RxDBGrid find dialog - improved localization
3. RxDBGrid - clear quick search data after mouse click


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2522 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-19 14:06:46 +00:00
alexs75
8fb214f590 rxdbgrid - fix AV on open form whith empty grid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2516 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 16:29:12 +00:00
alexs75
1bf39713f0 RxDBGrid - in TRxCollumn add event - OnDrawCollumnCell. Event fired on draw current cell only
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2514 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-17 19:52:38 +00:00
alexs75
b1827f8951 in rxdbgrid in filter and sort form show ColumnCaption for user choise
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2513 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-17 10:07:41 +00:00
alexs75
ffd4b105f4 RxDBGrid - fix draw themed vertical collumn caption
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2512 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-15 19:41:36 +00:00
alexs75
608708e249 fix RxDBGrid - AV in edit buttons if in DataSet not exists columns
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2509 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-07 14:12:36 +00:00
alexs75
2228ea0aa5 RxDBGrid - fix calc sum in footer row for detail dataset if master dataset scrolled
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2506 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-05 18:39:35 +00:00
alexs75
f4e3cdde5d fix ReadOnly for rxDBDateEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2492 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-26 10:35:54 +00:00
alexs75
e24c69622d fix bug in RxLockupComboBox
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2491 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-26 10:09:21 +00:00
alexs75
3414e0ec24 fix button width for ButtonEditor in rxdbgrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2490 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-23 17:24:06 +00:00
alexs75
774aa2e4f9 in rxdbgridCollumn add property EditButtons - collection of custom buttons for edit cell. See RxDBGrid demo - collumn price
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2489 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-23 17:03:53 +00:00
alexs75
b44d85767b minor fix for calc total function in RxDBGrid - tnx ronin
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2484 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-04 17:31:52 +00:00
alexs75
5c4b3718b1 fix merge multiline titles in rxdbgrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2482 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-23 16:27:52 +00:00
alexs75
38ac510e85 improved draw TRCloockupCombobox, new propertys for RxDbGrid - SortField and SortOrder
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2431 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-12 17:51:20 +00:00
alexs75
068c0f2fdc fix cacl footer row in rxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2423 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-08 14:57:37 +00:00
alexs75
d2615e526b fix cacl footer row in rxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2422 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-08 14:14:10 +00:00
alexs75
c150575c15 fix compile with latest FPC - tnx Ludo Brands
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2413 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-02 16:40:14 +00:00
alexs75
625dbaa306 Rx - increase build number
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2404 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-22 17:18:43 +00:00
alexs75
909cca7757 RxDBGrid - fix error on calc footer with null fields - tnx ronin
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2403 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-22 17:17:38 +00:00
alexs75
db96249492 RxDBGrid - fix cacl footer for empty dataset
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2402 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-22 17:12:20 +00:00
alexs75
dd694d509c RxDBGrid - fix cacl footer row for ftLargeint fields
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2401 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-22 17:10:46 +00:00
alexs75
2983ae02f7 fix error in lockup box
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2397 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-21 06:11:08 +00:00
alexs75
bac149645a in RxDBGrid remove unnecessary recalculation of statistics
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2389 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-15 21:22:58 +00:00
alexs75
c0c7572f82 in RxDBGrid disable scroll event on calc footer row
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2388 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-15 21:05:55 +00:00
alexs75
b5d538019f for all rx lookup controls - in PopUpForm add property SizePriority for better calc columns width
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2385 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-10 19:53:32 +00:00
alexs75
77ca40896a apply patch to RxMemData for load/save data - tnx Rich, issue 0020413
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2382 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-04 17:34:43 +00:00