Search found 48 matches

by ecos
Wed Jul 10, 2024 1:30 pm
Forum: Chit-Chat
Topic: Windows 11 working like W10
Replies: 2
Views: 230

Re: Windows 11 working like W10

Dick, with ExplorerPatcher you can definitely move the taskbar to the right, see attached picture. If you want to use OpenShellMenu I think ExplorerPatcher is the only way to go. Of course you can add the standard Quick Launch to the taskbar, but FLB or True Launch Bar are far superior, you have sep...
by ecos
Wed Jul 10, 2024 11:34 am
Forum: Product
Topic: SLE Background?
Replies: 16
Views: 632

Re: SLE Background?

Hi Dick, Actually I mentioned 3 tools - first you need ExplorerPatcher (with this you can place the taskbar to the right or the startmenu to the left) - OpenShell (former ClassicShell) replaces the windows menu. OpenShell requires ExplorerPatcher. - FreeLaunchBar replaces Quick Launch Bar. You can p...
by ecos
Wed Jul 10, 2024 9:21 am
Forum: Product
Topic: SLE Background?
Replies: 16
Views: 632

Re: SLE Background?

Hi Dick,

with ExplorerPatcher you can still use OpenShellMenu in Win11. Also the Quick launch bar is still possible (I use freelaunchbar). My Win 11 looks like my old Win 10 (or Win 7 to be honest)

Karl
by ecos
Fri May 24, 2024 6:40 am
Forum: Product
Topic: Setting the font of selected text in a RichEdit control
Replies: 4
Views: 447

Re: Setting the font of selected text in a RichEdit control

Jan, I think you shoul use Dick's suggestion, that is the correct way. My implementation is: CLASS MyRichEdit INHERIT RichEdit METHOD SetBold() SELF:SetEffect(CFE_BOLD) RETURN SELF METHOD setitalic() SELF:SetEffect(CFE_ITALIC) RETURN SELF METHOD SetUnderline() SELF:SetEffect(CFE_UNDERLINE) RETURN SE...
by ecos
Thu Apr 25, 2024 11:21 am
Forum: 3rd party products
Topic: ReportPro 2.40 for X#: empty report while showing correct in VO ReportPro 2.31
Replies: 14
Views: 1337

Re: ReportPro 2.40 for X#: empty report while showing correct in VO ReportPro 2.31

Robert,

you're right, small files like this are very unusual
(sorry, couldn't resist)

Karl
by ecos
Wed Mar 20, 2024 10:09 am
Forum: Product
Topic: Macrocompiler-Bug
Replies: 1
Views: 324

Macrocompiler-Bug

Hi Chris, Robert, I experienced a (for us) serious bug in the macrocompiler. When I call a method with three parameters by reference an error occurs. This causes crashes in several scripts (VOSCRIPT) that run in the production environment of our customers. Here is an example which shows the problem:...
by ecos
Sat Mar 02, 2024 9:54 am
Forum: VO & Vulcan
Topic: ADS.INI
Replies: 2
Views: 377

Re: ADS.INI

Hi Wolfgang,
thank you very much. That's what I was looking for. I'll give it a try next week.
Karl
by ecos
Sat Mar 02, 2024 9:33 am
Forum: VO & Vulcan
Topic: ADS.INI
Replies: 2
Views: 377

ADS.INI

Hi, I have a question for Dick (ic2): Some years ago you mentioned an undocumented setting for ADS. I think it was for ADS local in a terminal-server environment. I thought I saved it somewehere in my memo-folder but I can't find it anymore. I'm also not sure if it is what I'm looking for. Do you re...
by ecos
Thu Feb 15, 2024 12:16 pm
Forum: Product
Topic: Is record in index ??
Replies: 6
Views: 687

Re: Is record in index ??

Karl,

because the indexkey might not be unique

Karl