[PCB_FORUM] 15.2 skill and allegro_html

  • From: Andy_Kulik@xxxxxxx
  • To: icu-pcb-forum@xxxxxxxxxxxxx
  • Date: Mon, 28 Jun 2004 15:11:58 -0400

this is to all skill programmers out there waiting for the new stuff

well i found something that's pretty annoying (SR open!!!).

if you use "axlUIViewFileCreate" in you programs 
 
        and

you specify the filename as a relative path (such as "myfile.txt" or 
"./myfile.txt")

        and

the user has the env variable allegro_html (User Preferences ->UI) set

then

the log file will not display! Instead the window will show a Html error 
("Action Cancelled")

You can workaround this issue by specifying the absolute path of the file 
(Tip: use simplifyFilename())

Andy

PS: Otherwise everything seems to be very stable ;-)

Other related posts:

  • » [PCB_FORUM] 15.2 skill and allegro_html