jerome59

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Looking for an iPhone skin #44507
    jerome59
    Participant

    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

    in reply to: Looking for an iPhone skin #44476
    jerome59
    Participant

    It is always scheduled for the end of the month ?

    I hope so.

    in reply to: Need source file (dcu / pas) v7.26 #44323
    jerome59
    Participant

    He had to add “dcl31w.dcu” in requires.

    Now it works.

    Thank you.

    in reply to: Looking for an iPhone skin #44314
    jerome59
    Participant

    Many thanks,

    I look forward.

    Please let me know when this skin is available.

    Jérôme

    Development Team

    jerome.stcharles@yahoo.fr

    in reply to: Looking for an iPhone skin #44150
    jerome59
    Participant

    I can pay for your work.

    in reply to: Looking for an iPhone skin #44149
    jerome59
    Participant

    I need an iPhone look.

    Someone could create a skin iPhone?

    A draft perhaps?

    in reply to: AlphaControls V7.25 bugs #44134
    jerome59
    Participant

    Bug : When using a skin, the TPanel and TsPanel are not modified when changing dynamics BevelInner / BevelOuter.

    in reply to: Forcing a screen refresh ? #44124
    jerome59
    Participant
    Quote:
    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;

    in reply to: Forcing a screen refresh ? #44105
    jerome59
    Participant

    Here 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.

    in reply to: Forcing a screen refresh ? #44062
    jerome59
    Participant
    '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

    in reply to: Download AlphaSkin v6.69 stable ? #43967
    jerome59
    Participant

    The password to extract the archive is not the same as the version

    7.22

    Can you give me by mail ?

    in reply to: Download AlphaSkin v6.69 stable ? #43937
    jerome59
    Participant

    I have not received any mail.

    Can you try with:xxxxxxxxxxxxx@yahoo.fr

    Thank you

Viewing 12 posts - 1 through 12 (of 12 total)