Is it possible to delete one item of a 'repeated' message field (in Python)

2009-02-19 Thread bart van deenen
I'm building a generic gpb editor, that can create gpb encoded files. The UI is completely dynamic, based on the .proto files that one chooses (http://github.com/bvdeenen/gpbedit/tree/master) In this editor I'm currently generating a gpb object on the fly, but since it's a gui editor, it is

Re: Is it possible to delete one item of a 'repeated' message field (in Python)

2009-02-19 Thread Kenton Varda
I think this was added in rev 90: http://code.google.com/p/protobuf/source/detail?r=90 But it hasn't made it into an official release yet. On Thu, Feb 19, 2009 at 7:12 AM, bart van deenen bart.vandee...@gmail.comwrote: I'm building a generic gpb editor, that can create gpb encoded files. The

Re: Problem with dynamic __import__ of gpb modules

2009-02-19 Thread Kenton Varda
+petar, who may be able to answer this. On Wed, Feb 18, 2009 at 6:48 AM, bart van deenen bart.vandee...@gmail.comwrote: Hi I'm building a generic editor for creating loading and saving gpb objects and am running into problems with dynamic __import__ statements. I've nailed it down to a

C++ to Java and vice versa

2009-02-19 Thread iyer . nk
A Quick newbie question: Can i use Protocol Buffers to serialize in c+ + and deserialize in java? Basically I need to transfer data from a c+ + layer to Java and we were planning to use XML. I was wondering whether Protocol Buffer can be used instead. thanks.

RE: C++ to Java and vice versa

2009-02-19 Thread Ivarsson, Magnus
Yes, this is exactly what we're all excited about :) /Magnus -Original Message- From: protobuf@googlegroups.com [mailto:proto...@googlegroups.com] On Behalf Of iyer...@gmail.com Sent: den 20 februari 2009 08:50 To: Protocol Buffers Subject: C++ to Java and vice versa A Quick newbie