Author Topic: Warning 182  (Read 10751 times)

Offline Undertow

  • PLUS+1 Developer
  • ***
  • Posts: 21
  • Karma: +0/-0
Warning 182
« on: November 06, 2012, 01:38:47 PM »
I have been getting the following warning when compiling my application: Warning 182 component outside drawing area.
My question is how can I find this component (easily) as the application has 800+ pages?

Thanks

Offline Jakob

  • PLUS+1 Expert
  • ****
  • Posts: 98
  • Karma: +2/-0
Re: Warning 182
« Reply #1 on: November 07, 2012, 08:36:50 AM »
I can not generate this error, even if I place a few components outside if the marked area.
Only thing that happens is that I get a popup, saying that there is a graphical error, and then it completes the compile.

What Guide version are you using?

I would first look very closely at the error report, for any hint of where the component is.
Then I would look though the pages changed since the last succesful compile.
If that does not work, then I would cut out pages that seems likely to contain the component.

I hope this helps you.

Offline Undertow

  • PLUS+1 Developer
  • ***
  • Posts: 21
  • Karma: +0/-0
Re: Warning 182
« Reply #2 on: November 07, 2012, 12:41:46 PM »
Hi Jakob
Thanks for your reply, the exact warning just reads:
"Graphical compiler has created warnings continue anyway?"
But reading back through the build messages is when I see:
 ***WARNING 182*** [chpargu1] COMPONENT OUTSIDE DRAWING AREA
But I cannot see a page name.

Larry


Offline Neil

  • PLUS+1 Expert
  • ****
  • Posts: 96
  • Karma: +2/-0
Re: Warning 182
« Reply #3 on: November 09, 2012, 04:55:22 AM »
Hi.

Here is a work around that worked for me.
Enter two check points with the same name to an input, I used C1p2 supply voltage.

Compile your P1P, the error list will through up the two CP as errors and also the components outside the work area (the white border).
See first image
Click on the components generating error 182, then zoom out with your mouse wheel, short cut "home " will not work.
This will show you the components in relation to the white border, move them back to where they should be.
See second image

First image
« Last Edit: November 09, 2012, 04:58:15 AM by Neil »

Offline Neil

  • PLUS+1 Expert
  • ****
  • Posts: 96
  • Karma: +2/-0
Re: Warning 182
« Reply #4 on: November 09, 2012, 04:56:01 AM »
Second image.

Neil.

Offline Undertow

  • PLUS+1 Developer
  • ***
  • Posts: 21
  • Karma: +0/-0
Re: Warning 182
« Reply #5 on: November 19, 2012, 05:33:38 PM »
Hi Neil,
Thanks for that, it worked perfectly.


Larry