Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add New Folder question
#4
Another question from long-time newbie ; )

How come this code in my "User Setup" dlg doesn't set ini values:

Function dlg_setup
Code:
Copy      Help
,case IDOK
,,str setup_ini = "E:\MurFTP2\data\setup.ini" ;; ***TO BE REPLACED WITH INSTALL GENERATED INI
,,rset dir_primarystor "dir_primarystor" "setup" setup_ini
,,rset dir_secondarystor "dir_secondarystor" "setup" setup_ini
,,rset file_editor "file_editor" "setup" setup_ini

But exact same code moved into a macro and called from dialog does work:

Function dlg_setup
Code:
Copy      Help
,case IDOK
,,,mac "rset_setup_ini"


Thanks!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)