Search found 39 matches

by bossi
15 Apr 2024 21:52
Forum: Tips & Tricks, Questions & Answers
Topic: How to show neighbor computers under "Network"?
Replies: 3
Views: 144

Re: How to show neighbor computers under "Network"?

Do they appear in Windows explorer ? sometimes they just dont show up , even if manual/cli access works .
by bossi
11 Apr 2024 01:06
Forum: Tips & Tricks, Questions & Answers
Topic: report() stopped working !?
Replies: 7
Views: 178

Re: report() stopped working !?

thx @ all

to make the my whole function work, i had to :
1. deactivate the CEA before browsing a folder
2. create a sparate .xys file for my function

all boiling down to make report() execute correctly... :whistle:
by bossi
10 Apr 2024 23:00
Forum: Tips & Tricks, Questions & Answers
Topic: report() stopped working !?
Replies: 7
Views: 178

Re: report() stopped working !?

still the same result...
on a fresh install it works as intended .
seems a problem on my part , too many customizations and yet, very strange that only within a loop it malfunctions :maf:
by bossi
10 Apr 2024 21:29
Forum: Tips & Tricks, Questions & Answers
Topic: report() stopped working !?
Replies: 7
Views: 178

Re: report() stopped working !?

i narrowed it down to : "_ : loop_script" echo report(); // <-- executes successfully $paths = sel_files(); foreach($path, $paths) { goto "$path"; // it goes to the first folder ... echo report(); //... and stops here } within the foreach loop , it simply does not work
by bossi
07 Apr 2024 20:50
Forum: Tips & Tricks, Questions & Answers
Topic: report() stopped working !?
Replies: 7
Views: 178

report() stopped working !?

i noticed it 2023 08 , didnt bother , disabled it in my workflow, now i would like to utilize it again in my scripts , but any function call results in error ... report() echo report(,1) echo report(,0) Error: 28 (0x0000001C) Desc: Out of stack space Dll: 0 Proc: script_Process: call Source: XYplore...
by bossi
10 Feb 2024 22:29
Forum: Wishes
Topic: 2nd Pane & Preview Pane stacked
Replies: 2
Views: 135

Re: 2nd Pane & Preview Pane stacked

i meant like keep the 1st pane long , and split the 2nd pane & Preview Pane 50:50
img.jpg
img.jpg (98.58 KiB) Viewed 119 times
right now i can only show all 3 side by side
or split 1st and 2nd pane 50:50
by bossi
10 Feb 2024 21:32
Forum: Wishes
Topic: 2nd Pane & Preview Pane stacked
Replies: 2
Views: 135

2nd Pane & Preview Pane stacked

would be nice to stack them , with the same behavior like the already available "Catalog and Tree stacked" option.
by bossi
30 Jan 2024 07:55
Forum: Tips & Tricks, Questions & Answers
Topic: pass semicolon as run() argument , how to escape ?
Replies: 1
Views: 171

pass semicolon as run() argument , how to escape ?

hi @ all , is it possible to pass 2 arguments , separated by ";" via run lax()? run lax(command_a ; command_b); it seems that xy detects the semicolon and raises an error , i tried different quoting, to no avail ... the full code : run lax("xxxxxx\WindowsApps\wt.exe" -d "D:\...
by bossi
27 Jan 2024 03:51
Forum: Bug Reports
Topic: Tab -> Custom Color -> Matching Breadcrumb , no update
Replies: 2
Views: 205

Tab -> Custom Color -> Matching Breadcrumb , no update

Hi , a small bug with the breadcrumb bar to match the Tab-Custom-Background-Color. 1. Right Click on Tab -> Background Color ... -> input some color -> ok -> Tab and Breadcrumb colors are both updated 2. using script tab("backcolor",$backcolor,$index); -> updates the Tab-Color -x Breadcrum...
by bossi
23 Jan 2024 17:08
Forum: Script Exchange
Topic: [XYS] Mini Tree with open tabs (cur loc expanded, tab folders highlighted)
Replies: 35
Views: 7853

Re: [Script] Mini Tree with open tabs (cur loc expanded, tab folders highlighted)

i like it , well done :appl:

i think for the tree highlighting , it would be even better if it used the panes native breadcrumb color , and a dimmer highlight of the inactive pane would remain on pane change.
by bossi
22 Jan 2024 01:04
Forum: Tips & Tricks, Questions & Answers
Topic: how to get current tabset via script ?
Replies: 4
Views: 500

Re: how to get current tabset via script ?

yes , i wanted to return the current tabset-path within a script .
because i use tabset("save") and actually don't want to save the current state of the tabset , i added a "store" & "restore" function.
so the desired state is never really overwritten )
by bossi
18 Jan 2024 01:30
Forum: Tips & Tricks, Questions & Answers
Topic: how to get current tabset via script ?
Replies: 4
Views: 500

how to get current tabset via script ?

It seems <tabset> works for the title Bar only .

current workaround ...

Code: Select all

 $tabset = tabset("save");
by bossi
16 Jan 2024 17:41
Forum: Tips & Tricks, Questions & Answers
Topic: Can you tell me how to synchronize Tag from computer A to computer B?
Replies: 1
Views: 724

Re: Can you tell me how to synchronize Tag from computer A to computer B?

if B has disk F , he could create a Junction in "F:\Junction " poiting towards "G:\Directory K\Directory X"