Search found 958 matches

by FFF
Tue Dec 10, 2024 2:58 pm
Forum: Product
Topic: XIDE Sort entities
Replies: 1
Views: 99

XIDE Sort entities

Chris, just wanted to ask you, how you "do" the red line divider in the source editor, (i.e., decide, "where" to put it), as i thought building a "sort entities" tool might make a nice holiday project - only to find, you already implemented this, albeit "experimental"... A first try let me a bit ...
by FFF
Sat Dec 07, 2024 10:49 pm
Forum: Deutsches Forum
Topic: Logo im ShellWindow
Replies: 4
Views: 266

Re: Logo im ShellWindow

DH, Du willst eigentlich eine Grafikdatei als Hintergrund im Shellwindow anzeigen. Gabs da nicht ein Sample unter VO, IIRC mit Farbverlauf und was weiß ich, oder was das in der Newsgroup? Vllt. hat das noch jemand...
by FFF
Fri Dec 06, 2024 6:56 am
Forum: Product
Topic: XS0219 warning
Replies: 4
Views: 179

Re: XS0219 warning

FTR, in VO it doesn't "work", you get no warning, that's all...
by FFF
Fri Nov 15, 2024 8:17 pm
Forum: VO & Vulcan
Topic: problems with xSharp in Visual Studio
Replies: 3
Views: 323

Re: problems with xSharp in Visual Studio

C'mon, if your customer would sent you "this" as bug report, you'd yell at him - how should anyone detect with this, what problem you really have?
by FFF
Sat Nov 09, 2024 1:59 pm
Forum: Product
Topic: Xide search
Replies: 11
Views: 699

Re: Xide search

Horst, i asked KI again (hadn't mentioned the variable blanks) and got: SELF\s*:\s*odbSina\s*:\s*FIELDPUT\s*\(\s*#ObjektDat Made a test proj, set two vars to your search string, and FiF found both. That was the explanation i got: - `SELF`: Sucht nach dem Wort "SELF". - `\s*`: Erlaubt null oder mehr ...
by FFF
Sat Nov 09, 2024 11:19 am
Forum: Product
Topic: Xide search
Replies: 11
Views: 699

Re: Xide search

... As i understand Chris it work in 'Find in files' but only in 'current file' not over the whole project so i dont need it. What Chris wrote: The regex option is only available in the Find in Files dialog. There you may restrict the search range to the current file, but the default is "Project ...
by FFF
Fri Nov 08, 2024 4:08 pm
Forum: Product
Topic: Xide search
Replies: 11
Views: 699

Re: Xide search

Horst, first: The "regex" search is ONLY implemented für "Find in Files", not in "Find" - so, good for you. second: #Objectdat .and. put .and. sina' It's unclear, what you want to find here - probably all three of them will be somewhere in your prgs in the project. But "AND" usually servers to ...
by FFF
Fri Nov 08, 2024 9:43 am
Forum: Product
Topic: Xide search
Replies: 11
Views: 699

Re: Xide search

I suppose, he wants to "OR" some search terms.
What should be possible, if one uses the "Regex" checkbox (what i never tried, hadn't noticed this option is available...)
by FFF
Mon Nov 04, 2024 9:51 am
Forum: Product
Topic: Doubts about "dialects"
Replies: 11
Views: 855

Re: Doubts about "dialects"

Xinje, so i understood you correctly. :) cFTP is part of Vo assembly, which you may add in references for sure and it should work. But i never tried this, maybe there are some corner cases, where some of the "tweaks" to the compiler via the dialect switches might interfere with each other. I'd ...
by FFF
Mon Nov 04, 2024 9:04 am
Forum: Product
Topic: Doubts about "dialects"
Replies: 11
Views: 855

Re: Doubts about "dialects"

Wolfgang, i think, what he really asks is: Can you set "Foxpro" as dialect AND use things defined e.g. in XBase++ dialect in the same app? Surely it will need to load the corresponding references, but how to tell the compiler to "understand" Fox AND XBase++ ( or any other dialect) ?