Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    Hi Arun,

    We were asking for client-side logs from the "Results" tab of the Developer Console. Those are server-side logs from the SmartClient Java Server. Since you are deploying to ASP.NET, the SmartClient Java Server shouldn't even be involved, these logs are irrelevant (by the way, the line you highlighted in the logs does not indicate an error).

    Let's start over:
    1. install SmartClient into your ASP.NET server using the Client Integration instructions

    http://www.smartclient.com/docs/5.6/...up..iscInstall

    2. Place your HTML file with your SmartClient application in your ASP.NET server

    3. Ensure that the URL on the <soap:address> tag of your WSDL file has the same protocol (http or https) and port as the URL where you will access the HTML file on your ASP.NET server

    4. As described under the WSDL Binding docs, use the WSDL tab in the Developer Console to obtain a .js file for your .wsdl binding. Just enter the WSDL url and pick "Download -> as .js". For this step and this step only, you want to access the Developer Console via the SmartClient SDK, not your ASP.NET deployment. Copy the resulting .js file to your ASP.NET deployment and add a <SCRIPT src=> tag to load it in your HTML file, after the SmartClient libraries but before any application code.

    http://www.smartclient.com/docs/5.6/...p..wsdlBinding

    5. Access the HTML file via your ASP.NET server

    If you run into trouble, open a Developer Console from the HTML page served via ASP.NET, enable DEBUG-level RPCManager logging, reload the page, and capture the output in the "Log messages" area of the Results Tab.
    Last edited by Isomorphic; 29 Mar 2007, 09:51.

    Comment


      #17
      How to use session

      Hi all ,
      how can i use the session in the smart client .
      please help in this
      sabir

      Comment


        #18
        If you mean the server-side session in .NET, you can access it via web service calls. However, in SmartClient applications, you general shouldn't be putting much data in the session. What information are you trying to access? Is it possible to retrieve it during login and keep it in JavaScript variables in the browser instead?

        Comment


          #19
          please send me the example for the session in java script

          Hi All,
          iam working on server side session in the smart client please send one example how to make the session .
          sabir

          Comment


            #20
            how to display the date in the static textbox

            Hi All,
            as i need to display the date and the day in the satic textbox .for the next date which i have selected in the the date time picker. for eg :- if i have selected the date 22-apr-2007.
            in the frist static text :-it should dispaly me :-mon 23-apr-2007,
            in the next statictext :-it should dispaly me :-tue 24-apr-2007,
            Last edited by sabir; 23 Apr 2007, 06:39.

            Comment


              #21
              We have started a new thread here to respond to this question about setting the values of static text items, since it's not related to the previous posts in this thread

              Thanks
              Isomorphic Software

              Comment


                #22
                how i maintain the state in a smartclient

                help in how to maintain the state in smart client

                Comment


                  #23
                  Hi sabir,

                  Could you be more specific: what state are you trying to maintain?

                  Comment


                    #24
                    Hi,
                    i am using .net as well so far i am able to insert new rows and fetch data with a ListGrid and still have to fix delete and update operation.
                    but was thinking since i saw many posts about smartclient usage with .net why no share information over an irc channel (something like: #smartclient) that way we can help each other and it would be faster for all of us to fix problems
                    regards

                    Comment

                    Working...
                    X