Search found 11 matches

by Gauletga
Wed Jul 05, 2023 2:32 pm
Forum: PowerShell Studio
Topic: Object Browser Cache
Replies: 1
Views: 936

Object Browser Cache

Product: PowerShell Studio 2023 (64 Bit) Build: v5.8.224 OS: Windows 10 Enterprise (64 Bit) PowerShell version: 5.1 Some context first I'm working on a C# Library on Visual Studio and i'm testing it between build in PSStudio Adding and using the assembly is working fine and the assembly appears in t...
by Gauletga
Sun Feb 03, 2019 5:32 am
Forum: PowerShell Studio
Topic: UI Ghost windows
Replies: 4
Views: 2930

Re: UI Ghost windows

Hello,

After some test, when i'm using the preset "Editor layout" or "Console layout" i don't have the issue.
Issue is still present when i'm using them as tabs.


Regards
by Gauletga
Mon Jan 21, 2019 3:13 am
Forum: PowerShell Studio
Topic: Print Script Left Margin issue
Replies: 5
Views: 2934

Re: Print Script Left Margin issue

Issue resolve when using the previous physical printers


Thanks for the help
by Gauletga
Mon Jan 21, 2019 3:11 am
Forum: PowerShell Studio
Topic: Get-ScriptDirectory function / snippet not working since last update SPS19Setup_5.6.157_011419_x64
Replies: 4
Views: 3421

Re: Get-ScriptDirectory function / snippet not working since last update SPS19Setup_5.6.157_011419_x64

Hello With the files replaced this is the result >> Platform: V5 64Bit >> Analyzing Script (Results in Tools Output panel)... Hostinvocation: DebuggerNameSpace.HostInvocationInfo Hostinvocation.MyCommand: C:\Users\<username>\Documents\SAPIEN\PowerShell Studio\Files\test9.ps1 Hostinvocation.MyCommand...
by Gauletga
Sun Jan 20, 2019 4:42 am
Forum: PowerShell Studio
Topic: UI Ghost windows
Replies: 4
Views: 2930

Re: UI Ghost windows

Same issue with the last version Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.157 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 ghost_003.PNG Only solution stop and start Powershell Studio i attached the custom layout i use DevScript_GGAT.layout.txt Will try to use one of the defau...
by Gauletga
Sun Jan 20, 2019 3:17 am
Forum: PowerShell Studio
Topic: Get-ScriptDirectory function / snippet not working since last update SPS19Setup_5.6.157_011419_x64
Replies: 4
Views: 3421

Get-ScriptDirectory function / snippet not working since last update SPS19Setup_5.6.157_011419_x64

Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.157 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 Since last update when i utilise the snippet Get-ScriptDirectory function Get-ScriptDirectory { [OutputType([string])] param () if ($null -ne $hostinvocation) { Split-Path $hostinvocation...
by Gauletga
Sun Jan 20, 2019 2:54 am
Forum: PowerShell Studio
Topic: Print Script Left Margin issue
Replies: 5
Views: 2934

Re: Print Script Left Margin issue

The printing preview and print to PDF ar now in sync with the margin value.

I will try next week with a real printer.
by Gauletga
Fri Dec 28, 2018 6:07 am
Forum: PowerShell Studio
Topic: Print Script Left Margin issue
Replies: 5
Views: 2934

Print Script Left Margin issue

Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.156 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 Hello, i have the same proble as this previous topic https://sapien.com/forums/viewtopic.php?f=12&t=12972#top By default I'm missing 9 cm from the left of the page. With the margin i'...
by Gauletga
Fri Dec 28, 2018 3:19 am
Forum: PowerShell Studio
Topic: UI Ghost windows
Replies: 4
Views: 2930

UI Ghost windows

Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.156 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 (1709) Hello, since 2 or 3 updates of the product i have some GUI issue. I would say it appears after september (Sorry, i'm not able to be more precise) when i switch from tab to tab in P...
by Gauletga
Wed Oct 24, 2018 1:35 pm
Forum: PowerShell Studio
Topic: Crash when using class
Replies: 3
Views: 2261

Re: Crash when using class

Thank you