jerry
Posts: 16
|
| Posted: 02/08/2007, 1:16 PM |
|
http://forums.yessoftware.com/posts.php?post_id=61155
i cannot find the where bind_events() is to place the code;
filter_child_listbox();
forms_onload();
could someone help.
|
 |
 |
CCT
Posts: 44
|
| Posted: 02/10/2007, 2:11 AM |
|
You could think about using Dependent ListBoxes Builder from http://codechargetools.com.
It doesn't require any custom coding.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
wkempees
Posts: 1679
|
| Posted: 02/12/2007, 5:55 AM |
|
CCT
Get this info in the Marketplace. [edited] IT IS IN Marketplace
Good Job!
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
jerry
Posts: 16
|
| Posted: 02/12/2007, 1:42 PM |
|
CCT
had a look at the tool, i think its pretty good. does this work well in an Editable grid as well ?
|
 |
 |
kirchaj
Posts: 215
|
| Posted: 02/13/2007, 7:09 AM |
|
Are there any plans to make the menu builder work with 3.x???? Please!!!!!
|
 |
 |
CCT
Posts: 44
|
| Posted: 02/14/2007, 5:58 AM |
|
jerry
We've just adapted our Dependent ListBoxes to work inside EditableGrid.
kirchaj
Yes, we plan to make JS Menu Builder for CCS3.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
matheus
Posts: 386
|
| Posted: 02/22/2007, 11:18 AM |
|
CCT, how your Dependent ListBoxes work? With AJAX or like Nicole's post?
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
CCT
Posts: 44
|
| Posted: 02/22/2007, 1:58 PM |
|
No, no Ajax there, dependent listboxes are filled instantly.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
wkempees
|
| Posted: 02/23/2007, 12:31 AM |
|
CCT
Filled instantly meaning: all listbox variations are build on initialize?
Or is the dependant box rebuild upon changing it's master?
If rebuild with or without submitting the form?
The SIXTO version does build all variations of the dependant listbox in the
HTML's Javascript
which is a NoNo if the tables are very large, but for smaller tables works
ok without form refresh.
Walter
"CCT" <CCT@forum.codecharge> schreef in bericht
news:645de120f901f5@news.codecharge.com...
> No, no Ajax there, dependent listboxes are filled instantly.
> _________________
> CodeCharge Studio actions and builders - http://codechargetools.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
CCT
Posts: 44
|
| Posted: 02/23/2007, 2:30 AM |
|
Walter,
our dependant ListBoxes completely load all values from datasource at startup. When master selection is changed, values from dependent ListBox are filtered accordingly (master-dependent pairs are kept in rather small JS variable).
This seems to be the best solution without using Ajax. Ajax has advantage of handling really large datasets, but disadvantage of noticeable delay on fetching values.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
wkempees
|
| Posted: 02/23/2007, 2:49 AM |
|
CCT
Thank you for your answer.
Seems both SIXTO and your solution function datawise the same.
I will purchase yours in the days to come to have a go at it.
Sounds good, the AJAX or backchannel load is needed when the dependent table
is large/has many values
it will inflict on the page load size heavily.
So there is your challenge for the next version!
BTW is it two or many dependent LB's ?
Walter
"CCT" <CCT@forum.codecharge> schreef in bericht
news:645dec252b24f6@news.codecharge.com...
> Walter,
>
> our dependant ListBoxes completely load all values from datasource at
> startup.
> When master selection is changed, values from dependent ListBox are
> filtered
> accordingly (master-dependent pairs are kept in rather small JS variable).
>
> This seems to be the best solution without using Ajax. Ajax has advantage
> of
> handling really large datasets, but disadvantage of noticeable delay on
> fetching values.
> _________________
> CodeCharge Studio actions and builders - http://codechargetools.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
matheus
Posts: 386
|
| Posted: 02/23/2007, 3:08 AM |
|
Hmmm, seems like Nicole's dependent listbox.
Thanks CCT, and congratulations for your products.
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
CCT
Posts: 44
|
| Posted: 02/23/2007, 3:22 AM |
|
Quote wkempees:
BTW is it two or many dependent LB's ?
Two or more ListBoxes are supported, demo on the site shows example with 3 ListBoxes.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
wkempees
Posts: 1679
|
| Posted: 02/23/2007, 5:52 AM |
|
CCT,
Just bought it.
Buying it, the Shop, works like a charm, fast and easy.
Installation, simple and fast.
The rest, we'll see over the weekend.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 02/23/2007, 5:52 AM |
|
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
saltydawg
|
| Posted: 02/27/2007, 11:14 AM |
|
Are there any manuals or instructions on how the data should be layed out for use in the Dependent Listbox builder? I keep getting a datatype mismatch error.
|
|
|
 |
CCT
Posts: 44
|
| Posted: 02/27/2007, 12:00 PM |
|
saltydawg
There are no special requirements on data, just that dependent ListBox datasource must have field in datasource, that corresponds to bound column in master datasource.
For example you have two tables - countries (country_id, country_name), cities(city_id, city_name, country_id). Here country_id in cities table is the "linking" column.
If you have any questions/problems with our builders, you can always write to support<at>codechargetools<dot>com.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
CCT
Posts: 44
|
| Posted: 02/27/2007, 12:09 PM |
|
kirchaj
Actually, we've just released JS Menu Builder for CCS3. You can view it on our site.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |