ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 red wavy line under component

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
pierrotsc Posted - Oct 26 2011 : 11:11:20
Why do i have a red wavy line under some of the imageen components?
for example i have imageenvect.assign(....
under assign, i have a red wavy line telling me that there's an error but when i compile, everything is fine.
Thanks.
P
5   L A T E S T    R E P L I E S    (Newest First)
pierrotsc Posted - Oct 28 2011 : 05:57:58
I also have to add that this behavior occurs under D2007 and not XE. Do not know about other version. So i guess it is an IDE issue.
pierrotsc Posted - Oct 27 2011 : 12:21:12
"Undeclared identifier assign."

I was going to attach a screenshot but I do not think you can do that here.
P
fab Posted - Oct 27 2011 : 08:20:21
I'm sorry, it doesn't happen here.
Moving mouse over the wavy line it should be visible the hint or warning. Please let me know it.
pierrotsc Posted - Oct 27 2011 : 06:08:19
I only see it with imageen components. No other components generate the wavy line. No way to fix that?
Thanks.
P
It happens with fillrect, assign and maybe a couple of others. That's it.
w2m Posted - Oct 26 2011 : 13:22:09
This has nothing to do with ImageEn... the red line is put there by the designtime Delphi IDE compiler... It is supposted to advise you of a coding error, but lots of times you get the line when there is no error. Sometimes you should see this with standard vcl code as well as with other components.

William Miller