Search Type: Posts; User: vincentc
Search: Search took 0.04 seconds.
-
18 Feb 2013 4:17 AM
Jump to post Thread: ExtJS + Sencha Touch ...again ! by vincentc
- Replies
- 2
- Views
- 420
Thanks for your reply, but ... ;)
I understand that usually, a application for a mobile device (big and small screen, pad or mobile) needs a different approach than desktop. I mean "usually", for... -
12 Feb 2013 2:38 AM
Jump to post Thread: ExtJS + Sencha Touch ...again ! by vincentc
- Replies
- 2
- Views
- 420
Hello,
I would like to know if there is a plan to support touch events on ExtJS ?
I have seen many other threads speaking about, but no suitable answer.... -
11 Feb 2013 7:29 AM
Jump to post Thread: ExtJS French community by vincentc
- Replies
- 53
- Views
- 11,495
+1 Lyon
-
17 Jan 2013 3:31 AM
- Replies
- 1
- Views
- 281
Hi,
The current DOM Level 3 Events Specification mentions that Mutation Events are deprecated, their usage is clearly discouraged. Developers should use instead the Mutation Observers in the DOM 4... -
18 Mar 2009 5:57 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by vincentc
- Replies
- 677
- Views
- 252,715
wrong example in createNode method. Must be :
new Ext.tree.TreePanel({
...
new Ext.tree.TreeLoader({
url: 'dataUrl',
createNode: function(attr) {
// Allow... -
14 Jan 2009 9:21 AM
- Replies
- 3
- Views
- 1,529
Finally i've got the problem.
In overriden 'getDragData' method, it needs to only stopEvent if event comes form first button:
getDragData : function(e){
if (0 === e.button) {
... -
2 Dec 2008 1:56 AM
- Replies
- 3
- Views
- 1,529
Hello,
Maybe I wasn't clear to reproduce the bug because i am not fluent in english. To be sure :
1. Go to http://extjs.com/deploy/dev/examples/view/data-view.html
2. Try to select the files... -
27 Nov 2008 7:12 AM
- Replies
- 3
- Views
- 1,529
Hello,
I have set a dataview to display files for a project and add the fonctionnality when you drag the mouse, it allows to select multiple files easily.
The problem appears when you add a... -
20 Oct 2008 2:12 AM
- Replies
- 7
- Views
- 1,849
Hi drotechprog,
Do you have found something else for your contextmenu which can help me ? I have actually the same problem and i don't understand from where it comes.
Thanks a lot -
30 Apr 2008 7:06 AM
Jump to post Thread: Iframe and getBox by vincentc
- Replies
- 3
- Views
- 776
@hendricd -- Thanks for your reply.
I try to have a new approach to build templates. The aim is to select areas to be editable (editable region, repeat region...) on a html page.
I think i will... -
30 Apr 2008 5:16 AM
Jump to post Thread: Iframe and getBox by vincentc
- Replies
- 3
- Views
- 776
It seems that getXY only work for the current document but not for an iframe element. Has anyone met this problem ? and how to have getXY or getBox relative to iframe context ? Please help me. Thanks
-
30 Apr 2008 4:04 AM
Jump to post Thread: Iframe and getBox by vincentc
- Replies
- 3
- Views
- 776
Hello,
I have a problem with an Iframe in a page. I try to get elements' position in the iframe with getBox to position a layer over targeted elements, but i've got NaN values.
Object x=NaN... -
4 Jan 2008 1:09 AM
- Replies
- 117
- Views
- 59,552
Hello,
I think i have found the problem for point 3 : in the "enter" event, onSingleBlur may be execute only for single select. So i have added a condition :
...
"enter" : function(e){
if... -
3 Jan 2008 9:45 AM
- Replies
- 117
- Views
- 59,552
Hi Andrie,
Thanks for your great job.
But actually, i have some small problems when selected items, in multiselect mode. Here is the code :
var ds_categories = new Ext.data.JsonStore({... -
13 Nov 2007 2:47 AM
- Replies
- 1
- Views
- 844
Ok, I've found my error : contentEl: 'tab1_content'. The second time that Accordion is created, the element doesn't ever existed.
Sorry for this unuseful post. See you -
13 Nov 2007 2:41 AM
- Replies
- 1
- Views
- 844
Hello,
I have a problem with the accordion widget. I use it to disply properties of some elements. Each time to get properties, i first destroy the accordion and recreate it, cause the different... -
5 Nov 2007 1:48 PM
- Replies
- 8
- Views
- 2,879
Same problem in RC1
-
19 Oct 2007 5:15 AM
- Replies
- 63
- Views
- 35,999
Hello,
For the moment, I think that Ext have a distance away for the others Front Frameworks with his features. Surely, after the release of version 2.0, the team could passed some time to improve... -
18 Oct 2007 6:20 AM
Jump to post Thread: skinnable scrollbars by vincentc
- Replies
- 0
- Views
- 858
Hello,
Is there any extension, modification or future feature for Ext 2.0 which allow us to skin the scrollbars of all components ?
You could see an exemple here, that i used earlier:... -
17 Jul 2007 1:47 AM
Jump to post Thread: [Beta] Ext.ux.SecurePass by vincentc
- Replies
- 7
- Views
- 7,525
Hello,
Please find here the final version:
Strong passwords contain 8-16 characters, do not include other fields, and combine three of these character types: uppercase letters, lowercase... -
16 Jul 2007 5:41 AM
Jump to post Thread: [Beta] Ext.ux.SecurePass by vincentc
- Replies
- 7
- Views
- 7,525
Hello,
First, thanks to the team and specifically Jack S to this very great Extjs. =D>
I'm currently writing my first extension, that add a meter to evaluate the strength of an input...
Results 1 to 21 of 21
