Announcement

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

    showPrintPreview RTL

    Hello everybody,

    I am using isc.Canvas.showPrintPreview(listGridId) to print the listGrid content but when the user screen in RTL the printPreview comes from Left to right LTR (i.e the listgrid fields render from left to right), I tried to use the below code to resolve the issue but no luck

    Code:
    var properties = {align:"right"};
    isc.Canvas.showPrintPreview(listGridId,null, properties);
    or 
    isc.Canvas.showPrintPreview(listGridId,properties, properties);
    please advise

    Smart client version : 9.1p_2014-09-04
    Last edited by Abdulaziz A. ; 16 Sep 2014, 12:14.

    #2
    See the FAQ about the basic information you need to include with every post.

    Comment


      #3
      ok I missed the version

      Smart client version : 9.1p_2014-09-04

      Comment


        #4
        Hi all,

        Can you tell me what is the status of issue, do you need any more clarification from me ?

        Comment


          #5
          We don't need any further information yet, and we'll post here when we have this solved (or if we end up needing more information).

          Comment


            #6
            We've now made a change which should address this issue. Please try the next nightly build (dated September 24 or above), in the 9.1, 10.0 or 10.1 branches

            Regards
            Isomorphic Software

            Comment


              #7
              Hi,

              I took the new version of smartclient but still having one issue when the user in RTL direction, when printing the listgrid the data in the fields are comming as expected from Rigth to Left but the fields titles come from Left to Right.


              Check the attached Image

              Version : SmartClient_v91p_2014-09-26_PowerEdition

              Regards
              Attached Files

              Comment


                #8
                Hi all,

                Can I know the status of this issue

                Best Regards,

                Comment


                  #9
                  Sorry for the silence. This is under investigation - we'll let you know as soon as we have a solution, or more information

                  Regards
                  Isomorphic Software

                  Comment


                    #10
                    We've now made a change to address this issue. Please try the next nightly build dated Oct 9 or above

                    Regards
                    Isomorphic Software

                    Comment


                      #11
                      Hi Isomorphic,

                      Now the print works fine. But the export to PDF for RTL does not seem to be working(showing the contents from Left to Right) by using RPCManager.exportContent(...)

                      Regards

                      Comment

                      Working...
                      X