laneoc
Posts: 154
|
| Posted: 03/19/2010, 6:51 PM |
|
Has anyone ever gotten Ajax features to work other than Autocomplete?
I've spent a tremendous amount of time reading, studying, and experimenting. I am very frustrated. Any tips are appreciated.
I'm in PHP if that matters.
Lane
_________________
Lane |
 |
 |
quasimidi
Posts: 151
|
| Posted: 03/22/2010, 2:34 AM |
|
Please give us more code of yours, so we can check what might be the problem!
_________________
RS |
 |
 |
laneoc
Posts: 154
|
| Posted: 03/27/2010, 10:57 AM |
|
Apparently javascript and PHP code is generated. Will looking at the generated code help?
I'll build a simple one from scratch.
_________________
Lane |
 |
 |
laneoc
Posts: 154
|
| Posted: 03/28/2010, 10:49 AM |
|
Now I'm having problems with Autocomplete -- the only Ajax feature I was ever able to get working. All my previously working features are now failing after upgrading to 4.3.
I've looked a the Examples. I think I'm following the directions. Any tips offered such as "...be sure to..." would be appreciated.
I have an open question to Support, but they usually take a few days so I thought I'd take a chance here in case someone has had the same problems as me and has figured out what they were doing wrong.
_________________
Lane |
 |
 |
joejac
Posts: 242
|
| Posted: 04/01/2010, 12:34 PM |
|
Hello laneoc,
I spent a lot of time trying and testing CCS Ajax Features, and once understood it is a wonderful tool for web sites. I have used Dependent listboxes and AutoFill only, I can not live with out it now, very nice.
Please be aware that you have:
1.- Your page.php - form with field with the feature assigned - and the Ajax service page
2.- You mainly work with the Ajax service page your events and VQB, try not to work on the original form field, and always use the Toolbox-Feature builder, it is not difficult.
3.- Study and practice the following examples:
3.1 Ajax example: Two Dependent Listboxes & Autofill: Study this first, it is easier http://examples.codecharge.com/Ajax/DependentListBox2_desc.php
3.2 Ajax example: Three Dependent Listboxes & Autofill http://examples.codecharge.com/Ajax/DependentListBox3.php http://examples.codecharge.com/Ajax/DependentListBox3_desc.php
Hope this help
Best regards
joejac
|
 |
 |
Dreamcatchers
Posts: 120
|
| Posted: 04/05/2010, 4:35 PM |
|
I have had depenent list boxes working fine. After upgrading to v 4.3 I notice they are not working in any location where I used then. The second dependent list box is empty.
Is there some sort of notice or documentation that says new version of the software break all working versions of AJAX code?
I used third party tools in the past but they would break when upgrading to new version of CCS. So I switched to using only native features of CCS to avoid the "new Version" drama.
WHAT is CODECHARGE studiosposition on this?
_________________
Training and LMS Developer |
 |
 |
joejac
Posts: 242
|
| Posted: 04/27/2010, 7:22 PM |
|
I would suggest to report to support.
I installed a virtualBox with Win7 to test 4.3 and not to break my working Ajax project.
Please post here what support says.
Thanks and regards
joejac
|
 |
 |
Waspman
Posts: 948
|
| Posted: 04/28/2010, 12:42 AM |
|
All my previously created AJAX stuff works with 4.3?
_________________
http://www.waspmedia.co.uk |
 |
 |