|
List Info
Thread: rev000: client 'fileopen' problem
|
|
| rev000: client 'fileopen' problem |

|
2007-04-12 09:39:40 |
|
Hi,
with the new client side file open there is a slight problem. There is
a bar on the very left side, that is displaying the desktop, own files,
workplace and all the available drives. Besides, that the list of
available drives should be omitted, imho, this bar shows for each the
appropriate icon and a white text on a kind of dark grey background.
But whenever a user selects one of the icons, the selected icon gets
displayed with a white background. This makes the text of the icon not
readable because it still gets displayed as white text, which can't be
read on a white background.
This should be corrected, please.
If a user selects eg the desktop, the the text "Desktop" should be
displayed with a dark color, in order to make it readable.
--
Sincerely,
Stephan Knobloch
KMK Software AG
Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0
Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 10:08:28 |
Hi Stephan,
Using WindowsXP and the default windows theme, I am seeing
the Icons
with black text. What OS/theme are you using?
Thanks,
Robert Del Prete
Stephan Knobloch wrote:
> Hi,
>
> with the new client side file open there is a slight
problem. There is a
> bar on the very left side, that is displaying the
desktop, own files,
> workplace and all the available drives. Besides, that
the list of
> available drives should be omitted, imho, this bar
shows for each the
> appropriate icon and a white text on a kind of dark
grey background. But
> whenever a user selects one of the icons, the selected
icon gets
> displayed with a white background. This makes the text
of the icon not
> readable because it still gets displayed as white text,
which can't be
> read on a white background.
>
> This should be corrected, please.
>
> If a user selects eg the desktop, the the text
"Desktop" should be
> displayed with a dark color, in order to make it
readable.
>
> --
>
>
>
>
> Sincerely,
>
> Stephan Knobloch
>
> KMK Software AG
> Englerstraße 24, D-76275 Ettlingen
>
> Tel: 07243/531-0
> Fax: 07243/531-100
>
>
> Vorstand: Stephan Knobloch
> Aufsichtsratsvors.: Peter Knobloch
> Amtsgericht Karlsruhe HRB 2754 E
> Steuer-Nummer: 31193/31305
> USt.-Identnummer: DE143598818
>
>
>
> # Need help using (or leaving) this mailing list? #
Email
> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message
> body.
# Need help using (or leaving) this mailing list?
# Email majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message body.
|
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 11:05:49 |
|
Thanks for your interest, Robert,
I just reverted to standard Windows XP theme (not "Classic Theme" but
"Windows XP" theme) logged off and logged in again and still the text
is white and does not turn into black, when it is selected. While
playing with it I found some weird results from this demo program
without a SysWindow:
Demo:
? 'hide',
FILTER$ = "All Files (*.*)"+$0a$+"*.*"
: + $0a$
: + "Exe Files (*.exe)"+$0a$+"*.exe"
titleText$ = "BBj Client Side File Open"
Open_Dir$ = dsk("")+dir("")
Open_File$ = "bbj.exe"
ext$ = "exe"
mode = 0
Path_Name$=FILEOPEN(titleText$,Open_Dir$,Open_File$,ext$,FILTER$,mode,mode="CLIENT")
? Path_Name$
I sent a screen shot DesktopCFS.jpg to ftp://ftp.basis.com/incoming/
--
Sincerely,
Stephan Knobloch
KMK Software AG
Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0
Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
Robert Del Prete schrieb:
basis.com" type="cite">Hi
Stephan,
Using WindowsXP and the default windows theme, I am seeing the Icons
with black text. What OS/theme are you using?
Thanks,
Robert Del Prete
Stephan Knobloch wrote:
Hi,
with the new client side file open there is a slight problem. There is
a bar on the very left side, that is displaying the desktop, own files,
workplace and all the available drives. Besides, that the list of
available drives should be omitted, imho, this bar shows for each the
appropriate icon and a white text on a kind of dark grey background.
But whenever a user selects one of the icons, the selected icon gets
displayed with a white background. This makes the text of the icon not
readable because it still gets displayed as white text, which can't be
read on a white background.
This should be corrected, please.
If a user selects eg the desktop, the the text "Desktop" should be
displayed with a dark color, in order to make it readable.
--
Sincerely,
Stephan Knobloch KMK Software AG Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0 Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
# Need help using (or leaving) this mailing list? # Email
basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the message
body.
# Need help using (or leaving) this mailing list?
# Email basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the
message body.
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 12:04:42 |
Hi Stephan,
Sorry Stephan. I was looking at the BBjFileChooser instead
of the
FILEOPEN mnemonic. I see the issues you have described and
we have QA
memos for them. QA#09180 and QA#14665.
You can use the BBjFileChooser control as an alternative for
BBj 7. It
addresses both of these issues. Here is a small sample and
documentation for this new control will be in shortly.
Best Regards,
Robert Del Prete
DECLARE BBjTopLevelWindow myWindow!
DECLARE BBjFileChooser myFileChooser!
DECLARE BBjVector fileVector!
SYSGUI=UNT;Open(SYSGUI) "X0"
REM Create a window
myWindow! =
BBjAPI().getSysGui().addWindow(10,10,600,420,"BBj
Window",$00010002$)
myFileChooser!=myWindow!.addFileChooser(101,10,10,590,400,&q
uot;",$0000$)
myFileChooser!.setCurrentDirectory("c:")
myFileChooser!.setMultiSelectionEnabled(1)
REM myFileChooser!.setSelectedFile("")
myFileChooser!.setAcceptAllFileFilterUsed(0)
REM myFileChooser!.addFileFilter("BBj
Files","*.bbj")
REM myFileChooser!.setActiveFileFilter("BBj
Files")
PRINT (SYSGUI)'SCALE' (2,2)
REM Register the CALLBACK routines
CALLBACK(ON_CLOSE,APP_CLOSE,BBjAPI().getSysGui().getContext(
))
CALLBACK(ON_FILECHOOSER_APPROVE,FILE_APPROVE,BBjAPI().getSys
Gui().getContext(),101)
CALLBACK(ON_FILECHOOSER_CANCEL,FILE_CANCEL,BBjAPI().getSysGu
i().getContext(),101)
REM Process Events
PROCESS_EVENTS
REM Callback routine called when the user closes the
application window
APP_CLOSE:
RELEASE
FILE_APPROVE:
? "Current Directory is:
"+myFileChooser!.getCurrentDirectory()
? "Selected File is
"+myFileChooser!.getSelectedFile()
? "Active File Filter is
:"+myFileChooser!.getActiveFileFilter()
fileVector! = myFileChooser!.getSelectedFiles()
for I = 1 to fileVector!.size()
? "File choosen is "+fileVector!.getItem(I-1)
next I
RETURN
FILE_CANCEL:
? "File Cancled"
RETURN
Stephan Knobloch wrote:
> Thanks for your interest, Robert,
>
> I just reverted to standard Windows XP theme (not
"Classic Theme" but
> "Windows XP" theme) logged off and logged in
again and still the text is
> white and does not turn into black, when it is
selected. While playing
> with it I found some weird results from this demo
program without a
> SysWindow:
>
> Demo:
> ? 'hide',
> FILTER$ = "All Files
(*.*)"+$0a$+"*.*"
> : + $0a$
> : + "Exe Files
(*.exe)"+$0a$+"*.exe"
> titleText$ = "BBj Client Side File
Open"
> Open_Dir$ = dsk("")+dir("")
> Open_File$ = "bbj.exe"
> ext$ = "exe"
> mode = 0
>
Path_Name$=FILEOPEN(titleText$,Open_Dir$,Open_File$,ext$,FIL
TER$,mode,mode="CLIENT")
> ? Path_Name$
>
>
>
> I sent a screen shot DesktopCFS.jpg to
ftp://ftp.basis.com/incoming/
>
> --
>
>
> Sincerely,
>
> Stephan Knobloch
>
> KMK Software AG
> Englerstraße 24, D-76275 Ettlingen
>
> Tel: 07243/531-0
> Fax: 07243/531-100
>
>
> Vorstand: Stephan Knobloch
> Aufsichtsratsvors.: Peter Knobloch
> Amtsgericht Karlsruhe HRB 2754 E
> Steuer-Nummer: 31193/31305
> USt.-Identnummer: DE143598818
>
>
> Robert Del Prete schrieb:
>> Hi Stephan,
>>
>> Using WindowsXP and the default windows theme, I am
seeing the Icons
>> with black text. What OS/theme are you using?
>>
>> Thanks,
>> Robert Del Prete
>>
>> Stephan Knobloch wrote:
>>> Hi,
>>>
>>> with the new client side file open there is a
slight problem. There
>>> is a bar on the very left side, that is
displaying the desktop, own
>>> files, workplace and all the available drives.
Besides, that the list
>>> of available drives should be omitted, imho,
this bar shows for each
>>> the appropriate icon and a white text on a kind
of dark grey
>>> background. But whenever a user selects one of
the icons, the
>>> selected icon gets displayed with a white
background. This makes the
>>> text of the icon not readable because it still
gets displayed as
>>> white text, which can't be read on a white
background.
>>>
>>> This should be corrected, please.
>>>
>>> If a user selects eg the desktop, the the text
"Desktop" should be
>>> displayed with a dark color, in order to make
it readable.
>>>
>>> --
>>>
>>>
>>>
>>>
>>> Sincerely,
>>>
>>> Stephan Knobloch KMK Software AG Englerstraße
24, D-76275 Ettlingen
>>> Tel: 07243/531-0 Fax: 07243/531-100
>>>
>>> Vorstand: Stephan Knobloch
>>> Aufsichtsratsvors.: Peter Knobloch
>>> Amtsgericht Karlsruhe HRB 2754 E
>>> Steuer-Nummer: 31193/31305
>>> USt.-Identnummer: DE143598818
>>>
>>>
>>>
>>> # Need help using (or leaving) this mailing
list? # Email
>>> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the
>>> message body.
>>
>>
>> # Need help using (or leaving) this mailing list?
>> # Email majordomo basis.com with the command
INFO BBJ-DEVELOPER in the
>> message body.
>>
> # Need help using (or leaving) this mailing list? #
Email
> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message
> body.
# Need help using (or leaving) this mailing list?
# Email majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message body.
|
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 12:04:42 |
Hi Stephan,
Sorry Stephan. I was looking at the BBjFileChooser instead
of the
FILEOPEN mnemonic. I see the issues you have described and
we have QA
memos for them. QA#09180 and QA#14665.
You can use the BBjFileChooser control as an alternative for
BBj 7. It
addresses both of these issues. Here is a small sample and
documentation for this new control will be in shortly.
Best Regards,
Robert Del Prete
DECLARE BBjTopLevelWindow myWindow!
DECLARE BBjFileChooser myFileChooser!
DECLARE BBjVector fileVector!
SYSGUI=UNT;Open(SYSGUI) "X0"
REM Create a window
myWindow! =
BBjAPI().getSysGui().addWindow(10,10,600,420,"BBj
Window",$00010002$)
myFileChooser!=myWindow!.addFileChooser(101,10,10,590,400,&q
uot;",$0000$)
myFileChooser!.setCurrentDirectory("c:")
myFileChooser!.setMultiSelectionEnabled(1)
REM myFileChooser!.setSelectedFile("")
myFileChooser!.setAcceptAllFileFilterUsed(0)
REM myFileChooser!.addFileFilter("BBj
Files","*.bbj")
REM myFileChooser!.setActiveFileFilter("BBj
Files")
PRINT (SYSGUI)'SCALE' (2,2)
REM Register the CALLBACK routines
CALLBACK(ON_CLOSE,APP_CLOSE,BBjAPI().getSysGui().getContext(
))
CALLBACK(ON_FILECHOOSER_APPROVE,FILE_APPROVE,BBjAPI().getSys
Gui().getContext(),101)
CALLBACK(ON_FILECHOOSER_CANCEL,FILE_CANCEL,BBjAPI().getSysGu
i().getContext(),101)
REM Process Events
PROCESS_EVENTS
REM Callback routine called when the user closes the
application window
APP_CLOSE:
RELEASE
FILE_APPROVE:
? "Current Directory is:
"+myFileChooser!.getCurrentDirectory()
? "Selected File is
"+myFileChooser!.getSelectedFile()
? "Active File Filter is
:"+myFileChooser!.getActiveFileFilter()
fileVector! = myFileChooser!.getSelectedFiles()
for I = 1 to fileVector!.size()
? "File choosen is "+fileVector!.getItem(I-1)
next I
RETURN
FILE_CANCEL:
? "File Cancled"
RETURN
Stephan Knobloch wrote:
> Thanks for your interest, Robert,
>
> I just reverted to standard Windows XP theme (not
"Classic Theme" but
> "Windows XP" theme) logged off and logged in
again and still the text is
> white and does not turn into black, when it is
selected. While playing
> with it I found some weird results from this demo
program without a
> SysWindow:
>
> Demo:
> ? 'hide',
> FILTER$ = "All Files
(*.*)"+$0a$+"*.*"
> : + $0a$
> : + "Exe Files
(*.exe)"+$0a$+"*.exe"
> titleText$ = "BBj Client Side File
Open"
> Open_Dir$ = dsk("")+dir("")
> Open_File$ = "bbj.exe"
> ext$ = "exe"
> mode = 0
>
Path_Name$=FILEOPEN(titleText$,Open_Dir$,Open_File$,ext$,FIL
TER$,mode,mode="CLIENT")
> ? Path_Name$
>
>
>
> I sent a screen shot DesktopCFS.jpg to
ftp://ftp.basis.com/incoming/
>
> --
>
>
> Sincerely,
>
> Stephan Knobloch
>
> KMK Software AG
> Englerstraße 24, D-76275 Ettlingen
>
> Tel: 07243/531-0
> Fax: 07243/531-100
>
>
> Vorstand: Stephan Knobloch
> Aufsichtsratsvors.: Peter Knobloch
> Amtsgericht Karlsruhe HRB 2754 E
> Steuer-Nummer: 31193/31305
> USt.-Identnummer: DE143598818
>
>
> Robert Del Prete schrieb:
>> Hi Stephan,
>>
>> Using WindowsXP and the default windows theme, I am
seeing the Icons
>> with black text. What OS/theme are you using?
>>
>> Thanks,
>> Robert Del Prete
>>
>> Stephan Knobloch wrote:
>>> Hi,
>>>
>>> with the new client side file open there is a
slight problem. There
>>> is a bar on the very left side, that is
displaying the desktop, own
>>> files, workplace and all the available drives.
Besides, that the list
>>> of available drives should be omitted, imho,
this bar shows for each
>>> the appropriate icon and a white text on a kind
of dark grey
>>> background. But whenever a user selects one of
the icons, the
>>> selected icon gets displayed with a white
background. This makes the
>>> text of the icon not readable because it still
gets displayed as
>>> white text, which can't be read on a white
background.
>>>
>>> This should be corrected, please.
>>>
>>> If a user selects eg the desktop, the the text
"Desktop" should be
>>> displayed with a dark color, in order to make
it readable.
>>>
>>> --
>>>
>>>
>>>
>>>
>>> Sincerely,
>>>
>>> Stephan Knobloch KMK Software AG Englerstraße
24, D-76275 Ettlingen
>>> Tel: 07243/531-0 Fax: 07243/531-100
>>>
>>> Vorstand: Stephan Knobloch
>>> Aufsichtsratsvors.: Peter Knobloch
>>> Amtsgericht Karlsruhe HRB 2754 E
>>> Steuer-Nummer: 31193/31305
>>> USt.-Identnummer: DE143598818
>>>
>>>
>>>
>>> # Need help using (or leaving) this mailing
list? # Email
>>> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the
>>> message body.
>>
>>
>> # Need help using (or leaving) this mailing list?
>> # Email majordomo basis.com with the command
INFO BBJ-DEVELOPER in the
>> message body.
>>
> # Need help using (or leaving) this mailing list? #
Email
> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message
> body.
# Need help using (or leaving) this mailing list?
# Email majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message body.
|
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 12:04:42 |
Hi Stephan,
Sorry Stephan. I was looking at the BBjFileChooser instead
of the
FILEOPEN mnemonic. I see the issues you have described and
we have QA
memos for them. QA#09180 and QA#14665.
You can use the BBjFileChooser control as an alternative for
BBj 7. It
addresses both of these issues. Here is a small sample and
documentation for this new control will be in shortly.
Best Regards,
Robert Del Prete
DECLARE BBjTopLevelWindow myWindow!
DECLARE BBjFileChooser myFileChooser!
DECLARE BBjVector fileVector!
SYSGUI=UNT;Open(SYSGUI) "X0"
REM Create a window
myWindow! =
BBjAPI().getSysGui().addWindow(10,10,600,420,"BBj
Window",$00010002$)
myFileChooser!=myWindow!.addFileChooser(101,10,10,590,400,&q
uot;",$0000$)
myFileChooser!.setCurrentDirectory("c:")
myFileChooser!.setMultiSelectionEnabled(1)
REM myFileChooser!.setSelectedFile("")
myFileChooser!.setAcceptAllFileFilterUsed(0)
REM myFileChooser!.addFileFilter("BBj
Files","*.bbj")
REM myFileChooser!.setActiveFileFilter("BBj
Files")
PRINT (SYSGUI)'SCALE' (2,2)
REM Register the CALLBACK routines
CALLBACK(ON_CLOSE,APP_CLOSE,BBjAPI().getSysGui().getContext(
))
CALLBACK(ON_FILECHOOSER_APPROVE,FILE_APPROVE,BBjAPI().getSys
Gui().getContext(),101)
CALLBACK(ON_FILECHOOSER_CANCEL,FILE_CANCEL,BBjAPI().getSysGu
i().getContext(),101)
REM Process Events
PROCESS_EVENTS
REM Callback routine called when the user closes the
application window
APP_CLOSE:
RELEASE
FILE_APPROVE:
? "Current Directory is:
"+myFileChooser!.getCurrentDirectory()
? "Selected File is
"+myFileChooser!.getSelectedFile()
? "Active File Filter is
:"+myFileChooser!.getActiveFileFilter()
fileVector! = myFileChooser!.getSelectedFiles()
for I = 1 to fileVector!.size()
? "File choosen is "+fileVector!.getItem(I-1)
next I
RETURN
FILE_CANCEL:
? "File Cancled"
RETURN
Stephan Knobloch wrote:
> Thanks for your interest, Robert,
>
> I just reverted to standard Windows XP theme (not
"Classic Theme" but
> "Windows XP" theme) logged off and logged in
again and still the text is
> white and does not turn into black, when it is
selected. While playing
> with it I found some weird results from this demo
program without a
> SysWindow:
>
> Demo:
> ? 'hide',
> FILTER$ = "All Files
(*.*)"+$0a$+"*.*"
> : + $0a$
> : + "Exe Files
(*.exe)"+$0a$+"*.exe"
> titleText$ = "BBj Client Side File
Open"
> Open_Dir$ = dsk("")+dir("")
> Open_File$ = "bbj.exe"
> ext$ = "exe"
> mode = 0
>
Path_Name$=FILEOPEN(titleText$,Open_Dir$,Open_File$,ext$,FIL
TER$,mode,mode="CLIENT")
> ? Path_Name$
>
>
>
> I sent a screen shot DesktopCFS.jpg to
ftp://ftp.basis.com/incoming/
>
> --
>
>
> Sincerely,
>
> Stephan Knobloch
>
> KMK Software AG
> Englerstraße 24, D-76275 Ettlingen
>
> Tel: 07243/531-0
> Fax: 07243/531-100
>
>
> Vorstand: Stephan Knobloch
> Aufsichtsratsvors.: Peter Knobloch
> Amtsgericht Karlsruhe HRB 2754 E
> Steuer-Nummer: 31193/31305
> USt.-Identnummer: DE143598818
>
>
> Robert Del Prete schrieb:
>> Hi Stephan,
>>
>> Using WindowsXP and the default windows theme, I am
seeing the Icons
>> with black text. What OS/theme are you using?
>>
>> Thanks,
>> Robert Del Prete
>>
>> Stephan Knobloch wrote:
>>> Hi,
>>>
>>> with the new client side file open there is a
slight problem. There
>>> is a bar on the very left side, that is
displaying the desktop, own
>>> files, workplace and all the available drives.
Besides, that the list
>>> of available drives should be omitted, imho,
this bar shows for each
>>> the appropriate icon and a white text on a kind
of dark grey
>>> background. But whenever a user selects one of
the icons, the
>>> selected icon gets displayed with a white
background. This makes the
>>> text of the icon not readable because it still
gets displayed as
>>> white text, which can't be read on a white
background.
>>>
>>> This should be corrected, please.
>>>
>>> If a user selects eg the desktop, the the text
"Desktop" should be
>>> displayed with a dark color, in order to make
it readable.
>>>
>>> --
>>>
>>>
>>>
>>>
>>> Sincerely,
>>>
>>> Stephan Knobloch KMK Software AG Englerstraße
24, D-76275 Ettlingen
>>> Tel: 07243/531-0 Fax: 07243/531-100
>>>
>>> Vorstand: Stephan Knobloch
>>> Aufsichtsratsvors.: Peter Knobloch
>>> Amtsgericht Karlsruhe HRB 2754 E
>>> Steuer-Nummer: 31193/31305
>>> USt.-Identnummer: DE143598818
>>>
>>>
>>>
>>> # Need help using (or leaving) this mailing
list? # Email
>>> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the
>>> message body.
>>
>>
>> # Need help using (or leaving) this mailing list?
>> # Email majordomo basis.com with the command
INFO BBJ-DEVELOPER in the
>> message body.
>>
> # Need help using (or leaving) this mailing list? #
Email
> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message
> body.
# Need help using (or leaving) this mailing list?
# Email majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message body.
|
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 13:39:46 |
Stephan,
My "number" typing isn't working today. QA
Memo#09810 is what I was
referring to. I have added the following to better reflect
the issues.
QA Memo #19121 - FILEOPEN mnemonic - Icons are using white
text which is
difficult to read.
QA Memo #19126 - FILEOPEN Mnemonic: We need a way to omit
the list of
mapped drives from the ICONS on the left.
Sincerely,
Robert Del Prete
Stephan Knobloch wrote:
> Thanks for your answer, Robert.
>
> Since I'm right now enhancing our existing programs
with some of the new
> preview features, I can only use FILEOPEN right now.
But I'll test
> BBjFileChooser as soon as we upgrade our development
system to a BBj 7.x
> build. I hope these issues will be fixed for BBj 7,
too?
>
> BTW: I don't easily see how the both QA would be
related to my issue. QA
> 9180 is already fixed and deals with nag mode setopts
and QA 14665 with
> installer fileopen background color, when the issue
should be the text
> color of the client side file open and dates from 2005.
Would not sound
> to me as an incentive for someone to fix it, though it
actually is
> related to an exiting new BBj 7 feature.
>
>
> Sincerely,
>
> Stephan Knobloch
>
> KMK Software AG
> Englerstraße 24, D-76275 Ettlingen
>
> Tel: 07243/531-0
> Fax: 07243/531-100
>
>
> Vorstand: Stephan Knobloch
> Aufsichtsratsvors.: Peter Knobloch
> Amtsgericht Karlsruhe HRB 2754 E
> Steuer-Nummer: 31193/31305
> USt.-Identnummer: DE143598818
>
>
>
>
>
>
> Robert Del Prete schrieb:
>> Hi Stephan,
>>
>> Sorry Stephan. I was looking at the BBjFileChooser
instead of the
>> FILEOPEN mnemonic. I see the issues you have
described and we have QA
>> memos for them. QA#09180 and QA#14665.
>>
>> You can use the BBjFileChooser control as an
alternative for BBj 7.
>> It addresses both of these issues. Here is a small
sample and
>> documentation for this new control will be in
shortly.
>>
>> Best Regards,
>> Robert Del Prete
>>
>> DECLARE BBjTopLevelWindow myWindow!
>> DECLARE BBjFileChooser myFileChooser!
>> DECLARE BBjVector fileVector!
>>
>> SYSGUI=UNT;Open(SYSGUI) "X0"
>>
>> REM Create a window
>> myWindow! =
BBjAPI().getSysGui().addWindow(10,10,600,420,"BBj
>> Window",$00010002$)
>>
myFileChooser!=myWindow!.addFileChooser(101,10,10,590,400,&q
uot;",$0000$)
>>
>>
myFileChooser!.setCurrentDirectory("c:")
>> myFileChooser!.setMultiSelectionEnabled(1)
>> REM myFileChooser!.setSelectedFile("")
>> myFileChooser!.setAcceptAllFileFilterUsed(0)
>> REM myFileChooser!.addFileFilter("BBj
Files","*.bbj")
>> REM myFileChooser!.setActiveFileFilter("BBj
Files")
>> PRINT (SYSGUI)'SCALE' (2,2)
>>
>> REM Register the CALLBACK routines
>>
CALLBACK(ON_CLOSE,APP_CLOSE,BBjAPI().getSysGui().getContext(
))
>>
CALLBACK(ON_FILECHOOSER_APPROVE,FILE_APPROVE,BBjAPI().getSys
Gui().getContext(),101)
>>
>>
CALLBACK(ON_FILECHOOSER_CANCEL,FILE_CANCEL,BBjAPI().getSysGu
i().getContext(),101)
>>
>> REM Process Events
>> PROCESS_EVENTS
>>
>> REM Callback routine called when the user closes
the application window
>> APP_CLOSE:
>> RELEASE
>>
>> FILE_APPROVE:
>> ? "Current Directory is:
"+myFileChooser!.getCurrentDirectory()
>> ? "Selected File is
"+myFileChooser!.getSelectedFile()
>> ? "Active File Filter is
:"+myFileChooser!.getActiveFileFilter()
>> fileVector! = myFileChooser!.getSelectedFiles()
>> for I = 1 to fileVector!.size()
>> ? "File choosen is
"+fileVector!.getItem(I-1)
>> next I
>> RETURN
>>
>> FILE_CANCEL:
>> ? "File Cancled"
>> RETURN
>>
>> Stephan Knobloch wrote:
>>> Thanks for your interest, Robert,
>>>
>>> I just reverted to standard Windows XP theme
(not "Classic Theme" but
>>> "Windows XP" theme) logged off and
logged in again and still the text
>>> is white and does not turn into black, when it
is selected. While
>>> playing with it I found some weird results from
this demo program
>>> without a SysWindow:
>>>
>>> Demo:
>>> ? 'hide',
>>> FILTER$ = "All Files
(*.*)"+$0a$+"*.*"
>>> : + $0a$
>>> : + "Exe Files
(*.exe)"+$0a$+"*.exe"
>>> titleText$ = "BBj Client Side File
Open"
>>> Open_Dir$ =
dsk("")+dir("")
>>> Open_File$ = "bbj.exe"
>>> ext$ = "exe"
>>> mode = 0
>>>
Path_Name$=FILEOPEN(titleText$,Open_Dir$,Open_File$,ext$,FIL
TER$,mode,mode="CLIENT")
>>>
>>> ? Path_Name$
>>>
>>>
>>>
>>> I sent a screen shot DesktopCFS.jpg to
ftp://ftp.basis.com/incoming/
>>>
>>> --
>>>
>>>
>>> Sincerely,
>>>
>>> Stephan Knobloch KMK Software AG Englerstraße
24, D-76275 Ettlingen
>>> Tel: 07243/531-0 Fax: 07243/531-100
>>>
>>> Vorstand: Stephan Knobloch
>>> Aufsichtsratsvors.: Peter Knobloch
>>> Amtsgericht Karlsruhe HRB 2754 E
>>> Steuer-Nummer: 31193/31305
>>> USt.-Identnummer: DE143598818
>>>
>>>
>>> Robert Del Prete schrieb:
>>>> Hi Stephan,
>>>>
>>>> Using WindowsXP and the default windows
theme, I am seeing the Icons
>>>> with black text. What OS/theme are you
using?
>>>>
>>>> Thanks,
>>>> Robert Del Prete
>>>>
>>>> Stephan Knobloch wrote:
>>>>> Hi,
>>>>>
>>>>> with the new client side file open
there is a slight problem. There
>>>>> is a bar on the very left side, that is
displaying the desktop, own
>>>>> files, workplace and all the available
drives. Besides, that the
>>>>> list of available drives should be
omitted, imho, this bar shows
>>>>> for each the appropriate icon and a
white text on a kind of dark
>>>>> grey background. But whenever a user
selects one of the icons, the
>>>>> selected icon gets displayed with a
white background. This makes
>>>>> the text of the icon not readable
because it still gets displayed
>>>>> as white text, which can't be read on a
white background.
>>>>>
>>>>> This should be corrected, please.
>>>>>
>>>>> If a user selects eg the desktop, the
the text "Desktop" should be
>>>>> displayed with a dark color, in order
to make it readable.
>>>>>
>>>>> --
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Sincerely,
>>>>>
>>>>> Stephan Knobloch KMK Software AG
Englerstraße 24, D-76275
>>>>> Ettlingen Tel: 07243/531-0 Fax:
07243/531-100
>>>>>
>>>>> Vorstand: Stephan Knobloch
>>>>> Aufsichtsratsvors.: Peter Knobloch
>>>>> Amtsgericht Karlsruhe HRB 2754 E
>>>>> Steuer-Nummer: 31193/31305
>>>>> USt.-Identnummer: DE143598818
>>>>>
>>>>>
>>>>>
>>>>> # Need help using (or leaving) this
mailing list? # Email
>>>>> majordomo basis.com with the command
INFO BBJ-DEVELOPER in the
>>>>> message body.
>>>>
>>>>
>>>> # Need help using (or leaving) this mailing
list?
>>>> # Email majordomo basis.com with the command
INFO BBJ-DEVELOPER in
>>>> the message body.
>>>>
>>> # Need help using (or leaving) this mailing
list? # Email
>>> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the
>>> message body.
>>
>>
>> # Need help using (or leaving) this mailing list?
>> # Email majordomo basis.com with the command
INFO BBJ-DEVELOPER in the
>> message body.
>>
> # Need help using (or leaving) this mailing list? #
Email
> majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message
> body.
# Need help using (or leaving) this mailing list?
# Email majordomo basis.com with the command INFO
BBJ-DEVELOPER in the message body.
|
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 13:45:01 |
|
Thank you very much Robert!
Sincerely,
Stephan Knobloch
KMK Software AG
Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0
Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 362754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
Robert Del Prete schrieb:
basis.com" type="cite">Stephan,
My "number" typing isn't working today. QA Memo#09810 is what I was
referring to. I have added the following to better reflect the issues.
QA Memo #19121 - FILEOPEN mnemonic - Icons are using white text which
is difficult to read.
QA Memo #19126 - FILEOPEN Mnemonic: We need a way to omit the list of
mapped drives from the ICONS on the left.
Sincerely,
Robert Del Prete
Stephan Knobloch wrote:
Thanks for your answer, Robert.
Since I'm right now enhancing our existing programs with some of the
new preview features, I can only use FILEOPEN right now. But I'll test
BBjFileChooser as soon as we upgrade our development system to a BBj
7.x build. I hope these issues will be fixed for BBj 7, too?
BTW: I don't easily see how the both QA would be related to my issue.
QA 9180 is already fixed and deals with nag mode setopts and QA 14665
with installer fileopen background color, when the issue should be the
text color of the client side file open and dates from 2005. Would not
sound to me as an incentive for someone to fix it, though it actually
is related to an exiting new BBj 7 feature.
Sincerely,
Stephan Knobloch KMK Software AG Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0 Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
Robert Del Prete schrieb:
Hi Stephan,
Sorry Stephan. I was looking at the BBjFileChooser instead of the
FILEOPEN mnemonic. I see the issues you have described and we have QA
memos for them. QA#09180 and QA#14665.
You can use the BBjFileChooser control as an alternative for BBj 7. It
addresses both of these issues. Here is a small sample and
documentation for this new control will be in shortly.
Best Regards,
Robert Del Prete
DECLARE BBjTopLevelWindow myWindow!
DECLARE BBjFileChooser myFileChooser!
DECLARE BBjVector fileVector!
SYSGUI=UNT;Open(SYSGUI) "X0"
REM Create a window
myWindow! = BBjAPI().getSysGui().addWindow(10,10,600,420,"BBj
Window",$00010002$)
myFileChooser!=myWindow!.addFileChooser(101,10,10,590,400,"",$0000$)
myFileChooser!.setCurrentDirectory("c:")
myFileChooser!.setMultiSelectionEnabled(1)
REM myFileChooser!.setSelectedFile("")
myFileChooser!.setAcceptAllFileFilterUsed(0)
REM myFileChooser!.addFileFilter("BBj Files","*.bbj")
REM myFileChooser!.setActiveFileFilter("BBj Files")
PRINT (SYSGUI)'SCALE' (2,2)
REM Register the CALLBACK routines
CALLBACK(ON_CLOSE,APP_CLOSE,BBjAPI().getSysGui().getContext())
CALLBACK(ON_FILECHOOSER_APPROVE,FILE_APPROVE,BBjAPI().getSysGui().getContext(),101)
CALLBACK(ON_FILECHOOSER_CANCEL,FILE_CANCEL,BBjAPI().getSysGui().getContext(),101)
REM Process Events
PROCESS_EVENTS
REM Callback routine called when the user closes the application window
APP_CLOSE:
RELEASE
FILE_APPROVE:
? "Current Directory is: "+myFileChooser!.getCurrentDirectory()
? "Selected File is "+myFileChooser!.getSelectedFile()
? "Active File Filter is :"+myFileChooser!.getActiveFileFilter()
fileVector! = myFileChooser!.getSelectedFiles()
for I = 1 to fileVector!.size()
? "File choosen is "+fileVector!.getItem(I-1)
next I
RETURN
FILE_CANCEL:
? "File Cancled"
RETURN
Stephan Knobloch wrote:
Thanks for your interest, Robert,
I just reverted to standard Windows XP theme (not "Classic Theme" but
"Windows XP" theme) logged off and logged in again and still the text
is white and does not turn into black, when it is selected. While
playing with it I found some weird results from this demo program
without a SysWindow:
Demo:
? 'hide',
FILTER$ = "All Files (*.*)"+$0a$+"*.*"
: + $0a$
: + "Exe Files (*.exe)"+$0a$+"*.exe"
titleText$ = "BBj Client Side File Open"
Open_Dir$ = dsk("")+dir("")
Open_File$ = "bbj.exe"
ext$ = "exe"
mode = 0
Path_Name$=FILEOPEN(titleText$,Open_Dir$,Open_File$,ext$,FILTER$,mode,mode="CLIENT")
? Path_Name$
I sent a screen shot DesktopCFS.jpg to ftp://ftp.basis.com/incoming/
--
Sincerely,
Stephan Knobloch KMK Software AG Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0 Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
Robert Del Prete schrieb:
Hi Stephan,
Using WindowsXP and the default windows theme, I am seeing the Icons
with black text. What OS/theme are you using?
Thanks,
Robert Del Prete
Stephan Knobloch wrote:
Hi,
with the new client side file open there is a slight problem. There is
a bar on the very left side, that is displaying the desktop, own files,
workplace and all the available drives. Besides, that the list of
available drives should be omitted, imho, this bar shows for each the
appropriate icon and a white text on a kind of dark grey background.
But whenever a user selects one of the icons, the selected icon gets
displayed with a white background. This makes the text of the icon not
readable because it still gets displayed as white text, which can't be
read on a white background.
This should be corrected, please.
If a user selects eg the desktop, the the text "Desktop" should be
displayed with a dark color, in order to make it readable.
--
Sincerely,
Stephan Knobloch KMK Software AG Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0 Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
# Need help using (or leaving) this mailing list? # Email
basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the message
body.
# Need help using (or leaving) this mailing list?
# Email basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the
message body.
# Need help using (or leaving) this mailing list? # Email
basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the message
body.
# Need help using (or leaving) this mailing list?
# Email basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the
message body.
# Need help using (or leaving) this mailing list? # Email
basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the message
body.
# Need help using (or leaving) this mailing list?
# Email basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the
message body.
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 12:41:36 |
|
|
| Re: rev000: client 'fileopen' problem |

|
2007-04-12 12:41:36 |
|
Thanks for your answer, Robert.
Since I'm right now enhancing our existing programs with some of the
new preview features, I can only use FILEOPEN right now. But I'll test
BBjFileChooser as soon as we upgrade our development system to a BBj
7.x build. I hope these issues will be fixed for BBj 7, too?
BTW: I don't easily see how the both QA would be related to my issue.
QA 9180 is already fixed and deals with nag mode setopts and QA 14665
with installer fileopen background color, when the issue should be the
text color of the client side file open and dates from 2005. Would not
sound to me as an incentive for someone to fix it, though it actually
is related to an exiting new BBj 7 feature.
Sincerely,
Stephan Knobloch
KMK Software AG
Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0
Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
Robert Del Prete schrieb:
basis.com" type="cite">Hi
Stephan,
Sorry Stephan. I was looking at the BBjFileChooser instead of the
FILEOPEN mnemonic. I see the issues you have described and we have QA
memos for them. QA#09180 and QA#14665.
You can use the BBjFileChooser control as an alternative for BBj 7. It
addresses both of these issues. Here is a small sample and
documentation for this new control will be in shortly.
Best Regards,
Robert Del Prete
DECLARE BBjTopLevelWindow myWindow!
DECLARE BBjFileChooser myFileChooser!
DECLARE BBjVector fileVector!
SYSGUI=UNT;Open(SYSGUI) "X0"
REM Create a window
myWindow! = BBjAPI().getSysGui().addWindow(10,10,600,420,"BBj
Window",$00010002$)
myFileChooser!=myWindow!.addFileChooser(101,10,10,590,400,"",$0000$)
myFileChooser!.setCurrentDirectory("c:")
myFileChooser!.setMultiSelectionEnabled(1)
REM myFileChooser!.setSelectedFile("")
myFileChooser!.setAcceptAllFileFilterUsed(0)
REM myFileChooser!.addFileFilter("BBj Files","*.bbj")
REM myFileChooser!.setActiveFileFilter("BBj Files")
PRINT (SYSGUI)'SCALE' (2,2)
REM Register the CALLBACK routines
CALLBACK(ON_CLOSE,APP_CLOSE,BBjAPI().getSysGui().getContext())
CALLBACK(ON_FILECHOOSER_APPROVE,FILE_APPROVE,BBjAPI().getSysGui().getContext(),101)
CALLBACK(ON_FILECHOOSER_CANCEL,FILE_CANCEL,BBjAPI().getSysGui().getContext(),101)
REM Process Events
PROCESS_EVENTS
REM Callback routine called when the user closes the application window
APP_CLOSE:
RELEASE
FILE_APPROVE:
? "Current Directory is: "+myFileChooser!.getCurrentDirectory()
? "Selected File is "+myFileChooser!.getSelectedFile()
? "Active File Filter is :"+myFileChooser!.getActiveFileFilter()
fileVector! = myFileChooser!.getSelectedFiles()
for I = 1 to fileVector!.size()
? "File choosen is "+fileVector!.getItem(I-1)
next I
RETURN
FILE_CANCEL:
? "File Cancled"
RETURN
Stephan Knobloch wrote:
Thanks for your interest, Robert,
I just reverted to standard Windows XP theme (not "Classic Theme" but
"Windows XP" theme) logged off and logged in again and still the text
is white and does not turn into black, when it is selected. While
playing with it I found some weird results from this demo program
without a SysWindow:
Demo:
? 'hide',
FILTER$ = "All Files (*.*)"+$0a$+"*.*"
: + $0a$
: + "Exe Files (*.exe)"+$0a$+"*.exe"
titleText$ = "BBj Client Side File Open"
Open_Dir$ = dsk("")+dir("")
Open_File$ = "bbj.exe"
ext$ = "exe"
mode = 0
Path_Name$=FILEOPEN(titleText$,Open_Dir$,Open_File$,ext$,FILTER$,mode,mode="CLIENT")
? Path_Name$
I sent a screen shot DesktopCFS.jpg to ftp://ftp.basis.com/incoming/
--
Sincerely,
Stephan Knobloch KMK Software AG Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0 Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
Robert Del Prete schrieb:
Hi Stephan,
Using WindowsXP and the default windows theme, I am seeing the Icons
with black text. What OS/theme are you using?
Thanks,
Robert Del Prete
Stephan Knobloch wrote:
Hi,
with the new client side file open there is a slight problem. There is
a bar on the very left side, that is displaying the desktop, own files,
workplace and all the available drives. Besides, that the list of
available drives should be omitted, imho, this bar shows for each the
appropriate icon and a white text on a kind of dark grey background.
But whenever a user selects one of the icons, the selected icon gets
displayed with a white background. This makes the text of the icon not
readable because it still gets displayed as white text, which can't be
read on a white background.
This should be corrected, please.
If a user selects eg the desktop, the the text "Desktop" should be
displayed with a dark color, in order to make it readable.
--
Sincerely,
Stephan Knobloch KMK Software AG Englerstraße 24, D-76275 Ettlingen
Tel: 07243/531-0 Fax: 07243/531-100
Vorstand: Stephan Knobloch
Aufsichtsratsvors.: Peter Knobloch
Amtsgericht Karlsruhe HRB 2754 E
Steuer-Nummer: 31193/31305
USt.-Identnummer: DE143598818
# Need help using (or leaving) this mailing list? # Email
basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the message
body.
# Need help using (or leaving) this mailing list?
# Email basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the
message body.
# Need help using (or leaving) this mailing list? # Email
basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the message
body.
# Need help using (or leaving) this mailing list?
# Email basis.com">majordomo basis.com with the command INFO BBJ-DEVELOPER in the
message body.
|
[1-10]
|
|