Search Type: Posts; User: Jacsoft
Search: Search took 0.01 seconds.
-
24 Sep 2008 2:47 AM
- Replies
- 18
- Views
- 12,719
Nice application TableBoss! I looked at the demo and especially liked the backend floorplan. It might me an option to give front end user an option to choose their table theirself if they reserve? I...
-
23 Sep 2008 5:41 PM
Jump to post Thread: ext.ux.wizard.WizardWindow by Jacsoft
- Replies
- 46
- Views
- 41,927
Hello,
I just found this wizard code and I think it is very nice. I think I'll use it in my app. I only was thinking of an extension of the wizard and that is some kind of table of contents.
This... -
2 Jul 2008 1:10 PM
Jump to post Thread: Character set encoding by Jacsoft
- Replies
- 3
- Views
- 1,354
I figured it out. It was a problem with the database connection. So right after the connection I had to run the next 3 queries:
mysql_query("SET CHARACTER SET utf8;");
mysql_query("SET... -
1 Jul 2008 1:19 PM
Jump to post Thread: Character set encoding by Jacsoft
- Replies
- 3
- Views
- 1,354
Hello,
I have problems with non standard ascii characters displaying in the form ( -
16 Jun 2008 10:34 PM
Jump to post Thread: Wait until Json has return data by Jacsoft
- Replies
- 7
- Views
- 1,562
Now it doesn;t give me errors anymore, but it also doesn't give me the values in the appropriate items. So it looks like it isn't called.
myReader = new Ext.data.JsonReader(
{
... -
16 Jun 2008 3:15 PM
Jump to post Thread: Wait until Json has return data by Jacsoft
- Replies
- 7
- Views
- 1,562
Well the reference isn't fictious as can be seen in the first post. So the reference is right :p
But for convience here is it completely:
myReader = new Ext.data.JsonReader(
{... -
16 Jun 2008 2:26 PM
Jump to post Thread: Wait until Json has return data by Jacsoft
- Replies
- 7
- Views
- 1,562
I am trying your example but I keep on getting: myReader.on is not a function. I can't see the problem. Any help?
-
15 Jun 2008 1:45 PM
Jump to post Thread: Wait until Json has return data by Jacsoft
- Replies
- 7
- Views
- 1,562
Hello,
I have a page and at the end of the page I want to set some text values accordingly to values from the JSON.
The code I use is:
... -
12 Jun 2008 1:58 PM
- Replies
- 3
- Views
- 855
I already solved it by copying from other examples and I found one that worked in my case.
Thanks anyway. -
12 Jun 2008 1:16 PM
- Replies
- 3
- Views
- 855
I have also tried the layoutOnTabChange (with and without deferred).
Depening on the options this is what it does:
1) On the second tab it puts all items over each other without labels
2) On... -
11 Jun 2008 3:57 PM
- Replies
- 3
- Views
- 855
Hello,
I have a problem. I have a tabpanel with several tabs (2 in this example). On these tabs I want to have multicolumn items. I can get it working on the first tab, but when I copy that exact... -
19 May 2008 6:16 AM
- Replies
- 3
- Views
- 1,684
Thanks for the help. I like evant's idea best and that is the one I'll use. Thanks!
-
17 May 2008 3:29 PM
- Replies
- 3
- Views
- 1,684
Hello,
Is it possible to have a variable to change options in a columnmodel. I want to have some sort of const var to allow edits or not. I think my samples better explain my idea.
My current... -
15 May 2008 1:05 PM
- Replies
- 4
- Views
- 1,108
Thank you for this excellent explanation. This really helped. This solved all my problems (and other problems I had) and has given my additional insight in coding. Thank you very much (y)!
-
14 May 2008 3:52 PM
- Replies
- 4
- Views
- 1,108
I tried several options. The given message is from the first option
For instance:
1)
startdate.menuListeners.select = function(menu, date) { //even with grid.startdate and this... -
14 May 2008 1:52 PM
- Replies
- 4
- Views
- 1,108
Hello,
I have a grid with a tbar in it. On this tBar I have a datefield. Now I want to have an event for this datefield but I can't get it working. Does anyone has a tip because it is killing me.... -
14 Apr 2008 4:26 AM
- Replies
- 269
- Views
- 288,901
Hello,
I found a performance issue in the suggested code. This is in the php file which queries the database. The code to count the number of records is to just load all records and then count the... -
27 Mar 2008 2:46 PM
- Replies
- 2
- Views
- 1,273
Thank you, that information solved the problem
-
27 Mar 2008 12:48 PM
- Replies
- 2
- Views
- 1,273
Hello,
For some strange reason when I press the right mouse button on any item it briefly shows the context menu but the immediately loads the test.php page. While normally it would require a left... -
26 Mar 2008 3:59 PM
- Replies
- 1
- Views
- 597
I already improved it slightly by adding:
bodyStyle:'padding:0px;',
But it still isn't completely correct. -
26 Mar 2008 3:52 PM
- Replies
- 1
- Views
- 597
Hello,
I have a problem with my layout. I have searched here for answers but couldn't find similar topics. The problem is shown in the attached images. 1 Shows the layout as it is and the other... -
12 Mar 2008 3:12 PM
- Replies
- 0
- Views
- 806
Hello,
I was wondering if more people have (seen) this problem. The problem is that my (MySQL) grid renders correct in FireFox (ofcourse).
But in IE I see two different problems:
IE6:
The... -
12 Mar 2008 2:14 PM
- Replies
- 1
- Views
- 802
I resolved the problem myself after a lot of debugging. I found out that my problem was the Ext.BLANK_IMAGE_URL. The file it referred to ('s.gif') did not exist. For some reason IE did show the...
-
12 Mar 2008 9:06 AM
- Replies
- 9
- Views
- 1,053
Oke, to reply on your 2 questions
1) Everything do make sense in the faq, but the problem was I minsinterpreted the PHP Code. The information in the faq (q23) could not have resolved the issue,... -
12 Mar 2008 7:11 AM
- Replies
- 9
- Views
- 1,053
Thank you!
I was indeed distracted by the PHP code above it. I am also on an other form and there it really means PHP :P. But with the help of your last code I solved the issue. The console.log...
Results 1 to 25 of 39
