Search Type: Posts; User: johnnycannuk
Search: Search took 0.02 seconds.
-
26 May 2008 5:10 AM
Jump to post Thread: GWT 1.5 nearing release... by johnnycannuk
- Replies
- 5
- Views
- 2,187
GoogleIO is Wednesday and Thursday in San Francisco. I'll be they release it then.
-
4 Sep 2007 4:57 AM
Jump to post Thread: [0.2] Ext.ux.PasswordMeter by johnnycannuk
- Replies
- 28
- Views
- 30,697
Reminds me of a old function we created when working with Entrust TruePass - as soon as you met a criteria for a strong password, that criteria was checked and you could not create the password...
-
10 Aug 2007 9:55 AM
Jump to post Thread: Ext.get and Google Maps by johnnycannuk
- Replies
- 3
- Views
- 1,973
Thanks Brian and mystix....I figured it was something like that and sure enough, I found it this morning.
I gotta stop posting so late at night. -
9 Aug 2007 6:26 PM
Jump to post Thread: Ext.get and Google Maps by johnnycannuk
- Replies
- 3
- Views
- 1,973
I've searched the bug forums and I'm not sure if it is a bug or an error on my part.
I'm using Ext 1.1 with only ext-base.js and running right now in FF 2.0. I have a Google Map within a... -
2 Aug 2007 9:17 AM
- Replies
- 13
- Views
- 5,341
Tony,
You ought to consider publishing that theme, its quite nice...
hint hint...
;) -
1 Aug 2007 11:46 AM
Jump to post Thread: Change log? by johnnycannuk
- Replies
- 5
- Views
- 1,491
Ok, I see Jack has mentioned something here:
http://extjs.com/blog/2007/08/01/ext-v11-released
Can We get a change log included with he releases? -
1 Aug 2007 5:50 AM
Jump to post Thread: Change log? by johnnycannuk
- Replies
- 5
- Views
- 1,491
I see that Ext 1.1 final is out. I've downloaded it and so far everything is good. Just one question:
Where is the change log? What has changed between, say rc 1 and final or 1.1 beta 2 and rc1?
... -
10 Jul 2007 10:52 AM
Jump to post Thread: DateField\DatePicker issue by johnnycannuk
- Replies
- 2
- Views
- 867
Tim,
Thanks...we did think of that but we need to have the id of the form control be the same, as the field in question is a search criteria. We are also considering just blowing it away and... -
10 Jul 2007 9:46 AM
Jump to post Thread: DateField\DatePicker issue by johnnycannuk
- Replies
- 2
- Views
- 867
We are working on a application that has a an input field that, depending on whether a particular option in a drop down is selected is either a regular input field or a DateField.
So we have the... -
10 Jul 2007 9:39 AM
Jump to post Thread: Easing options by johnnycannuk
- Replies
- 2
- Views
- 1,294
Thanks Animal
-
10 Jul 2007 4:36 AM
Jump to post Thread: Easing options by johnnycannuk
- Replies
- 2
- Views
- 1,294
At the risk of sounding like a moron...where are the options for the 'easing' config options enumerated? I've searched the docs and the JS files themselves and I can't find a listing of what possible...
-
9 Jul 2007 4:37 AM
Jump to post Thread: Google Map inside a panel by johnnycannuk
- Replies
- 5
- Views
- 2,287
The app looks nice...post a link if you get a chance
-
6 Jul 2007 7:03 PM
- Replies
- 32
- Views
- 61,068
This looks really great...well done.
Now, I have not had the opportunity to test it out, but does this eliminate the IE bug where html selects are always on top, even when layout regions slide... -
3 Jul 2007 6:02 AM
- Replies
- 5
- Views
- 1,491
'collapsed' property works.
Strange that it is not listed as a public accessible property in the docs for a LayoutRegion, yet is.
Can I assume that the config options are also publicly... -
3 Jul 2007 4:24 AM
- Replies
- 5
- Views
- 1,491
TryanDLS,
Nope. isVisible() seems to work only when the pane is hidden or not (whether the region can be seen or not). I have a closed pane that still responds to isVisible() as true.
The... -
29 Jun 2007 12:37 PM
- Replies
- 5
- Views
- 1,491
I need to be able to programatically detect whether the east pane of a border layout is open or closed. If it is open, I will make an ajax call, if it is closed I will not (save on loading large...
-
17 Jun 2007 3:05 PM
- Replies
- 909
- Views
- 338,840
Its code for "big hands, little keyboard"...
:-)
Of course, I meant "Sweet"....
Keep up the good work buddy. -
14 Jun 2007 6:15 AM
- Replies
- 909
- Views
- 338,840
Holy Cow Saki! I haven't had the chance to look at this in a few weeks and wow - you have outdone yourself. I thought this was seet a month ago. This new version is outstanding.
We are not... -
12 Jun 2007 4:41 AM
Jump to post Thread: Safari on Windows by johnnycannuk
- Replies
- 13
- Views
- 3,367
Well the latest is that Safari Windows has 4 DoS vulnerabilities and 2 remote execution vulnerabilities. At least according to David Maynor, the guy that found the Apple Wifi hack. There is also a...
-
11 Jun 2007 4:52 AM
- Replies
- 33
- Views
- 5,505
Yep, that works fine. Thanks for helping track this down.
-
8 Jun 2007 7:01 AM
- Replies
- 33
- Views
- 5,505
Ah, not quite so seemlessly adapted as I was led to believe
;)
Unfortunately, we have quite a bit of legacy prototype and scriptaculous code so a wholesale switch to YUI is not in the cards. I... -
8 Jun 2007 4:11 AM
- Replies
- 33
- Views
- 5,505
Animal.
when I delete it I get 315 versions of
i
d is not defined
getViewWidth()ext-prototype-ada... (line 11)
[Break on this error] (function(){var... -
7 Jun 2007 11:12 AM
- Replies
- 33
- Views
- 5,505
Interesting
window.id=ext-gen1.
Mousing over the id in the firebug window shows that the id in this line is ext-gen1:
...
var id = Ext.id(); <--- firebug mouse over of this shows it to... -
7 Jun 2007 9:24 AM
- Replies
- 33
- Views
- 5,505
Ok,
When I step through the code as the window executes I get
<span id="ext-gen95"/>
<span id="ext-gen96"/>
and sometimes just -
7 Jun 2007 8:26 AM
- Replies
- 33
- Views
- 5,505
I know that Animal, it does not break after I hit continue. The break point is never hit.
Results 1 to 25 of 42
