On Wed, 21 Aug 2013, Tobias Boege wrote:
> Hi folks,
> 
> is anyone else having trouble with the latest revision(s)? I observed two
> things:
> 
> 1) Stream buffering broken. If I have a Process (it may equivalently well
>    be only a Process problem (not a general Stream one) as it is the Process
>    code which was touched recently), I get one line from it and nothing more
>    until the program terminates (or the Process object is released).
> 
>    The IDE has the same problem with my programs: If I use Print/Debug/Error
>    in the code, the IDE doesn't see them until the program is closed.
> 

You already fixed this.

> 2) IDE property panel unusable. I can't set values anymore. The errors say
>    "Incorrect property value." for everything. I can't set a Boolean to True
>    anymore, to give an example.
> 

Turns out that this has been fixed meanwhile, too.

And while collecting information about that "slowdown" problem when reading
much data from a Process, I noticed that this is a GUI problem, i.e. it only
appears when I update a TextArea with data from the Process. The immense
memory allocation also seems natural to me in this light. I should find a
better way to code things... (Currently, at some point, my program just
hangs after becoming slower and slower with the TextArea updates until the
Process terminates.)

Regards,
Tobi

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to