Search found 108 matches

by monoeagle
Thu Jan 28, 2016 2:09 pm
Forum: PowerShell GUIs
Topic: datagridview goes crazy
Replies: 28
Views: 10845

Re: datagridview goes crazy

step 4 result - WRONG VIEW.png fill the dgv is 1 row enough. But if you have entries in the xml you have to delete the entries in the xml manually, because at the moment I don't have the del function for the xml file in the testing menu. Did you see the screenshot from the beginning with the 1 char...
by monoeagle
Thu Jan 28, 2016 2:00 pm
Forum: PowerShell GUIs
Topic: datagridview goes crazy
Replies: 28
Views: 10845

Re: datagridview goes crazy

The fail is reproduced(as described in the threadstart with the screenshots) on my side with the following: - empty xml - add xml entry via testing menu - fill the dgv with the xml if I use this steps in a row I get the first row in the dgv where in every cell is just 1 char. If I clean the dgv and ...
by monoeagle
Thu Jan 28, 2016 1:37 pm
Forum: PowerShell GUIs
Topic: datagridview goes crazy
Replies: 28
Views: 10845

Re: datagridview goes crazy

At first the entries.xml is empty. Over the testing menu it is possible to add entries in the first post are the screenshots attached. The testmenu is just for testing if the functions works. Later the content will be automated. xml with two entries: <?xml version="1.0" encoding="utf-...
by monoeagle
Thu Jan 28, 2016 1:17 pm
Forum: PowerShell GUIs
Topic: datagridview goes crazy
Replies: 28
Views: 10845

Re: datagridview goes crazy

I don't understand what dependencies on my client exist what is not in the export.
I can run the generated exe on another client an get the behaviour too.

rename zip to exe, there is a filter for exe files
by monoeagle
Thu Jan 28, 2016 12:56 pm
Forum: PowerShell GUIs
Topic: datagridview goes crazy
Replies: 28
Views: 10845

Re: datagridview goes crazy

öhmm

what dependencies?

The xml files will be created if they don't exist and also the DIRs.

The projectfiles where on my Client at DIR: C:\Workbench\Projects\ViSiT_Final
by monoeagle
Thu Jan 28, 2016 12:43 pm
Forum: PowerShell GUIs
Topic: datagridview goes crazy
Replies: 28
Views: 10845

Re: datagridview goes crazy

Hi Jvierra,

I exported the project.

In the filestructure are some skeletons, like the file named "System.Xml.XmlDocument".
by monoeagle
Thu Jan 28, 2016 12:06 pm
Forum: PowerShell GUIs
Topic: datagridview goes crazy
Replies: 28
Views: 10845

Re: datagridview goes crazy

I have added the project. Maybe a lot of newbie/noob stuff, but be forbearing. :|
by monoeagle
Thu Jan 28, 2016 11:38 am
Forum: PowerShell GUIs
Topic: datagridview goes crazy
Replies: 28
Views: 10845

datagridview goes crazy

Product, version and build: Powershell Studio 2015 4.2.99 32 or 64 bit version of product: x64 Operating system: Win7 32 or 64 bit OS: x64 Hi, at first I don't know for sure if it is correct here, but at the moment I think so. In the last days I implemented some functions for XML and other stuff for...
by monoeagle
Fri Jan 22, 2016 2:57 am
Forum: PowerShell Studio
Topic: Option to Hide Console Window at Start of Powershell Script as Exe
Replies: 2
Views: 3159

Option to Hide Console Window at Start of Powershell Script as Exe

Product, version and build: Powershell Studio 4.2.99 32 or 64 bit version of product: 64bit Operating system: Win7 32 or 64 bit OS: x64 Hi the windowstyle -hidden parameter works if I use my Script as a Script. But if I build an binary(exe) and start this an Console Window apears at the Start. How I...