-
1 Oct 2007 4:05 PM #141Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
1 Oct 2007 4:48 PM #142
Which one?There is one more invisible element (a mask) that covers this area.
I see that you are using mask/unmask on elements but how do you mask a part of an element? Do you just put an element on this area? I don`t see one with FireBug and can`t find it in your code.
Is it possible to change the cursor on the add button to be a pointer?
I couldn`t do it with css.
-
1 Oct 2007 11:58 PM #143
http://labs.adobe.com/technologies/flashplayer9/
new players for windows, mac and linux have been released.
lets hope this fixed the problems that we encountered!
-
2 Oct 2007 2:05 AM #144
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
2 Oct 2007 2:07 AM #145Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
2 Oct 2007 3:18 PM #146
-
2 Oct 2007 11:04 PM #147
Any source available?
Any source available?
Hello Jozsef!
Your component is amazing! Could You send me a source for it? I want to use it in my next project.
Thx!
Attila
-
3 Oct 2007 12:16 AM #148Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
8 Oct 2007 9:53 AM #149
Hello,
I'm playing with your extension and the question about flexibility popped up in my mind. I would like to know, whether there is a version planned, which gives a developer more control (e.g. different languages etc).
The next thing is: My application is designed to use Ext, if JS is enabled and it degrades gracefully, if it's not. So I would like to point to an upload form element and have something like a replace behaviour. Is such a feature planned or do I always have to remove the original upload input element?
Bye and thanks for this extension, F.o.G.
-
11 Oct 2007 11:00 PM #150
Hy,
I've encountered a big Problem with the Ext-SWFUpload widget which took me the whole yesterday, maybe there should be a big warning on the custom-ext page.
Don't try to use it with HTTPS!!! It will fail!
I've searched and searched, and that was the last thought I've got, and now it works.
My Application (a mailclient) runs on a https connection. If you wan't to inmplement the SWF-Upload you should create the widget like:
This way you can run your app over https, and the needed SWFUpload.swf is load over http.PHP Code:Ext.ux.SWFUpload.create('swfdiv', {
flashpath: 'http://your/path/to/SWFUpload.swf',
......
This is a flash "feature" - it thinks about a cross site when called over https.
Damn it !!
Hope I could help somebody with sharing this hint.




Reply With Quote
