Forum Replies Created
-
AuthorPosts
-
minou
ParticipantThe same problem appeared in Listview v14.26 :huh:
And When you go down it does not stop at the end
minou
Participantjust add this
Form2.FormStyle := fsNormal;
minou
Participantdemo
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
minou
Participantalso select month or day or year in sDateEdit bdRightToLeft not work correctly
minou
ParticipantAs well sListview & sTreeview text position … correct as in the picture
minou
Participantminou
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
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
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
minou
Participantversion 2[attachment=7354:alpha_2.rar]
minou
Participantfix
work in win 10 !
minou
Participant'HeDiBo' wrote:Can you build an English language version?
Please correct all the indentation errors in the source. Example:
Code:tryif 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
minou
ParticipantsWebBrowser1DocumentComplete ..ok
sWebBrowser1DownloadComplete ..ok
please add this example to demo
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
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
minou
ParticipantsWebBrowser1DocumentComplete not work correctly
minou
ParticipantDemo with source
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
minou
Participantnow it is freezing
Code:TrayIcon1.Visible:=False;
Form1.Show;
Application.BringToFront // << here -
AuthorPosts