minou

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 23 total)
  • Author
    Posts
  • in reply to: Scrollbar in Listview & Label Left #59606
    minou
    Participant

    The same problem appeared in Listview v14.26 :huh:

    And When you go down it does not stop at the end

    in reply to: TsTabControl right to left not working #59554
    minou
    Participant

    just add this

    Form2.FormStyle := fsNormal;

    in reply to: sLabelFX & sLabel bdRightToLeft #59461
    minou
    Participant

    demo

    in reply to: sLabelFX & sLabel bdRightToLeft #59459
    minou
    Participant
    'Support' wrote:

    Thank you for the video. I don't see what you doing with this label, unfortunately.

    Could you tell me which properties are changed there, please?

    sLabelFX & sLabel properties > Anchors [Akleft,Akrigth] still not working in bdRightToLeft

    in reply to: sComboBoxEx1 BiDiMode bdRightToLeft #59384
    minou
    Participant

    also select month or day or year in sDateEdit bdRightToLeft not work correctly

    in reply to: sComboBoxEx1 BiDiMode bdRightToLeft #59381
    minou
    Participant

    As well sListview & sTreeview text position … correct as in the picture

    in reply to: Scrollbar in Listview & Label Left #59358
    minou
    Participant
    in reply to: Scrollbar in Listview & Label Left #59357
    minou
    Participant
    'Support' wrote:

    Can you try the v14.21?

    Can you help me to repeat issues in the test-app, please?

    ListView BIDIMODE = bdRightToLeft Does not change the direction

    in reply to: Scrollbar in Listview & Label Left #59354
    minou
    Participant
    'Support' wrote:

    Thank you

    Can you use the newer AlphaControls version?

    I can't repeat these issues with v14

    sorry

    version 14.16

    in reply to: Scrollbar in Listview & Label Left #59352
    minou
    Participant
    'Support' wrote:

    Hello

    Which AlphaControls version do you use?

    Is it possible to make a demo with these two issues?

    version 14.16

    in reply to: Modifying File Associations ( .asz ) #54128
    minou
    Participant

    version 2[attachment=7354:alpha_2.rar]

    in reply to: Webbrowser and WebGMapsLookupEdit #54032
    minou
    Participant

    fix

    work in win 10 !

    in reply to: Webbrowser and WebGMapsLookupEdit #53934
    minou
    Participant
    'HeDiBo' wrote:

    Can you build an English language version?

    Please correct all the indentation errors in the source. Example:

    Code:
    try

    if Assigned(Super['places'].AsArray) then // Indented too far
    Count :=Super['places'].AsArray.Length else Count :=0;

    for i := 0 to Count – 1 do
    with ListView.Items.Add do
    begin
    Caption :=(Super['places[' + inttostr(i) + '].name'].AsString);
    subitems.Add(Super['places[' + inttostr(i) + '].distance'].AsString);
    subitems.Add(Super['places[' + inttostr(i) + '].vicinity'].AsString);
    end;

    except on e:exception do // Does not align with the try statement
    result:='произошла ошибка : '+e.Message;
    end;

    if ListView.Items.Count>0 then // does not align with the previous end statement.
    result:='Ближайший банк : ' + ListView.Items[0].caption +'только : ' +ListView.Items[0].SubItems[0]+ ' метр'
    end;

    You see, sample code should be impeccable: readers of the example should be able to follow it without extra effort.

    Your example is very interesting, because it illustrates the use of Google Maps. :a3:

    Try now

    in reply to: Webbrowser and WebGMapsLookupEdit #53931
    minou
    Participant

    sWebBrowser1DocumentComplete ..ok

    sWebBrowser1DownloadComplete ..ok

    please add this example to demo

    http://www.alphaskins.com/ademos.php

    in reply to: Webbrowser and WebGMapsLookupEdit #53702
    minou
    Participant
    'HeDiBo' wrote:

    Send us a complete project (dproj and all), that compiles without errors, packed in a ZIP file, if you really want answers.

    thank you

    anyway it is work now my be problem in ie or ac

    in reply to: Webbrowser and WebGMapsLookupEdit #53616
    minou
    Participant
    'HeDiBo' wrote:

    If you want some action on this bug, you should be more informative about what goes wrong.

    Please specify what the problem is.

    Execute code When Page (Google Maps) Has Fully Loaded but this does not happen

    in reply to: Webbrowser and WebGMapsLookupEdit #53566
    minou
    Participant

    sWebBrowser1DocumentComplete not work correctly

    in reply to: Modifying File Associations ( .asz ) #52709
    minou
    Participant

    Demo with source

    in reply to: ExtendedBorders and TrayIcon #51797
    minou
    Participant
    'CheshireCat' wrote:

    Hello minou,

    please try this in your OnClick event:

    Code:

    procedure TForm1.TrayIcon1Click(Sender: TObject);
    begin
    TrayIcon1.Visible := False;
    Application.Restore;
    Application.BringToFront;
    Form1.Show;
    end;

    work fine

    in reply to: ExtendedBorders and TrayIcon #51793
    minou
    Participant

    now it is freezing

    Code:
    TrayIcon1.Visible:=False;
    Form1.Show;
    Application.BringToFront // << here
Viewing 20 posts - 1 through 20 (of 23 total)