Forum Replies Created
-
AuthorPosts
-
jerome59Participant
Thank you, it is as I expected it!
Like you said, there is some button unmanaged / mismanaged as:
– TCoolBar / TsCoolBar: fixedOrder property
– TSpeedButton / TsSpeedButton
– TTabSheet / TsTabSheet: Inactive Tab
– TComboBox / TsComboBox: arrow
– TScrollBar / TsScrollBar: I prefer it to be blue instead it always turns blue when Mouse over
Thank you for the work
jerome59ParticipantIt is always scheduled for the end of the month ?
I hope so.
jerome59ParticipantHe had to add “dcl31w.dcu” in requires.
Now it works.
Thank you.
jerome59ParticipantMany thanks,
I look forward.
Please let me know when this skin is available.
Jérôme
Development Team
jerome59ParticipantI can pay for your work.
jerome59ParticipantI need an iPhone look.
Someone could create a skin iPhone?
A draft perhaps?
jerome59ParticipantBug : When using a skin, the TPanel and TsPanel are not modified when changing dynamics BevelInner / BevelOuter.
jerome59ParticipantQuote:Your applications is drawn skinned after resizing only?Yes
Quote:You have TsSkinProvider component on this form?My page inherits from another form. The basic form is an MDI form.
TsSkinProvider component is deposited on the basic form because when I lay on TsSkinProvider inherited form, I get an access violation.
Unfortunately, I do not reproduce with a test program.
I manage to fix the problem by putting the code into the plug formShow inherited.
Code:const
ID_REFRESHFORM = WM_USER + 666;procedure RefreshForm(var Message: TMessage); message ID_REFRESHFORM;
procedure TforAnalyseVenteStockNeg.FormShow(Sender: TObject);
begin
inherited;
PostMessage(Self.Handle, ID_REFRESHFORM, 0, 0);
end;procedure TforAnalyseVenteStockNeg.RefreshForm(var Message: TMessage);
begin
Self.width:=Self.width +1;
Self.width:=Self.width -1;
end;jerome59ParticipantHere is an example of the window
1 – The window appears : Not_skin.bmp
2 – I resize the window (bottom right corner) : Skin.bmp
There is a refresh problem or something like that.
jerome59Participant'Support' wrote:Hello Jerome
Please explain what you mean. Repainting of skinned form?
When my window appears, it is not skinned.
– If I move to the outside of the screen and I did it reappear, it is skinned.
– If I run another application in the foreground, when I return to my application, my application window is skinned.
– If I reduce my window in the taskbar and then I reactive, it is skinned.
I think a refresh problem.
Sorry for my English
jerome59ParticipantThe password to extract the archive is not the same as the version
7.22
Can you give me by mail ?
jerome59ParticipantI have not received any mail.
Can you try with:xxxxxxxxxxxxx@yahoo.fr
Thank you
-
AuthorPosts