I still didn't get it, returns the same thing

March 28 2002 at 4:31 AM
No score for this post
eh  (no login)
from IP address 195.5.62.152


Response to Re: heh

 

dialog ith {
title "Convert ini to Hash"
size -1 -1 115 194
option dbu
text "Specific an ini file...", 2, 6 9 55 8
box "", 11, 58 10 42 4
button "Convert", 13, 76 177 33 12, ok
button "...", 15, 83 23 14 10
box "", 16, 9 179 63 4
box "", 1, 8 40 51 4
text "Availible Tables", 3, 64 39 41 8
list 4, 9 53 96 60, size
box "", 5, 50 120 52 4
text "Output Path...", 6, 8 119 47 8
text "", 7, 10 135 69 8
button "...", 8, 85 133 14 10
edit "", 10, 28 163 55 10, center
text "Save as...", 12, 77 150 32 8
box "", 14, 10 151 63 4
text "", 17, 10 24 69 8
}
on 1:dialog:ith:init:*:{
mdx SetBorderStyle 13,8,7,17,15 staticedge
mdx SetFont 6,2,3 +b Russian 12 700 Cyrillic
mdx SetControlMDX $dname 4 ListView header checkboxes report rowselect showsel nosortheader single > $views
did -i $dname 4 1 headerdims 120:10 50
did -i $dname 4 1 headertext Tables $chr(9) $+ Items
}
on 1:dialog:ith:sclick:*:{
if ($did == 4) {
; did -i $dname $did 4 page event
//echo var %page $did($dname, $did, 1)

; var %click $gettok($did($dname,$did,1),1,32)

; if (%click == stateclick) { //echo -a $did($dname,$did,2) }
; var %filtered = $iif($gettok($did($dname,4,%page).text,5,32) == 2,1,0)


; if (%click == stateclick) { /echo -a $gettok($replace($remove($did($dname,$did,2),0,+fs),$chr(9),.),1,46) }
; //echo -a $gettok($replace($remove($did(4).sel,0,+fs),$chr(9),.),1,46) $gettok($replace($remove($did(4).seltext,0,+fs),$chr(9),.),2,46)
}
}

 
Scoring disabled. You must be logged in to score posts.Respond to this message   
Responses

  • eh - eh on Mar 28, 2002, 4:59 AM
  •  
Create your own forum at Network54
 Copyright © 1999-2010 Network54. All rights reserved.   Terms of Use   Privacy Statement