Search Type: Posts; User: Bassem Samy
Search: Search took 0.02 seconds.
-
26 Jul 2012 6:36 AM
Jump to post Thread: open link <a href=""> by Bassem Samy
- Replies
- 2
- Views
- 843
dude thanks for your reply :) but it didn't work, the point is that sencha 2 doesn't observe taps easily , u must put it in the panel listeners' tap event
but what did work for me was the following... -
26 Jul 2012 4:05 AM
Jump to post Thread: open link <a href=""> by Bassem Samy
- Replies
- 2
- Views
- 843
Hi :D
i have a link in my code
<a href="http://www.google.com">google :P </a>
i click on it and it doesn't work
it's like i have to click it 10 times until the app recognize it and go to the link... -
19 Jul 2012 7:50 AM
Jump to post Thread: scroll a panel horizontaly by Bassem Samy
- Replies
- 2
- Views
- 369
thanks thanks :) it did work :)
-
19 Jul 2012 7:07 AM
Jump to post Thread: scroll a panel horizontaly by Bassem Samy
- Replies
- 2
- Views
- 369
Hi :D
i have a panel
var scrollItem = Ext.create("Ext.Panel", {
height:74,width:230,scrollable:{direction:'horizontal',directionLock:true},
html:GetScrollItemHtml()
});
is there a way... -
11 Jul 2012 6:15 AM
Jump to post Thread: destroy a panel by Bassem Samy
- Replies
- 4
- Views
- 767
sorry guys i have already tried both ur solutions, and it didn't work, the only way is to hide and then show the panel, coz destroy or remove fire the same error( parentNode not found)
anyways thank... -
10 Jul 2012 6:37 AM
Jump to post Thread: destroy a panel by Bassem Samy
- Replies
- 4
- Views
- 767
Hi, i create a program as the following
createProgram(){
MainCardsPanel = new Ext.create('Ext.tab.Panel', { ... -
11 Jun 2012 4:56 AM
Jump to post Thread: make an icon cls by Bassem Samy
- Replies
- 4
- Views
- 454
thanks a lot :)
-
6 Jun 2012 8:16 AM
Jump to post Thread: make an icon cls by Bassem Samy
- Replies
- 4
- Views
- 454
thanks :) but i don't have an app.sass :/
-
6 Jun 2012 5:49 AM
Jump to post Thread: make an icon cls by Bassem Samy
- Replies
- 4
- Views
- 454
hi , how can i use an image as an icon cls for an item in a tab bar ?
thanks :) -
5 Jun 2012 5:33 AM
- Replies
- 9
- Views
- 793
you are welcome man, good :)
well it was in sencha 1 , still i want to know how to do it in 2 :D but seems a little complicated, but i guess it's already there but i just couldn't figure out how to... -
5 Jun 2012 5:19 AM
- Replies
- 9
- Views
- 793
dude check this if you work with phonegap
http://wiki.phonegap.com/w/page/41250390/Orientation%20Change%20in%20095 -
30 May 2012 12:39 AM
Jump to post Thread: Message confirmation problem by Bassem Samy
- Replies
- 4
- Views
- 534
no man :) i couldn't do it , so i replaced the overlay with a card :) , you know , card lay out, it was faster and didn't encounter the same problem :)
good luck : ) -
27 May 2012 6:04 AM
- Replies
- 4
- Views
- 852
thank you :) i gave the cardinc a title and an iconCls and put it directly as an item in the tab panel, worked great :)
thanks -
27 May 2012 1:43 AM
- Replies
- 4
- Views
- 852
Hi, thanks for your reply :) ,I changed the code to the following:
var cardinc;
cardinc = Ext.create('Ext.Panel', {
layout:'card',
items:[{html:'cardi n card... -
23 May 2012 7:37 AM
- Replies
- 4
- Views
- 852
Hi , i am trying to make a tab panel, inside one of it's items there's a panel with a card layout
put sadly it won't work, is it possible to do that ,or sencha can't accept a card inside a tab item ... -
14 May 2012 9:57 AM
- Replies
- 1
- Views
- 792
Hi, i want to know if there's a way using phonegap with android to write to text file on the assets/www folder ?\
i know how to do it with a file on the sd card, but is it possible to write to a ... -
8 May 2012 4:02 AM
- Replies
- 2
- Views
- 559
Hi :D
i made a picker this way
genresPicker=Ext.create('Ext.Picker', {
slots: [
{
name : 'genres_filter',
title: 'Genre',
data : [
... -
23 Apr 2012 1:08 AM
- Replies
- 9
- Views
- 793
that's cool but yet there's no event yet for orientation change ??
thx -
22 Apr 2012 9:32 AM
Jump to post Thread: select field event by Bassem Samy
- Replies
- 2
- Views
- 375
but yet this fires a lot , i want to know when will it fire after clicking done or cancel ?
btw it's for android :) -
22 Apr 2012 9:28 AM
Jump to post Thread: select field event by Bassem Samy
- Replies
- 2
- Views
- 375
okz okz got it :) it's in the change event :)
listeners: {
change:function (newval,oldval,eobject) {
alert(this.getValue());
}
} -
22 Apr 2012 9:19 AM
Jump to post Thread: select field event by Bassem Samy
- Replies
- 2
- Views
- 375
Hi, i want to know what listener does the selectfield fires when the dude chooses an option and click done ?
and how can i get the value he selected
thanks:D -
22 Apr 2012 5:45 AM
- Replies
- 9
- Views
- 793
thanks buddy i will give it a shot :)
-
19 Apr 2012 8:07 AM
- Replies
- 9
- Views
- 793
Hi i want to apply some css styling on a panel's content when the orientation is changed
in touch 1 there was a listener orientationChange but in 2 it's not available
any help :D ???
thx -
27 Mar 2012 2:02 AM
- Replies
- 1
- Views
- 822
okz i figured it out :D
it was here : )
http://www.sencha.com/forum/showthread.php?154565-cardSwitchAnimation-on-Tab-Panel
layout:{type:'card',animation:{type:'flip'}}
thanks -
27 Mar 2012 1:27 AM
- Replies
- 1
- Views
- 822
Hi :)
i want to set the active item of the card lay out with slide animation
how can i do that, is it in defining the card itself like
CardPanel = Ext.create('Ext.Panel', {
layout:...
Results 1 to 25 of 34
