Subversion Repositories Kolibri OS

Rev

Rev 3308 | Rev 3382 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3308 Rev 3381
Line 1... Line 1...
1
;*****************************************************************************
1
;*****************************************************************************
2
; Open Dialog - for Kolibri OS
2
; Open Dialog - for Kolibri OS
3
; Copyright (c) 2009, 2010, Marat Zakiyanov aka Mario79, aka Mario
3
; Copyright (c) 2009-2013, Marat Zakiyanov aka Mario79, aka Mario
4
; All rights reserved.
4
; All rights reserved.
5
;
5
;
6
; Redistribution and use in source and binary forms, with or without
6
; Redistribution and use in source and binary forms, with or without
7
; modification, are permitted provided that the following conditions are met:
7
; modification, are permitted provided that the following conditions are met:
8
;        * Redistributions of source code must retain the above copyright
8
;        * Redistributions of source code must retain the above copyright
Line 23... Line 23...
23
; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23
; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
; ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
; ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
;*****************************************************************************
27
;*****************************************************************************
-
 
28
;---------------------------------------------------------------------
-
 
29
;Some documentation for memory
-
 
30
;
-
 
31
;area name db 'FFFFFFFF_open_dialog',0 ; FFFFFFFF = PID
28
 
32
;
-
 
33
; communication area data
-
 
34
;dd 0 ;	flag  
-
 
35
;   0 - empty, 1 - file for open, 2 -folder for open,
-
 
36
;   3 - cancel, 4 - path=name of area 6822.
-
 
37
;db 4092 ; path to file
-
 
38
;dd 0 ; flag 0 - no filtration,  1 - filtering
-
 
39
;db 4092 ; area for storage of filtering values
-
 
40
;---------------------------------------------------------------------
29
	use32
41
	use32
30
	org	0x0
42
	org	0x0
Line 31... Line 43...
31
 
43
 
32
	db 'MENUET01'
44
	db 'MENUET01'