Re: [qooxdoo-devel] htmlEmbed + Tweet?

2013-10-19 Thread Ken Tilton
generally spares me that! hthsoe, kt On Fri, Oct 18, 2013 at 5:23 PM, Ken Tilton wrote: > I tried passing the html to the constructor. No different, and in fact I > think I know what is going on. > > I happen to be using qooxdoo with MathJax and I have to go thru hoops > befo

Re: [qooxdoo-devel] htmlEmbed + Tweet?

2013-10-18 Thread Ken Tilton
n Fri, Oct 18, 2013 at 1:56 PM, Ken Tilton wrote: > Twitter provides the HTML to add a tweet button to a page: > > https://twitter.com/share"; class="twitter-share-button" > data-url="http://socialalgebra.com"; data-via="kennytilt" > data-hashtags

[qooxdoo-devel] htmlEmbed + Tweet?

2013-10-18 Thread Ken Tilton
Twitter provides the HTML to add a tweet button to a page: https://twitter.com/share"; class="twitter-share-button" data-url=" http://socialalgebra.com"; data-via="kennytilt" data-hashtags="socialalgebra">Tweet !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'

Re: [qooxdoo-devel] keyInput event on alt-/ only in FireFox?

2013-08-16 Thread Ken Tilton
On Fri, Aug 16, 2013 at 6:42 AM, Ken Tilton wrote: > Thx for the input, Alex. > > By the way, here is a playground test I set up: http://tinyurl.com/kkdsh7v > > This confirms that FireFox works for me on Win8 and IE, Safari, and Chrome > do not. > > I imagine (and just co

Re: [qooxdoo-devel] keyInput event on alt-/ only in FireFox?

2013-08-16 Thread Ken Tilton
of browser-specific code as first > solution. It might be also a valid candidate for a bug report. > > ** ** > > Regards, > > Alex > > ** ** > > *From:* Ken Tilton [mailto:kentil...@gmail.com] > *Sent:* Friday, August 16, 2013 4:56 AM > *To:* qooxd

[qooxdoo-devel] keyInput event on alt-/ only in FireFox?

2013-08-15 Thread Ken Tilton
Platform: Running qooxdoo 3.0 on Windows 8 (server and browsers) I am trying to support Emacs-like key chords in my custom math editor. For example, I translate alt-/ to an inline division symbol. Editing takes place in a a qx.ui.embed.Html widget where I have MathJax render TeX generated by my e

Re: [qooxdoo-devel] Problem with dead widget keeping focus?

2011-04-27 Thread Ken Tilton
On Tue, Apr 26, 2011 at 7:28 PM, Derrell Lipman wrote: > On Tue, Apr 26, 2011 at 16:02, Ken Tilton wrote: >> >> This recreates a problem we are having regularly in our app: >> >> http://preview.tinyurl.com/6z5hwdf > > Here's the replacement that works

[qooxdoo-devel] Problem with dead widget keeping focus?

2011-04-26 Thread Ken Tilton
This recreates a problem we are having regularly in our app: http://preview.tinyurl.com/6z5hwdf After clicking the first button (to remove and dispose itself) it then takes two clicks to get the second button to respond. The first click seems to be regaining focus for the overall qooxdoo framew

[qooxdoo-devel] Invitation to connect on LinkedIn

2011-01-25 Thread Ken Tilton via LinkedIn
LinkedIn Ken Tilton requested to add you as a connection on LinkedIn: -- Andreas, I'd like to add you to my professional network on LinkedIn. - Ken Accept invitation from Ken Tilton http://www.linkedin.com/e/2cnq6m-gjcu2c

Re: [qooxdoo-devel] background color on TextFields only does bottom half

2010-11-29 Thread Ken Tilton
on, Nov 29, 2010 at 14:24, Ken Tilton wrote: >> >> Setting the backgroundColor on a TextField only does the bottom half: >> >> >> http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22%252F%252F%2520Create%2520a%2520button%250Avar%2520button1%2520%253D%2520ne

[qooxdoo-devel] background color on TextFields only does bottom half

2010-11-29 Thread Ken Tilton
Setting the backgroundColor on a TextField only does the bottom half: http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22%252F%252F%2520Create%2520a%2520button%250Avar%2520button1%2520%253D%2520new%2520qx.ui.form.Button(%2522First%2520Button%2522%252C%2520%2522icon%252F22%252Fapps%2

Re: [qooxdoo-devel] How stop generate.py build from renaming variables?

2010-11-04 Thread Ken Tilton
version 1.2.1, by the way. kt On Thu, Nov 4, 2010 at 5:11 AM, Ken Tilton wrote: > I ran into this years ago when I first discovered qooxdoo so I am not even > sure how I solved it before. Can someone remind me how to keep a > "generate.py build" from shortening variable

[qooxdoo-devel] How stop generate.py build from renaming variables?

2010-11-04 Thread Ken Tilton
I ran into this years ago when I first discovered qooxdoo so I am not even sure how I solved it before. Can someone remind me how to keep a "generate.py build" from shortening variable names? I have a project that does not but for the life of me I cannot see relevant difference in config or man

[qooxdoo-devel] generate issues

2010-11-03 Thread Ken Tilton
One of the steps of generate.py build simply froze on me after printing about two lines of full stops. ^c let it finish! (in Windows, I expected to land back at the command line). This is with qx 1.2.1, btw. Reissuing the same build command went normally. generate source did not give a probl

Re: [qooxdoo-devel] [Lisp] mo better qooxlisp

2010-06-09 Thread Ken Tilton
Hunh. I didn't spam us with the live demo running on Amazon AWS? I must be losing my touch: http://teamalgebra.com/ No, it's not Algebra. Yet. kt On Sat, Jun 5, 2010 at 7:40 PM, Kenneth Tilton wrote: > Just did implemented some GUI improvements for the famous apropos dialog: > > http://github

Re: [qooxdoo-devel] ANNC: qooxlisp 0.1: qooxdoo + Common Lisp

2010-05-27 Thread Ken Tilton
On Thu, May 27, 2010 at 3:24 PM, thron7 wrote: >> Pretty simple: the app developer has to throw a mention of any >> "built-in" qooxdoo class they want to use into Application.js. By the > same token, any new class they want to use should be authored the usual > way, by adding a .js file and doing

Re: [qooxdoo-devel] ANNC: qooxlisp 0.1: qooxdoo + Common Lisp

2010-05-27 Thread Ken Tilton
On Thu, May 27, 2010 at 12:22 PM, thron7 wrote: > Kenny, > > Thinking about it, I would be interested to know how you handle > dependencies between qooxdoo classes in qooxlisp. > > Do you generate the initial GUI from the Lisp code using the Generator, > or do deploy your own dependency tracking a