[qooxdoo-devel] Question about Byte order mark in htmlare

2011-12-11 Thread friendbird
Hello, everyone, i have a question about BOM in htmlarea. I have a qx.ui.embed.HtmlArea. When i take the content from this htmlarea. i have some caracteres like ** who show in a page PHP. If some one can resolve this question ? thank you. -- View this message in context: http://qooxdoo.678.n2

Re: [qooxdoo-devel] Converting a project in qooxdoo-contrib to an independent git repository

2011-12-11 Thread thron7
Derrell, thanks for this information. On 12/12/2011 03:27 AM, Derrell Lipman wrote: First, read the "git-svn" manual to get the syntax to "clone" qooxdoo-contrib. git-svn is well documented, and it acts as an svn client to pull the code into a local git repository. I already had been using

Re: [qooxdoo-devel] Converting a project in qooxdoo-contrib to an independent git repository

2011-12-11 Thread thron7
On 12/12/2011 03:31 AM, Derrell Lipman wrote: > There's one additional command that should be added to the process: > > The command "git clone qooxdoo-contrib rpcjs" creates a "remote" in > the rpcjs repository, pointing back to qooxdoo-contrib. For a clean > separation of the new repository fr

Re: [qooxdoo-devel] Converting a project in qooxdoo-contrib to an independent git repository

2011-12-11 Thread Derrell Lipman
There's one additional command that should be added to the process: The command "git clone qooxdoo-contrib rpcjs" creates a "remote" in the rpcjs repository, pointing back to qooxdoo-contrib. For a clean separation of the new repository from the original one, that remote should be removed as follo

[qooxdoo-devel] Converting a project in qooxdoo-contrib to an independent git repository

2011-12-11 Thread Derrell Lipman
I'm in the process of taking one (maybe all) of my projects in qooxdoo-contrib, and moving it to github. I found the commands that make this very easy, and wanted to document it for others. First, read the "git-svn" manual to get the syntax to "clone" qooxdoo-contrib. git-svn is well documented, a

Re: [qooxdoo-devel] How to prevent manually entering a date in the DateField?

2011-12-11 Thread Simon White
Thank-you On 11/12/2011 5:27 AM, Mustafa Sak wrote: > Datefield.getChildControl("textfield").setEnabled(false) or just set a > listener to the childcontrol on focus and try to prevent it. > > Von meinem iPhone gesendet > > Am 11.12.2011 um 04:18 schrieb Simon White: > >> Hi >> >> Thanks for the

Re: [qooxdoo-devel] How to prevent manually entering a date in the DateField?

2011-12-11 Thread Mustafa Sak
Datefield.getChildControl("textfield").setEnabled(false) or just set a listener to the childcontrol on focus and try to prevent it. Von meinem iPhone gesendet Am 11.12.2011 um 04:18 schrieb Simon White : > Hi > > Thanks for the information. > > I do not want to disable the button but I would