• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems, Changes, and RIA
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems, Changes, and RIA


  • Subject: Re: Problems, Changes, and RIA
  • From: Johnny Miller <email@hidden>
  • Date: Fri, 27 Jan 2012 10:33:17 -1000

OK, 

I'll send you the sources off list.  I used to have KMAjax in Google Code but I think last summer when I reinstalled my computer with Lion I moved all my projects into a local repository.  No one seemed interested at the time so...  You will also need KMFoundation (which frankly needs a thorough house cleaning).

As far as samples go...

Here is a simple one: http://www.buzzswharf.com/pages/store/type/Men's+Shirts/product/Buzz's+Wharf+Ahi+Tank+Top

On this page you have the KMMediaBoxLink (for zooming the photo) and nested ajax observe fields.  You select the color and then it asks the database for the available sizes.  Once a color and size is selected the add to cart button is displayed.

Here is a little bit more complicated example: http://www.horsepost.com/search/horse-classifieds

Here you have a collection of stuff like accordions, sliders, ajax submit buttons, ajax update links etc...

As far as a long way to go.  Welcome to my World.  I've been doing this for a while and I still feel like a neophyte.

Aloha,

Johnny Miller
Kahalawai Media Corp.
www.kahalawai.com



On Jan 27, 2012, at 8:52 AM, Emmanuel Tote Dominguez Torres wrote:

I would love to have the most recent version, I know it's pretty similar to the Ajax framework but I prefer the KMAjax version, and noI was not mixing them, After i had problems with KMAjax  i searched the mailing list for questions about it, and as I did not find questions, I decided to migrate to Ajax framework.

but I haven't get the same results as i got with your framework.

would you please send me the most recent version?or github repos? or svn repos? to update from

Thanks a lot by the way. every time i get an answer on a question i feel more like a part of the community although i have a long way to go to be a good wo programmer.

also, is there any live site on the web that I can check on to take ideas about what the framework can do in good hands?
dont matter i cant  see the code i just want to see a site made with webobjects and kmajax.
 
Emmanuel Dominguez Torres.

On Fri, Jan 27, 2012 at 11:47 AM, Johnny Miller <email@hidden> wrote:
KMAjax or Ajax?

If you are using KMAjax I could send you a more recent version (it's just my MooTools version of Ajax Frameworks).  It's probably (definitely) not as well supported as the regular Ajax framework.  You also can't mix and match Ajax and KMAjax components on the same page as I used the same variable names for the _javascript_ objects  i.e. if you have a KMAjaxUpdateContainer you need to use KMAjaxSubmitButton.

aloha,

Johnny

On Jan 27, 2012, at 6:45 AM, Emmanuel Tote Dominguez Torres wrote:

Hello list,

I have been juggling with KMAjax framework in the past days,
 and made a component that was functional in an standalone way,
 but when i tried to use it with a wrapper it stopped working.

this component is a component that prints in a table form some information about queues in asterisk
and lets me send commands individually to each member of the queue, so i wrapped this in the kmajax version
of the AjaxUpdateContainer.

the problem that I faced when i embedded  it in another component is that it stopped reloading
the component appeared just once and after that the space it used went blank I have checked the css and it is not it.

this is the wrapper:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
              <html>
                 <body>
                    <div id = "ContentWrapper">
                      <div id = "MenuHeader">
                        <webobject name = "EntitiesMenu" />
                      </div>
                      <div id = "MainContent">
                        <webobject name = "MainContent" />
                      </div>
                    </div>
                  </body>
              </html>
               
                MainContent : WOComponentContent {
                    _unroll = YES;
                }
                EntitiesMenu : MenuHeader {
                }

and it is used in this way:
main component
                <webobjects name="wrap">
                    <wo:WOSwitchComponent WOComponentName="$componentString"/>
                </webobjects>
               
                wrap : PageWrapper{}

the issue that bothers me the most is that if i use the component directly on the page :
  @Override
        public WOActionResults defaultAction() {
                return pageWithName(COMPONENT_IN_CONFLICT.class.getName());
        }

it works just fine.

after thinking about it i have decided to redo it with the ajax framework but now  i have the problem
that my AjaxSubmitButtons are not calling my directActions:
playPause : AjaxSubmitButton{
    action="";
    replaceID=id;
    value=recGrabarPausar;
    optional="true";
}
I copied the ajaxExample debugged and i know that the request is made but i get no action response .

so at last if someone has made it this far, I want to make RIA applications to make an asterisk control application monitoring, making calls, etc.
so i need to make an interface wit menus, lots of buttons to call the actions, and i want to make it the most user friendly possible,
and I am wondering, is webobjects such a good idea to accomplish this?
this far i have stumbling upon problems, have anyone made something like this?
is it so obvious that i should change my profession?

thanks
Emmanuel Dominguez Torres.




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)

This email sent to email@hidden



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Problems, Changes, and RIA (From: Emmanuel Tote Dominguez Torres <email@hidden>)
 >Re: Problems, Changes, and RIA (From: Johnny Miller <email@hidden>)
 >Re: Problems, Changes, and RIA (From: Emmanuel Tote Dominguez Torres <email@hidden>)

  • Prev by Date: Re: CSS/tables and WORepetition design
  • Next by Date: Re: isEntityEditable column space
  • Previous by thread: Re: Problems, Changes, and RIA
  • Next by thread: Building projects with Jenkins
  • Index(es):
    • Date
    • Thread