Jump to content

limelect

Members
  • Content Count

    779
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by limelect


  1. Delphi 10.2.3

    I wanted to start with IOS emulator

    1. So i installed  PAServer on C:\Program Files (x86)\Embarcadero\PAServer\19.0

    2. I started  it without a pass word

     As you can see i tested connection. And it fails.

    The port is OK on both side

    Ip is correct

    C on PAServer  give me no client connection 

    I checked with open port that this port is not taken.

     

    What else?

    Screenshot - 12_12_2019 , 16_36_40.png


  2. Ok found this

    http://docwiki.embarcadero.com/Libraries/Rio/en/FMX.Dialogs.ShowMessage

     

    ShowMessage Behaves Differently On Different Platforms

    On desktop platforms, ShowMessage behaves synchronously. The call finishes only when the user closes the dialog box.
    On mobile platforms, ShowMessage behaves asynchronously. The call finishes instantaneously, it does not wait for the user to close the dialog box.

    If you want to force a specific behavior across different platforms, use IFMXDialogServiceAsync.ShowMessageAsync or IFMXDialogServiceSync.ShowMessageSync from the FMX.Platform unit.

    That mite explain


  3. I added 

       for I :=  0 to 3 do
        ShowMessage (inttostr(i));
    and it start from 3 all the way up

    But why ? this is the basic question?


  4. @ertank

    What you say that if i have 3 or 4  ShowMessage in the same procedure the last will show first ?

    I wander if this is the explanation.

    what you say that there is kind of a first in last out ?

    I need more of a theoretical information to be sure.


  5. @Rollo62No only free. But still it should not matter. As i call 

    ShowMessage (JStringToString (TJSquareRoot.JavaClass.DisplayDescription));

    first. Should it not show first ?

     why do you think it matters?

    To make jar i used  C:\Program Files\Java\jdk1.8.0_05\bin>jar.

    The Java2Pas i used the source in the demo. To dbl check

    i did my own and got the same result except that the demo

    added   

    procedure RegisterTypes;
    begin
    TRegTypes.RegisterType ('SquareRoot.JSquareRoot', TypeInfo(SquareRoot.JSquareRoot));
    end;

    initialization
    RegisterTypes;
     


  6. I am using this site for knowledge.

    http://aziga.x10.mx/delphi/index.php?option=com_content&view=article&id=28&Itemid=33

    As you can see

      // call static function
        ShowMessage (JStringToString (TJSquareRoot.JavaClass.DisplayDescription));
    
        a_square_root := TJSquareRoot.Create;
        a_square_root.precision := 3;
        ShowMessage (JStringToString (a_square_root.findSquareRoot (2)));
    

     

    first information then result. But i get first result then information.

     

    P.s there are some mistake in SquareRoot.pas on the site 

     

    Any knowledge will help 

    SquareRoot.jar


  7. @Dave NottageBy version i mean what ever is needed to change in my Delphi to some thing else.

    My Delphi works and is stable i am NOT going to change any thing to go into problems.

    This java should work on my system as on another.

    Like if i take normal pascal file ,no api or else inside, from ver 5-7 and compile it

    with 10+ it will compile with no problems.

    How about placing the java SOURCE here.

    I did dicompile DWWebChromeClient.class but it is better to have it work on ALL systems.


  8. @Remy Lebeau I hope i did not bother too much.

    After profound instigation it seem that my problem

    was not any sending software but the software tool.

    Checking on Gmail on the internet it was OK!

    So i went back to Thunderbird and found that i had to change the font. 

    Tools>Option> Arial

    Tools>Option>advanced> incoming mail Hebrew 1255

    I have been using this software for years and i did not know.

     

    So thanks every body for the help.

    And that the life of our profession


  9. @Remy Lebeau "text/html/pdf/plain" This was one of my tries.

    I tried also that 'text/html; charset=utf-8'

    as for the mail using Thunderbird.

     

    The good 

    MIME-Version: 1.0
    Date: Fri, 22 Nov 2019 16:21:38 +0200
    Message-ID: <CA+BVp2YgbiYM=z7GgmUijBug2vb_8mron2SPc2JUcWBRektLjw@mail.gmail.com>
    Subject: =?UTF-8?B?16LXoNee15fXlw==?=
    From: shlomo abuisak <limelect@gmail.com>
    To: shlomo abuisak <limelect@gmail.com>
    Content-Type: multipart/mixed; boundary="000000000000d976590597f021ef"

    --000000000000d976590597f021ef
    Content-Type: multipart/alternative; boundary="000000000000d976550597f021ed"

    --000000000000d976550597f021ed
    Content-Type: text/plain; charset="UTF-8"

    --000000000000d976550597f021ed
    Content-Type: text/html; charset="UTF-8"

    <div dir="auto"></div>

    --000000000000d976550597f021ed--
    --000000000000d976590597f021ef
    Content-Type: text/html; charset="UTF-8"; name="WriteHTML.html"
    Content-Disposition: attachment; filename="WriteHTML.html"
    Content-Transfer-Encoding: base64
    X-Attachment-Id: 16e937d58ab2ffb332f1
    Content-ID: <16e937d58ab2ffb332f1>

    PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEvL0VOIiAiaHR0cDov .... the attached

     

    The bad

    MIME-Version: 1.0
    Date: Sat, 23 Nov 2019 08:25:49 +0200
    Message-ID: <CA+BVp2Z4yov+j1enXhhxoQ4vyb7YJSbaTfiwP=vO9PDcPpvCHg@mail.gmail.com>
    Subject: =?UTF-8?B?15vXm9ei16LXotei16I=?=
    From: shlomo abuisak <limelect@gmail.com>
    To: shlomo abuisak <limelect@gmail.com>
    Content-Type: multipart/mixed; boundary="0000000000001459090597fd9ad4"

    --0000000000001459090597fd9ad4
    Content-Type: multipart/alternative; boundary="0000000000001459060597fd9ad2"

    --0000000000001459060597fd9ad2
    Content-Type: text/plain; charset="UTF-8"

    --0000000000001459060597fd9ad2
    Content-Type: text/html; charset="UTF-8"

    <div dir="auto"></div>

    --0000000000001459060597fd9ad2--
    --0000000000001459090597fd9ad4
    Content-Type: application/octet-stream; name="WriteHTML.html"
    Content-Disposition: attachment; filename="WriteHTML.html"
    Content-Transfer-Encoding: base64
    X-Attachment-Id: 16e96f016642ffb332f1
    Content-ID: <16e96f016642ffb332f1>

    PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEvL0VOIiAiaHR0cDov... the attached
     

     


  10. @Remy Lebeau "text/html/pdf/plain" This was one of my tries.

    I tried also that 'text/html; charset=utf-8'

    as for the mail using Thunderbird.

     

    The good 

    MIME-Version: 1.0
    Date: Fri, 22 Nov 2019 16:21:38 +0200
    Message-ID: <CA+BVp2YgbiYM=z7GgmUijBug2vb_8mron2SPc2JUcWBRektLjw@mail.gmail.com>
    Subject: =?UTF-8?B?16LXoNee15fXlw==?=
    From: shlomo abuisak <limelect@gmail.com>
    To: shlomo abuisak <limelect@gmail.com>
    Content-Type: multipart/mixed; boundary="000000000000d976590597f021ef"

    --000000000000d976590597f021ef
    Content-Type: multipart/alternative; boundary="000000000000d976550597f021ed"

    --000000000000d976550597f021ed
    Content-Type: text/plain; charset="UTF-8"

    --000000000000d976550597f021ed
    Content-Type: text/html; charset="UTF-8"

    <div dir="auto"></div>

    --000000000000d976550597f021ed--
    --000000000000d976590597f021ef
    Content-Type: text/html; charset="UTF-8"; name="WriteHTML.html"
    Content-Disposition: attachment; filename="WriteHTML.html"
    Content-Transfer-Encoding: base64
    X-Attachment-Id: 16e937d58ab2ffb332f1
    Content-ID: <16e937d58ab2ffb332f1>

    PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEvL0VOIiAiaHR0cDov .... the attached

     

    The bad

    MIME-Version: 1.0
    Date: Sat, 23 Nov 2019 08:25:49 +0200
    Message-ID: <CA+BVp2Z4yov+j1enXhhxoQ4vyb7YJSbaTfiwP=vO9PDcPpvCHg@mail.gmail.com>
    Subject: =?UTF-8?B?15vXm9ei16LXotei16I=?=
    From: shlomo abuisak <limelect@gmail.com>
    To: shlomo abuisak <limelect@gmail.com>
    Content-Type: multipart/mixed; boundary="0000000000001459090597fd9ad4"

    --0000000000001459090597fd9ad4
    Content-Type: multipart/alternative; boundary="0000000000001459060597fd9ad2"

    --0000000000001459060597fd9ad2
    Content-Type: text/plain; charset="UTF-8"

    --0000000000001459060597fd9ad2
    Content-Type: text/html; charset="UTF-8"

    <div dir="auto"></div>

    --0000000000001459060597fd9ad2--
    --0000000000001459090597fd9ad4
    Content-Type: application/octet-stream; name="WriteHTML.html"
    Content-Disposition: attachment; filename="WriteHTML.html"
    Content-Transfer-Encoding: base64
    X-Attachment-Id: 16e96f016642ffb332f1
    Content-ID: <16e96f016642ffb332f1>

    PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEvL0VOIiAiaHR0cDov... the attached
     

     

×