[Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Norbert Hartl
I like to make myself a little command shell inside the image. For this I would need a textfield that can popup somewhere on the screen and that has enough hooks for text entry events and hooks/support for auto-completion. What would be the best things to read/the best code to look at in order

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Norbert Hartl
Am 30.09.2013 um 15:06 schrieb Benjamin benjamin.vanryseghem.ph...@gmail.com: You may have a look at the Spotlight widget Esteban made. It's mainly a text area with auto completion Thanks. From what I know from Spotlight it is close to the perfect exampe. I just didn't think of it myself.

[Pharo-users] XSD handling in Pharo

2013-09-30 Thread Friedrich Dominicus
I've now searched for a while but did not found much about it. Does anyone here have a hint where to look for XSD stuff handling in Pharo? Regards Friedrich

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Camillo Bruni
The thing you get in pharo when you press SHIFT+ENTER :) On 2013-09-30, at 10:29, p...@highoctane.be p...@highoctane.be wrote: Spotlight? On Monday, September 30, 2013, Norbert Hartl norb...@hartl.name wrote: I like to make myself a little command shell inside the image. For this I

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Norbert Hartl
Am 30.09.2013 um 15:48 schrieb Camillo Bruni camillobr...@gmail.com: The thing you get in pharo when you press SHIFT+ENTER :) Thanks cami! Although it might sound embarrassing I was indeed googling for it to find a video by James Robertson where I get the shift+enter hint :) Norbert On

Re: [Pharo-users] XSD handling in Pharo

2013-09-30 Thread Bernat Romagosa
I've handled Atom feeds and (properly formatted) HTML pages with the XML packages for Pharo, so I guess any markup language should be working too... http://smalltalkhub.com/#!/~PharoExtras/XMLParser http://smalltalkhub.com/#!/~PharoExtras/XMLWriter Cheers, Bernat. 2013/9/30 Friedrich Dominicus

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Camillo Bruni
On 2013-09-30, at 10:53, Norbert Hartl norb...@hartl.name wrote: Am 30.09.2013 um 15:48 schrieb Camillo Bruni camillobr...@gmail.com: The thing you get in pharo when you press SHIFT+ENTER :) Thanks cami! Although it might sound embarrassing I was indeed googling for it to find a video by

Re: [Pharo-users] XSD handling in Pharo

2013-09-30 Thread Norbert Hartl
Am 30.09.2013 um 15:26 schrieb Friedrich Dominicus fr...@q-software-solutions.de: I've now searched for a while but did not found much about it. Does anyone here have a hint where to look for XSD stuff handling in Pharo? I'm pretty sure there isn't much to find. But we would love to have

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Sven Van Caekenberghe
On 30 Sep 2013, at 15:53, Norbert Hartl norb...@hartl.name wrote: Am 30.09.2013 um 15:48 schrieb Camillo Bruni camillobr...@gmail.com: The thing you get in pharo when you press SHIFT+ENTER :) Thanks cami! Although it might sound embarrassing I was indeed googling for it to find a

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Norbert Hartl
Am 30.09.2013 um 16:29 schrieb Sven Van Caekenberghe s...@stfx.eu: On 30 Sep 2013, at 15:53, Norbert Hartl norb...@hartl.name wrote: Am 30.09.2013 um 15:48 schrieb Camillo Bruni camillobr...@gmail.com: The thing you get in pharo when you press SHIFT+ENTER :) Thanks cami! Although it

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread p...@highoctane.be
Yeah, I was suggesting he had a look at Spotlight... I know what this one is ;-)

Re: [Pharo-users] XSD handling in Pharo

2013-09-30 Thread p...@highoctane.be
XSD is not the same. Guess you want to do something like JAXB or schema validation. But I don't know of anything like that in Pharo... Phil

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Esteban Lorenzano
On Sep 30, 2013, at 6:26 PM, Sven Van Caekenberghe s...@stfx.eu wrote: On 30 Sep 2013, at 18:11, Norbert Hartl norb...@hartl.name wrote: Am 30.09.2013 um 16:29 schrieb Sven Van Caekenberghe s...@stfx.eu: On 30 Sep 2013, at 15:53, Norbert Hartl norb...@hartl.name wrote: Am

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread Norbert Hartl
Am 30.09.2013 um 18:26 schrieb Sven Van Caekenberghe s...@stfx.eu: On 30 Sep 2013, at 18:11, Norbert Hartl norb...@hartl.name wrote: Am 30.09.2013 um 16:29 schrieb Sven Van Caekenberghe s...@stfx.eu: On 30 Sep 2013, at 15:53, Norbert Hartl norb...@hartl.name wrote: Am