Search Type: Posts; User: kermit136
Search: Search took 0.02 seconds.
-
2 May 2013 11:08 PM
Jump to post Thread: ST 2.2 and Ripple by kermit136
- Replies
- 3
- Views
- 198
I have the same problem of TButton
-
19 Nov 2012 10:48 AM
- Replies
- 26
- Views
- 4,875
I asked the author of this post an update to ST 2.1
http://andidog.de/blog/2012/06/packaging-a-sencha-touch-2-application-with-phonegap-for-android/
it worked for me -
17 Nov 2012 11:37 PM
- Replies
- 6
- Views
- 995
st 2.1 still have problem
-
15 Nov 2012 8:57 AM
- Replies
- 80
- Views
- 17,251
doesn't work for me to
-
14 Nov 2012 11:44 AM
- Replies
- 2
- Views
- 467
sorry, it works by setting the tabbar position to buttom
-
14 Nov 2012 3:05 AM
- Replies
- 2
- Views
- 467
we can't specify the iconClass of component inside a tabpanel (sencha 2.1 projects)
-
12 Oct 2012 2:45 AM
Jump to post Thread: Code generation issues by kermit136
- Replies
- 3
- Views
- 542
I've a similar problem.
Every time I save my project I have to manually modify my app.js generated code cause it is different from the Application item in Sencha Architect -
18 Jul 2012 11:47 PM
Jump to post Thread: application config problem by kermit136
- Replies
- 4
- Views
- 623
My project works on Linux, so the problem is probably related to Lion OS.
If you want to test on Lion, I can send it by email. -
18 Jul 2012 1:20 AM
Jump to post Thread: application config problem by kermit136
- Replies
- 4
- Views
- 623
I was creating two sample projects, when I went from first to second, the configuration file is returned as the one of the first post.
I'm using build 442, macbook pro with Lion -
17 Jul 2012 10:54 AM
Jump to post Thread: application config problem by kermit136
- Replies
- 4
- Views
- 623
When I switched to another project the application config file did not change.
Any change does not change the result.37249 -
6 Jul 2012 10:58 PM
- Replies
- 4
- Views
- 807
thank you !!
-
6 Jul 2012 9:19 AM
Jump to post Thread: Example: Facebook Login page by kermit136
- Replies
- 5
- Views
- 2,765
the link is down
--
I found it
https://github.com/SenchaArchitect/Facebook
Thank you! -
5 Jul 2012 6:11 AM
- Replies
- 4
- Views
- 807
I've created a custom event in a custom component.
Than I added an action relative to that event in a controller.
When I save I get this error:
"TypeError: 'null' is not an object"
And I can't... -
25 Mar 2012 3:35 AM
Jump to post Thread: [SOLVED]Panel style by kermit136
- Replies
- 1
- Views
- 462
Sorry, I solved setting the cls to 'mypanel' and writing the css class
.login{background: url(../images/background.png)}
(the image path must be relative to the path of the css) -
25 Mar 2012 3:05 AM
Jump to post Thread: [SOLVED]Panel style by kermit136
- Replies
- 1
- Views
- 462
Hi,
Ive looked around for how to do this and I cant find anything.
I want to apply a background image in a panel but if I set the style option:
... -
11 Mar 2012 11:44 AM
Jump to post Thread: Extend Map for Leaflet by kermit136
- Replies
- 5
- Views
- 1,479
could you post the code please?
I used leaflet in sencha and I would continue..:)
Thanks -
27 Jan 2012 12:32 AM
- Replies
- 20
- Views
- 8,467
Look at my code.
You have to import the file ActiveSupport.js or insert the following code:
<script type="text/javascript" charset="utf-8">
Ext.ns('Ext.ux');
ActiveSupport = {
bind :... -
26 Jan 2012 12:51 AM
- Replies
- 20
- Views
- 8,467
#to hotdp
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -
10 Jan 2012 1:09 AM
- Replies
- 20
- Views
- 8,467
I simply used the original L.Popup code of leaflet (not your code), changing the function ;onMarkerClick'
///add (leaflet) popup to marker
popup.setContent('<p><font color="#FFFFFF">' +... -
8 Jan 2012 11:44 PM
- Replies
- 20
- Views
- 8,467
Ok, I solved using css3. thank you
-
8 Jan 2012 1:10 PM
- Replies
- 20
- Views
- 8,467
Hi, thanks for sharing.
The action 'onMarkerClick' of popup doesn't work on iphone and android.
How can I solve?
Results 1 to 21 of 21
