Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 292)

Ticket Resolution Summary Owner Reporter
#231 fixed Authenticate for browsing login dialog titlebar is unexpected. Steven Levine
Description

The Authenticate for browsing login dialog title will be set to

Login: P_WORKGROUP \\P_SERVER\P_SHARE

in SW_LOGIN_Create when the associated variables are undefined.

This was tested with evfsgui 2.5.0rc5.

Perhaps the variables should be initialize to 'UNKNOWN' at application startup?

#230 fixed Error message from evfsgui.VRM from Edit menu Herwig Bauernfeind LotharS
Description

Open evfsgui, with existing file connection. While nothing clicked w/ mouse: Menu: Edit -> Open -> Settings ---> Error msg, see attachment. The Edit>Open menu also shows a preselected item "[Default]", which disappears from screen after a second.

No problem when network drive symbol clicked w/mouse before.

#229 fixed smbprint inconsitently works Herwig Bauernfeind abwillis
Description

I was finding problems with smbprint where it worked inconsistently. It did not work at all initially with smbprint.exe in the samba directory but worked for one printer (pdfwrite to create PDFs) but not for another (real printer) when I moved it to the spool directory. I found

-            ok = VRPrintFile( smbprintername, directory'\'spoolfile, , JobName )
+            ok = VRPrintFile( smbprintername, spoolfile, , JobName )

where directory is never set to anything. Removing the directory'/' and now both printers objects work even with smbprint in samba. I initially set directory=directory() - I had still had smbprint in the spool directory- and that will work as well but as the sysdelete function worked all along and it is without the directory information I decided to just remove it and it worked fine. I am adding a full diff file for context but it has some other changes I did for seeing more information (and changed one German word to English so that I knew what it was telling me).

Note: See TracQuery for help on using queries.