Canvas issue

I have a button on Canvas A that opens up canvas B.. But I noticed when canvas B opens canvas A becomes deactivated... is there anyway I can still have Canvas A active so I can copy and paste from canvas A into Canvas B ....
This is the code I am using for the button trigger...
Declare
LC$Clause Varchar2(5000);
x varchar2(20);
Begin
Select wrkuntcd into :global.a
from AV3M.SOURCE_PNWUC
where remoldpn = :TEMP1.INCOMING;
:TEMP1.WRKS := :global.a;
LC$Clause := ('where modelf = ''' ||:TEMP_RESIDUAL.modelf||''''||' and wrkuntcd = '''||:global.a||''''||' order by remoldpn asc ');
Set_Block_Property( 'SOURCE_PNWUC', DEFAULT_WHERE,LC$Clause);
set_window_property('WUC',X_POS,100);
set_window_property('WUC',Y_POS,50);
go_block('SOURCE_PNWUC');
:TEMP1.WRKS := :global.a;
execute_query;
End;

Thanks for the help.... I was able to solve my problem...Have another ? ... I changed everything per your recommendation ... Now on them main canvas I have the default menu options, is there a way to set it so I can disable the menu when I open another canvas...For example a stacked canvas... I want to be able to have those menu options only on the main canvas and not the other stacked canvases... is there a way to set this..
Thanks

Similar Messages

  • Stacked Canvas issue

    1st issue:-
    I have created 3 pages layout under same .fmb
    Out of those , page1 I have made in content canvas & 2 layout(Say page2 & page3) I have made in two different stack canvas.Page1 contain two text field- 1.NAME 2. PROFILE CODE.
    when user open it page1 (content canvas) & page2 (1st stack canvas) should show .For a specific value in PROFILE CODE (say JAPAN) profile code (page1+page3) should open.& for all other profile codes (page 1+page2) should remain,irrespective of whatever value in NAME.
    Please tell me how can I do this??
    1. Please help me with a sample code & also where (in which trigger) I should write the condition.
    2. What all changes are required in property palette?
    3. will both the canvas will be on the same window?
    2nd issue:-
    I have tried
    In the Object Navigator, under the Canvases node, double-click the content canvas' object icon. In the Layout Editor, choose View | Stacked Views.
    and could see both the page1+page2 there from layout editor.
    BUT while I run it its showing only the page1(content canvas)
    Please help me out.....
    Thanks in advance..
    Edited by: 977083 on Dec 29, 2012 5:09 AM

    If I put it like this In WHEN-NEW-FORM-INSTANCE trigger check the PROFILE CODE and display the stacked canvas based on the value in PROFILE CODE---
    Then content canvas will be shown first(Page1) ,then user will select profile code, depending upon the profile code selected ,either page2 (stacked canvas) or page3(stacked canvas) will be shown.
    But I want whenever user opening the form ,page1 & page2 should show by default.then user will select profile code.if profile code is for page2 ,it should stay in that (default) page only.If profile code is for page3 then it will automatically go to page3 along with page1.

  • HTML5 Canvas issue with iOS Safari

    I am trying to build a painting application in HTML5.
    I have an HTML5 Canvas in a div. This div is masked with an SVG file using -webkit-mask.
    On iOS Safari and in iBooks Fixed Layout: When you zoom the page by gesture, the mask suddenly stops working revealing the entire canvas and the contents of the div.
    1. There is no problem if the contents of the div is an image. Problem is only with Canvas inside.
    2. The problem seemed to happen when the zoom crosses a mark - possibly 50%. I.e, if you have already zoomed over 50% and refresh the page, there is no problem until you zoom out below 50% and vice-versa.
    Any help would be greatly appreciated.

    Hello Corey,
    I have been trying to work on this issue, but I haven't made much progress
    Breaking up the project into several small chunks seemed to help for the iPad, but it's not ideal.
    I'm seriously struggling with Android tablets though.  Android doesn't support flash anymore, as HTML5 is the "future". Google Chrome on Android tablets has problems with synchronizing animations and sounds cutting out (works fine on a desktop or notebook).  FireFox on Android didn't have the sync or sound issues, but it crashes at random times. I think the root cause behind all this is HTML5 and the browser.  I couldn't figure out the difference between chrome on desktops and notebooks -vs- tablets.  I went to html5test.com and compared the two browsers, and there is definitely a difference between the two browsers.
    When you look at authoring alternatives to Captivate, it seems like their customers are having similar issues.
    I'm still looking for a workaround.  I'll let you know if I find anything

  • 13.1.1 retina display canvas issue

    Is anybody else having this problem with retina display macbooks? It seems that the canvas at 100% is displaying more as if it were at 66.7%
    It is very small, the type in the screenshot is at 12pt, at 200% everything is blurry. the Canvas in the screenshot  is 1440 x 900 px 72 DPI
    I am on a retina display 15" macbook

    ataxia2 wrote:
    Is anybody else having this problem with retina display macbooks? It seems that the canvas at 100% is displaying more as if it were at 66.7%
    It is very small, the type in the screenshot is at 12pt, at 200% everything is blurry. the Canvas in the screenshot  is 1440 x 900 px 72 DPI
    I am on a retina display 15" macbook
    Your screenshot does not show anything too small, in my opinion.
    The white background in your screenshot measures 1402 x 902 pixels. If the canvas definitely is 1400 x 900 then there seems to be a display error of 2 pixels vertically and horizontally.
    At 72 ppi, 1 point = 1 pixel. The caps and numerals in the type are 12 pixels tall, therefore 12 points tall, which is unusually large for 12 point type because it leaves no space for descenders.

  • Stacked Canvas issue in D2K

    Hi Gurus,
    In D2k , How can I de-select the stacked canvas from content canvas ?
    I have tried to deselect same using Navigation path : D2k Form > Menu > View > Stacked View --- but not succeed.
    Any one can guide me in this regards
    Thanks in advance.
    Sanjay

    Anyone's expert comment ?
    We are using Oracle EBs 11i (11.5.10.2) .
    We are using EBS Form (not standalone) version 6i based on TEMPLATE.FMB .
    Also, we are not getting any error.
    sanjay
    Edited by: Sanjay Desai on Oct 30, 2012 2:03 PM

  • Stacked canvas Issues when on the web

    I have a stacked canvas whose Viewport_X_Pos is set to some values other than 0. When the canvas is run on the web, however, the canvas is pushed to the right by same amount to the left cutting the canvas. Is This a bug and if yes, is there any better work around than pushing the items in the canvas to the left to compensate? Note that the canvas behaves nice when on a client/server.

    We also encountered this problem!
    Sometimes we managed to fix it taking care that the stacked canvas not to interfere/overlap with any other object on the content(other stacked canvas, an item, a graphical object etc.) that hosts it.
    Sometimes we could not fix it.
    Hope this helps,
    A.

  • PHOTOSHOP Canvas Issues!

    Hi there!
    My photoshop canvas is showing at 100% but the images is really small, when I zoo into 200% it's the correct site but it is really blurry. I have been told that this is how you need to work for a macbook pro, but surely that is not true I can not work on a burly pixelated picture.
    SOMEONE HELP!!!

    A retina screen is one where the resolution is double that of a normal screen. 227 ppi vs 114 ppi normal. A real problem when building websites for normal screens.
    851pixels/227 ppi = 3.74 inches at 100% which would be 7 inches on my normal screen at 100%  You have a retina screen.
    Mac specs:
    Retina display: 13.3-inch (diagonal) LED-backlit display with IPS technology; 2560-by-1600 resolution at 227 pixels per inch with support for millions of colors
    Native resolution: 2560 by 1600 pixels (Retina); scaled resolutions: 1680 by 1050, 1440 by 900, and 1024 by 640 pixels
    If you are a web designer, this article explains it beautifully and tells you what you need to do.
    Pixel-Perfect Design using Photoshop on a Retina Display - DesignM.ag
    Gene

  • Having Canvas issues

    I used to be able to manually change sizes and drag things around on the canvas, but now it is just a light blue border and I can't do anything on the canvas. I was randomly pushing buttons one day, which was my mistake, and now I am in sadness. Any advice?

    Make sure the Canvas is set to display Image + Wireframe:
    MtD

  • Canvas Issues?

    I am probably doing this completely wrong but i have changed the easy setup hundreds of times and tried other things but i cannot make my canvas go back to 4:3 from an anamorphic 16:9. The 4:3 image is shrunk and it is quite annoying. Any help?

    Changing the easy setup doesn't change any existing sequences. Change easy setup to the settings you want. Make a new sequence and open it.

  • FCP7: White Viewer and White Canvas (set to RGB)

    Hello,
    I had been using the universal version of the first Final Cut Studio for a few years now without any issue. When I upgraded to FCS3, I can't get FCP7 to show any footage (or even Color Bars) in the Viewer or Canvas. You hear the audio of the footage but it's all WHITE. Both frames are set to RGB (not alpha).
    I have fully re-installed FCP7 but I still see the same results. It doesn't seem to matter what easy setup I use either.
    I can take the same DV or HDV footage and play it in Quicktime outside of FCP7 so I'm confident that my onboard graphics card is not having some sort of trouble.
    I have a case open with AppleCare but so far they have not resolved this issue.
    Is this White Viewer and Canvas issue happening to anyone else here?
    Thanks.
    Message was edited by: Udder

    Trash your preferences?
    #44: FCP acting weird - Trash Prefs
    Shane's Stock Answer #44: FCP acting weird or unusual. Just not like is normally should
    If the program was working fine, and now isn't, or just isn't working the way it should, the first things to do are:
    1) Trash your FCP preferences. Download the Preference Manager from Digital Rebellion: http://www.digitalrebellion.com/pref_man.htm
    http://www.kenstone.net/fcphomepage/trashing_fcpprefs.html
    2) Open the Disk Utility and Repair Permissions.
    3) Shut down for 10 min. Go for a quick walk around the block and get SOME exercise today. Come back, turn on the computer and see how things are.
    4) (optional) Do the Hokey Pokey and turn your self about. Results may vary.
    Shane

  • 16x9 in DV canvas?

    I shot 16x9 widescreen DV with a Sony 450 and imported the footage with the DV easy setup. The viewer window adjusted to widescreen, but when I put clips on the timeline, the canvas showed letterboxing. I then exported to Compressor preset 60 minutes high quality widescreen, then opened DVDSP2 and imported the assets, but the viewer showed the letterbox. When I burned, the widescreen was letterboxed as well.
    I cannot find a wat to change my canvas to 16x9 widescreen; it defaults to 4x3. How can I change the setting to achieve true 16x9 DVD playback?

    First, to correct your Canvas issue...
    With your sequence active in the Timeline - or selected in the Browser - press Command-0 to bring up the Sequence Settings dialog
    Check the box for Anamorphic 16:9, then click OK.
    Now all your footage will be stretched. To fix this...
    Press Command-A to select all your clips
    Press Option-Commad-V to bring up the Remove Attributes dialog
    Select Distort from the left-hand side Video options, then click OK
    You should be good to go (as in, you should be able to export to Compressor, then import into DVDSP 2 without issue)
    One caveat: if you've created any Freeze Frames from the Timeline, those will have to be recreated.

  • Clip in 16:9 from VOB to .mov via Mpeg Streamclip gets squished in FCE

    Hello! This is a weird one, but I'm sure there's got to be a way -- any help much appreciated.
    I've been given a DVD to edit. No raw footage.
    - I used Mpeg Streamclip 1.9 to open the DVD's VOB files
    - From Mpeg Streamclip, I exported to Quicktime using Apple DV/DVCPRO-NTSC compression. Here's the catch: The default size for that setting is 720 x 480, but that created a too-narrow, warped QT movie. So, I exported in 854x480 (16:9) and wound up with a beautiful mov file that looks just like the DVD. Clearly, our DVD was shot in 16:9.
    - In FCE Easy Setup, I have chosen both DV-NTSC and DV-NTSC Anamorphic, but either way, once in the Sequence the footage is vertically squished down to a short & wide size. (Note -- yes, I began a new sequence and re-imported after changing easy setup).
    - In hopes it was maybe just a canvas issue, i exported to qt -- still squished.
    FYI, If I export from mpeg 2 in Apple Motion JPEG A at 16:9 my file is fine in FCE's canvas -- BUT it needs rendering. For this project I'll be doing tons of cuts and changes and I just can't have render issues. I'm considering rendering once, exporting and re-importing. But . . . there's got to be a better way I feel.
    Anyone who can lend a hand, thanks in advance!!!

    I May have found my own answer... From a reply to an older message, deeply burid in the archives. FROM NICK:
    From the menu bar: Final Cut Pro > Easy Setup > DV-NTSC Anamorphic > OK.
    Then: Sequence > Settings > Load Sequence Preset > OK.
    I did this and the windows changed to 16:9...
    Now, I assume I need to assign all 4:3 clips as anamorphic and position as necessary...
    Hope it compresses and all... I have a Sept 1 deadline.
    BY THE WAY... when I reread the manual after having been using FCP for several years now, it made MUCH more sense. I learned a bit about stuff I didn't know I had questions about... I suggest everyone do a reread once in a while... (or read it at least once if you never have)

  • Produced Video has a shake to it

    The video I am creating has a shake to it. I am not referring to the video footage I shot with my camera, I am referring to the Final Cut Video I have produced. I have used some of the templates, and shrunk my video footage down to fill only half of the screen. Every second or two, everything on the screen jolts every so slightly up and down. I can't figure out how to solve the issue. I have tried exporting video clips to see if it's just a problem with canvas, but the shake shows up in QT, .avi, and other video files. I even took the time to put the video through compressor, change it to a mpeg2, and then through DVD Studio, but the DVD I burned had the same shake on a regular TV. Any thoughts on how to make the 'shake' go away?

    prchn4christ wrote:
    Does this mean that the shake is most likely just a canvas issue and that it shouldn't be seen on the final product?
    Not really, as you've already said that it does appear in rendered exports. It makes it pretty hard to diagnose the problem. I'd suggest copy and pasting your video clips into a new sequence, then viewing them carefully to confirm that there is no weirdness. Then I'd try using the templates you have but with some other footage. Essentially I think you're going to need to rebuild your sequence from scratch and check along the way (by rendering as you add elements/make changes) that it is behaving properly. If it was a glitch all should be fine, or you'll be able to isolate the problem and then maybe someone here can offer some more assistance

  • Set starting point for x y position

    I've never used a program as frustrating as Flash CS4. How
    can I change the location of the X and Y starting point? I have
    some that are bottom left, some are near the center, others top
    left. It's very annoying.

    Francois - Thanks! Looks like set/get_view_property() is exactly what I need. I was hung up on set_canvas_property(), especially since my trigger was compiling with x_pos as a valid property. I completely forgot about set/get_view_property.
    Frank - I am using (small) stacked canvases to represent objects that the end users will be able to reposition. The new x,y coordinates will be saved in a database table, and the form will retrieve/apply these coordinates at runtime. Yes, I have accounted for the potential overlapping canvas issue.
    ...Still puzzled why get_canvas_property() compiles with x_pos as a property... but it doesn't matter.

  • Issue facing while opening a Canvas application in Webstart

    Hi experts,
    Need a help on the issue: issue was like this:
    I have created a Canvas application in Swings. And It was running fine. The next day i have compiled again the code and build the class and after jar. Deployed in Tomcat.
    Started the webstart and launched the application. Now If I am opening the Canvas which I have required it is giving a error called " Identifier Not found".
    For this issue i tried in these ways: I kept the S.O.Ps in the initialize() method and the respective methods like extractConfigurationParameters(), jbInit().
    But once the control reach to jbInit() it is not continuing.. Even i can see the S.O.P first control in the java console.
    Please help me to fix it.
    With Thanks
    Kishore

    always check in this way - your number of column count for the Jtable, tableInit(), and tableColumnconntent(). these will load at the time of convas initialisation.
    Nicky :-)

Maybe you are looking for

  • View more than one sheet at a time from the same file?

    I'm trying to view two different sheets at the same time from one file. This was possible in excel by opening a "new" window. Does anyone know how to do this in numbers? Thanks for the help,

  • My iPhone 5s with iOS 7.1 become very hot when charged almost reach 100% and will shut down itself.

    My iPhone 5s with iOS 7.1 become very hot when charged almost reach 100 % and will shut down itself. Then I need to off the power and let it cool down first before I can on the phone back. Please help me to solve this problem. Thanks.

  • "You do not have permission to open the application....."

    I'm getting the above error message when trying to launch an install application from CD, from a managed user account. I can launch it successfully from the admin user account - but then of course I can't install in the correct user account properly.

  • Sapscript - print negative amounts

    Hi, we have a sapscript solution for printing the content of amount items; they are defined with NETWR or KWERT data element (CURR 13/15,2). When we print negative values the format is "x,y-", with the less sign after, but now it is asked to have the

  • B1WS: B1 Web Services wrapper

    1) Does that mean the partners and/or customers need to buy the DI Server as well or Just the SAP Business One licenses? B1WS is built on DI Server. You need a DI Server license to use B1WS. 2) Has anyone out there :>) managed to get it working withi