Search Type: Posts; User: robin30
Search: Search took 0.03 seconds.
-
12 Dec 2010 5:12 AM
- Replies
- 13
- Views
- 4,004
sorry for my late response.
but what mrsunshine said.
html:'<div class="wrapper"><div class="picture left" id="history"> <img src="images/note.png" width="64" height="64" alt="Google Logo" />... -
9 Dec 2010 6:33 PM
- Replies
- 13
- Views
- 4,004
that's what i was hoping for, lol.
just have a problem with the contact us form. but i will get there.
thanks for the thumbs up.
robin -
9 Dec 2010 5:17 PM
- Replies
- 13
- Views
- 4,004
streaming a radio station
through shoutcast dna and winamp. -
9 Dec 2010 11:44 AM
- Replies
- 13
- Views
- 4,004
it doesn't seem to work in safari webbrowers.
but it works in chrome and my ipod. although my ipod uses safari too, weird. -
9 Dec 2010 11:21 AM
- Replies
- 13
- Views
- 4,004
hi, thanks for your reply.
got it to work now.
works in chrome and on my ipod. at least with me. -
9 Dec 2010 12:38 AM
- Replies
- 13
- Views
- 4,004
if i don't do that the form is all messed up.
-
8 Dec 2010 7:44 PM
- Replies
- 13
- Views
- 4,004
I have an online radio station. nothing much, just for fun.
http://sencha.tmsocial.com
please let me know what you guys think.
regards,
Robin -
27 Apr 2010 9:46 AM
- Replies
- 418
- Views
- 170,293
thanks for your reply, really appreciate it.
but i need a pie chart and not a column or line chart
i had it already working using the test.html.
thanks for your reply,
Regards,
robin30 -
27 Apr 2010 6:57 AM
- Replies
- 418
- Views
- 170,293
hi all,
got a question.
i have a jsonstore:
var store = new Ext.data.JsonStore({
fields:['name', 'amount'],
url: 'bills/charts/data.json',
... -
6 Apr 2010 6:14 AM
- Replies
- 6
- Views
- 895
you're the best condor.
couldn't find the problem.
this is the final result:
$result = mysql_query("SHOW COLUMNS FROM `$column`");
$rows = mysql_num_rows($result);
while ($row =... -
6 Apr 2010 5:26 AM
- Replies
- 6
- Views
- 895
if i change my php code into this:
$result = mysql_query("SHOW FULL COLUMNS FROM `$column`");
$rows = mysql_num_rows($result);
$result1 = "SELECT * FROM `$column`";
$sql =... -
6 Apr 2010 2:45 AM
- Replies
- 6
- Views
- 895
thanks for your reply. really appreciate it.
i did put my json output in a text file and removed the brackets.
so it would end up like this.
"records": [{
"id": "1"
"member_id":... -
5 Apr 2010 3:33 PM
- Replies
- 6
- Views
- 895
i am having a grid with dynamic columns. it's working. but the records is showing underneath eachother but yet in the right column instead of in the same row.
this is my store:
var infostore =... -
7 Feb 2010 2:19 PM
- Replies
- 34
- Views
- 13,578
thank you for your reply.
really appreciate it.
i have it working, thank you so much.
i googled for it.
everything with a function is local everything that's not in a function is going... -
7 Feb 2010 6:56 AM
- Replies
- 34
- Views
- 13,578
hi, i love you little plugin.
i'm using it rightnow for a little photo gallery.
the only problem i have is that the store will not reload.
this is my code:
var b2 = new Ext.ux.swfbtn({
... -
11 Nov 2009 4:38 PM
- Replies
- 0
- Views
- 750
hi all,
i like the little slider popup on the extjs.com main website.
but i want the lines come from my database.
so far i have this:
var productstore = new Ext.data.Store({
... -
11 Nov 2009 4:03 PM
Jump to post Thread: extjs.com popup by robin30
- Replies
- 6
- Views
- 3,991
do have a little question about this 'popup'.
i want to get the lines for the popup from my database.
so far i have this:
var productstore = new Ext.data.Store({
proxy: new... -
8 Nov 2009 4:22 PM
- Replies
- 1,016
- Views
- 302,945
problem solved.
I updated the miframe.js i have to the latest from the svn, version 1.2.7 and it works.
THanks for being so patient with me.
Regards,
Robin -
8 Nov 2009 7:23 AM
- Replies
- 1,016
- Views
- 302,945
it's a online shop. more for practice then otherwise.
window, left of window is a tree with categories, rightside is a tab, when users click on a category and new tab will open with in there a... -
8 Nov 2009 6:57 AM
- Replies
- 1,016
- Views
- 302,945
thanks for your reply.
not really frustrated, just trying to understand
cart = 'hoi';
if(cart == 'hoi')
guess i misunderstood that one. still not getting that one.
i tried documentready... -
8 Nov 2009 6:46 AM
- Replies
- 1,016
- Views
- 302,945
if i do this :
listeners : {
documentloaded : function(mifEl){
var cart;
if(cart = mifEl.get('cart')){
... -
8 Nov 2009 6:06 AM
- Replies
- 1,016
- Views
- 302,945
thanks for your reply.
it didn't work.
if(cart = mifEl.get('cart')){
had to be this:
if(cart == mifEl.get('cart')){ -
7 Nov 2009 7:33 AM
- Replies
- 1,016
- Views
- 302,945
hi all,
thanks for this great plugin.
one question, if you don't mind.
i have a window. it loads a page into a miframe.
on that page i have a button. is it possible for example refresh a... -
21 Feb 2009 3:06 PM
- Replies
- 1
- Views
- 2,045
found the answer to my problem.
i removed animal's code
then i used:
chatstore.on('load',function(){
Ext.getCmp('tabs').body.scroll('bottom',5000,false);
}) -
11 Feb 2009 8:29 PM
- Replies
- 1
- Views
- 2,045
hi all,
have a little question.
I have a tabpanel with a dataview in it.
var chatstore = new Ext.data.JsonStore({
url: 'database.php',
Results 1 to 25 of 104
