Problems collections

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #33527
    emailaya
    Participant

    hi

    all reported problems here are done using AC 6.54 and devex6.48 (where relevant).

    1. see blank.jpg image. couldn't reproduce it in a new demo. i can show u that on TV. when clicking on the blank form then it gets drawn again. i know another person here have reported about this problem.

    2. html tooltip: see attached demo.rar. you have a grid with 2 lines, the first line's tooltip is not ok, the 2nd one is ok, the problem is the first line is inside <> while the second one isnt. also notice that the hint is not placed correctly near the mouse like the tooltip of the button for example.

    3. clientheight := 0 problem: see attached demo.rar. press the captiom button to rollup. when setting by code form.ClientHeight := 0, the value is 0 but the form itself got some pixels more. it seems the bottom part of the window is not drawn correctly. after doing so, move the mouse to the bottom where you can resize the form. now move the mouse (while pressing the left button) a bit down, you will see that the bottom part is redrawn, this time correctly. i put sMemo component aligned top for you to see the differences.

    4. hints go off screen: see attached demo.rar. open the demo, move the window to the right border of your screen and hover the button wait for the tooltip to appear, you will see that the tooltip appears partially off screen.

    5. listview selection effect: i read your reply here: http://www.alphaskins.com/forum/index.php?showtopic=4974 but i couldnt understand how to do it in my application. i can show you on TV.

    6. when hovering the taskbar entry of my application with the mouse, the splash screen (a certain window in my app) is shown ok but the main screen is shown blank.

    7. sHintManager1.ShowHint(cxGrid1,'Hint');: see attached demo.rar. simply hover the column header to see the related hint. it is incorrectly located and it doesnt disappear when moving the mouse outside or after X seconds like “regular” hint does (for example hover the button with the mouse)

    because i couldnt upload the exe file (file was larger than the limit here) i uploaded the sources, i hope it's enough. please tell me when can we work on TV about points 1 and 5. and i hope the above can be fixed for the next release (6.55?)
    thanks

    #41564
    Support
    Keymaster

    Hi
    Different topics for different problems – are better and more effective.

    QUOTE
    2. html tooltip: see attached demo.rar. you have a grid with 2 lines, the first line's tooltip is not ok, the 2nd one is ok, the problem is the first line is inside <> while the second one isnt. also notice that the hint is not placed correctly near the mouse like the tooltip of the button for example.


    Will be fixed in the next release.

    QUOTE
    3. clientheight := 0 problem: see attached demo.rar. press the captiom button to rollup. when setting by code form.ClientHeight := 0, the value is 0 but the form itself got some pixels more. it seems the bottom part of the window is not drawn correctly. after doing so, move the mouse to the bottom where you can resize the form. now move the mouse (while pressing the left button) a bit down, you will see that the bottom part is redrawn, this time correctly. i put sMemo component aligned top for you to see the differences.


    ClientHeight is 0 here, but when ExtendedBorders is True, then width of border is bigger and you can see such effect and this effect can't be removed.

    QUOTE
    4. hints go off screen: see attached demo.rar. open the demo, move the window to the right border of your screen and hover the button wait for the tooltip to appear, you will see that the tooltip appears partially off screen.


    Will be fixed in the next release.

    QUOTE
    5. listview selection effect: i read your reply here: http://www.alphaskins.com/forum/index.php?showtopic=4974 but i couldnt understand how to do it in my application. i can show you on TV.


    I'll write later there.

    QUOTE
    6. when hovering the taskbar entry of my application with the mouse, the splash screen (a certain window in my app) is shown ok but the main screen is shown blank.


    Problem was discussed with you already )

    QUOTE
    7. sHintManager1.ShowHint(cxGrid1,'Hint');: see attached demo.rar. simply hover the column header to see the related hint. it is incorrectly located and it doesnt disappear when moving the mouse outside or after X seconds like “regular” hint does (for example hover the button with the mouse)


    I'll try it today.

    #41575
    emailaya
    Participant

    i had different posts for different problems but it made a mess looking for different posts everytime, this way, i have all the problems in one place. also, i made 1 demo to include all the problems instead of uploading the same demo over and over again.

    1. what about this problem? you didnt write anything about it

    3. i know what you mean but how come it is drawn ok when moving it manually? did you try to do the scenario i wrote you? if not, i can show you on TV and describe the problem better. let me know if you reproduced it on your side.

    5. ok, again, maybe showing it on TV may help. i didnt understand how to implement it inside the selection area of the treeview

    7. let me know when you have an update on this one. i have 2 places im using sHintManager and both have the same problem. about the location: why not using the same location as defined in sHintManager itself? about hiding the hint… not sure why it doesnt work like a regular hint but im sure you do

    #41580
    emailaya
    Participant

    6. i just remembered why i wrote this point

    #41601
    emailaya
    Participant

    regarding point 7 (ShowHint)

    i think ShowHint should have a parameter if the user wants to override the location.
    currently the location is ONLY in the middle of the component but i think it should also let us decide if we want to locate somewhere else (for example, near the mouse)

    #41613
    HeDiBo
    Participant

    QUOTE (emailaya @ Feb 2 2010, 01:10 PM) <{POST_SNAPBACK}>
    i had different posts for different problems but it made a mess looking for different posts everytime, this way, i have all the problems in one place


    The point is, that a forum is for the benefit of all its readers. Otherwise support could be easily done by email.

    If other users want to find something in this forum, it would be hardly possible with a message heading that doesn't reveal anything about the message content.

    #41615
    emailaya
    Participant

    QUOTE (HeDiBo @ Feb 4 2010, 06:20 PM) <{POST_SNAPBACK}>
    The point is, that a forum is for the benefit of all its readers. Otherwise support could be easily done by email.

    If other users want to find something in this forum, it would be hardly possible with a message heading that doesn't reveal anything about the message content.

    you are talking about a different problem, anyway, when im looking for a problem in the forum, im using the search option so the header or the fact one topic includes several problems is not a problem

    #41618
    HeDiBo
    Participant

    QUOTE (emailaya @ Feb 4 2010, 10:07 PM) <{POST_SNAPBACK}>
    when im looking for a problem in the forum, im using the search option so the header or the fact one topic includes several problems is not a problem

    It's not about you, it's about everyone else. Please stick to the forum rules.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.