Forum Replies Created
-
AuthorPosts
-
emailayaParticipant
Hi
thank you for your reply
the topic is in russian but i understand that the first topic is the one to download it from
at the moment i installed ACExtra that includes several components including TacListView. your package includes also different components and it seems that you update it often. why not combine the 2 packages? i can't install 2 different packages that contains the same components (some are new and some are updated)
just a thought
thanks
emailayaParticipantapparently it happens without skin as well
i will talk to devex
thanks
emailayaParticipantthe same happens when selecting more than one day in the view (week,month etc…)
emailayaParticipantthanks
it worked
emailayaParticipantim asking because im using 7.21 and i still need to manually skin them
not urgent just so i know that after the next update to remove all the manual code for it
emailayaParticipant'Support' wrote:Better solutions exists 🙂 :
http://www.alphaskins.com/forum/index.php?s=&showtopic=3552&view=findpost&p=21510
sSkinManager1.SkinableMenus.HookPopupMenu(sPopupMenu1, True);
Menu items, created in the run-time, must be updated manually in old versions of the package.
Btw. Which version of AlphaControls is used? Menus must be updated automatically in latest versions.
And which control is owner of your menu?
starting what version, the manually added items are skinned automatically?
emailayaParticipantafter adding all the relevant items to the menu add this line
.SkinableMenus.HookPopupMenu(pmMenu, True); also you can delete menu items by a simple pmMenu.items.Clear;
July 30, 2010 at 4:01 pm in reply to: ACExtra v7 acScrollPanel errors when compiling my project #43050emailayaParticipanti got these errors when using the old ACExtra
are you sure you are using the new package?emailayaParticipanttry using 7.02
there were a lot of fixes thereemailayaParticipantthank you thank you thank you!!!
emailayaParticipanti did all you said but i guess it worked for you because u r using a newer version of acExtra
please read here: http://www.alphaskins.com/dwnld.php
acExtra is free with source code, so you can share itemailayaParticipantserge, here is a sample hint text as you requested:
'Test
Next check in: 00:09:25
Last check: 12/03/2010 19:13:07'emailayaParticipantthe previous problem is fixed but now there is a new one
it seems there is a problem when tag is not surrounded with <> for example:
function OpenTag(const Tag : string) : boolean;
var
p : integer;
begin
p := pos(Tag, s);
if (p + length(Tag)) <= length(s) then begin
Result := (p = 2) and (s[p + length(Tag)] = '>'); <<<<<<<<<<<<<<<<<<<<<< this is not correct for the above tag
end;
end;in 6.57 it worked ok and im not sure how to fix it so it won't ruin something else
if you could post here the fix after you make it instead of waiting for the next release, i will appreciate it
thanksemailayaParticipanthere is how to solve it:
{$IFDEF UNICODE}
THintInfo = Controls.THintInfo;
{$ENDIF}TacShowHintEvent = procedure (var HintStr: string; var CanShow: Boolean; var HintInfo: THintInfo; var Frame : TFrame) of object;
emailayaParticipantstill happens in 6.57
emailayaParticipantthis problem is back in 6.57
emailayaParticipantsame for progressbar in marquee mode
emailayaParticipantstill happens in 6.56
emailayaParticipanton my computer, when closing a form, it first becomes blank and then there is the animation… not good
when minimizing the main window, it disappears, showing the window beneath but then reappears with an animation but the window remains as a shadowhow can i either disable it or at least make it work ok?
thanks
AuthorPosts