Forum Replies Created
-
AuthorPosts
-
HeDiBoParticipant'Support' wrote:
Hello, Dick! Files were renamed few versions ago.
If you download the skins using the link in the Skins map, you get all the old skins. The askins.zip file apparently is not updated with the new skins.
Thanks.
HeDiBoParticipant'minou' wrote:Try now
It's a beautiful example. Bravo :a3:
HeDiBoParticipantCan 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:
HeDiBoParticipantProblem solved in 10.16 :a3:
HeDiBoParticipant'Support' wrote:Commercial skins will have (CS) suffix now.
Has not been done in version 10.16
HeDiBoParticipantRemoving the events at design time in AC 10.16 did the trick! Congrats :a3:
HeDiBoParticipantHi Uwe,
The problems you describe are solely attributable to flaws in Windows 10 Tablet mode. I think Microsoft should deal with those, not AC.
HeDiBoParticipant'mol' wrote:…but then comes Windows 10 along and your once stable version enters unknown territory again.
It would be interesting to know which problems have emerged in AC specifically related to the Windows 10 release. Can you give us some examples?
HeDiBoParticipant'Support' wrote:I think, single solution – to redeclare the event after migration to other Delphi version.
I'm not sure what you mean. :a1:
August 23, 2015 at 3:19 pm in reply to: In list boxes, it would be nice not to be able to position on disabled items #53884HeDiBoParticipant'Support' wrote:I will try to add something similar in the nearest release.
It works very nicely now! Nice implementation too :a7:
HeDiBoParticipantJM-DG apparently posted a message, that was later removed? The message went:
Quote:There is indeed a weird bug with TsWebBrowser in Delphi 7 at least.Assign any of these actions in TsWebBrowser
OnBeforeNavigate2
OnCommandStateChange
OnDocumentComplete
OnNavigateComplete2
// Put a comment so that delphi does'nt remove them.
– Save All.
– Close the project.
– Reopen the project and the actions won't be linked anymore.
I can confirm this serious bug using Delphi XE4.
I tried the same thing with TWebbrowser and no problem there. So it must be somewhere in TsWebBrowser.
HeDiBoParticipant'Support' wrote:Are you sure? Look what I have, I think it's Ok.
The problem is in TcxSpinEdit, not inTsSpinEdit,
However, my TsSpinEdit looks different from yours.
I noticed that the downloadable skins from your site, have s Smoky skin of 121515 bytes, dated 25-01-2015. I a bit old maybe?
August 6, 2015 at 2:25 pm in reply to: DevExpr TcxCheckListBox lines are too close to each other #53800HeDiBoParticipant'Support' wrote:I should think how to do it better. I hope implement it later.
I'll make a new topic of this.
HeDiBoParticipant'Support' wrote:I'll try to improve this skin also.
Version 10.14: no apparent improvement.
HeDiBoParticipant'Support' wrote:Thank you, this property will be added in the next release.
Solved. Thanks. 🙄
HeDiBoParticipant'SzakiLaci' wrote:Of course it will work only under Windows.
That would be the reason why it is not interesting for Serge. It's the Linux/Unix community that lacks proper controls. They would really benefit from AlphaControls.
HeDiBoParticipant'minou' wrote:thank you
anyway it is work now my be problem in ie or ac
For your information, your test program worked fine with me too.
Best of luck to you 🙄
HeDiBoParticipantSend us a complete project (dproj and all), that compiles without errors, packed in a ZIP file, if you really want answers.
HeDiBoParticipant'Support' wrote:Look spinedits in this changed skin:
That's a bit better, indeed. Have a look at the smoky skin. The arrows are almost unnoticeable.
HeDiBoParticipant'Support' wrote:Hello!
Some changes were added in these skins:
http://www.alphaskin…skins/retro.asz
http://www.alphaskin…/skins/wood.asz
http://www.alphaskin…/skins/tv-b.asz
http://www.alphaskin…s/garnet_ii.asz
Labels color has been changed to white here:
http://www.alphaskin…us_contrast.asz
http://www.alphaskin…ot_contrast.asz
I think, last 2 skins are worse when labels are brighter.
Wot_contrast looks great! I don't know why you say it doesn't.
Nautilus_contrast doesn't look good, because only TsLabel changed skin. TsPanel still has a dark caption. The calendar too. The calculator was all right as it was.
The retro skin looks a bit silly now, with the light letters. Maybe the background itself should be a little lighter, so dark letters would still stand out.
The wood skin has changed (if you do a file compare), but I don't see any changes visually..
The garnet ii skin looks great now.
So does the tv-b skin.
Thanks for your efforts so far :a3:.
-
AuthorPosts