Search found 399 matches

by mxtrinidad
Sun Apr 22, 2018 6:16 pm
Forum: PowerShell Studio
Topic: Debugging GUI-project, linenumbers ?
Replies: 2
Views: 1400

Re: Debugging GUI-project, linenumbers ?

Is it possible you could zipped and attached a copy of the form? This way we can take a look at the issue you're experiencing.

Thanks!
by mxtrinidad
Fri Apr 20, 2018 12:18 pm
Forum: PrimalScript
Topic: Keyboard shortcut zoom text in editor
Replies: 1
Views: 2260

Re: Keyboard shortcut zoom text in editor

Beside the use of the Font Size bar at the right bottom of the PrimalScript, sounds like valid feature request.
If you find any possible feature request you may want to see in our products, feel free to submit them at:
https://www.sapien.com/requests

Thanks for the feedback!
by mxtrinidad
Tue Apr 03, 2018 9:03 am
Forum: PowerShell GUIs
Topic: disable a key press in a textbox
Replies: 2
Views: 2166

Re: disable a key press in a textbox

As the code above was provided, PowerShell Studio need first the register the event before adding the above code inside the event. (see image below)

:)
AddKeyPress_event_01_2018-04-03_11-54-02.jpg
AddKeyPress_event_01_2018-04-03_11-54-02.jpg (136.69 KiB) Viewed 2135 times
by mxtrinidad
Mon Apr 02, 2018 4:16 pm
Forum: PowerShell Studio
Topic: Tab completion functionality
Replies: 4
Views: 2733

Re: Tab completion functionality

Apologies!! I misunderstood the issue. So, Yes! PowerShell Studio is a different application, and won't behave the same way like the ISE. PowerShell Studio uses the PrimalSenses feature to speed up the search for cmdlets and parameters thru the Intellisense pull-down menu. Just imaging doing tab thr...
by mxtrinidad
Mon Apr 02, 2018 3:33 pm
Forum: PowerShell Studio
Topic: Tab completion functionality
Replies: 4
Views: 2733

Re: Tab completion functionality

Hum! I'm doing start- and pressing tab then getting all cmdlets for start-* auto-completes the command one-by-one... even if I stop. I wonder, which PowerShell "console panel" in PowerShell Studio are you on: 1. PowerShell 32bit 2. PowerShell 64bit 3. PowerShell Core Also, just in case, wh...
by mxtrinidad
Mon Apr 02, 2018 2:26 pm
Forum: PowerShell Studio
Topic: Tab completion functionality
Replies: 4
Views: 2733

Re: Tab completion functionality

Hum! I don't see any issues with tab completion. I have both options selected: "Autocomplete on exact match only" and "Enable word completion while typing".
Just make sure to exit and reopen PowerShell Studio so the change in the Option menu are accepted.

Let us know!
by mxtrinidad
Thu Mar 29, 2018 4:26 am
Forum: PowerShell Studio
Topic: Filegroup files not showing in recent file list
Replies: 4
Views: 3219

Re: Filegroup files not showing in recent file list

Because I haven't seen it on this ticket, which is your PowerShell Studio Version? Are you opening multiple instances of PowerShell Studio? I'm on version 5.5.150 and I can't repo the issue you're experiencing. The only time I won't seen the filegroup file listed in the "Recently Opened" l...
by mxtrinidad
Tue Mar 27, 2018 3:36 am
Forum: PowerShell Studio
Topic: Browsing COM Objects
Replies: 3
Views: 2737

Re: Browsing COM Objects

No that I know. In the case of Office objects, there are .NET wrapper the tackle MS Office product: For example: "Microsoft.Office.InterOp.Excel" But, MS Office need to be installed and remember that there are both 32bit and 64bit versions. Com Objects are old technology replaced by .NET. ...
by mxtrinidad
Tue Mar 27, 2018 3:26 am
Forum: PowerShell GUIs
Topic: AzureRM commandlets give problems
Replies: 6
Views: 3032

Re: AzureRM commandlets give problems

Yes! There are issues running Azure running in Windows Forms. Microsoft has been implementing the '-AsJob' parameter in some of there cmdlets. So, as mention before, try using the JobTracker form. But, at the same time, I've seen good results using the *-job cmdlets: Start-Job, Get-Job, and Receive-...
by mxtrinidad
Sun Mar 25, 2018 4:46 pm
Forum: PowerShell Studio
Topic: Filegroup files not showing in recent file list
Replies: 4
Views: 3219

Re: Filegroup files not showing in recent file list

You do not need to enable file type for the filegroup file to appear in the "Recently Opened" Start page. Once created and in use, the filegroup file will show under the "Recently Opened" files in the start page. But, it will not remain there is you keep opening individual files....