Syncing design time and run time view in WPC

Hi,
     We use WPC to develop web content. Especially when we use the table control provided in the Htmleditadvanced(advanced paragraph) component for creating web content the size of the font that is displayed in design time is very big. We do control the font size at run time by altering the font style available in the /etc/wpceditor/runtime/styles folder. But a the same time we are unable to alter the font style at designtime so that we can have the design time in sync with run time when the page is previewed. We did try exploring the css files available in /etc/wpceditor/designtime/styles folder, but was not of any use.
Any pointers will be appreciated.

Hi ulahoti,
Welcome to our forum, I have downloaded your "Basic Project", I think it looks well after change
<Border
CornerRadius="20" Background="Black"
Padding="8">
<Border
CornerRadius="20" Background="White"
Padding="8">
<GroupBox
Header="Fading Mode" Background="White">
<Grid>
<Grid.RowDefinitions>
<RowDefinition
Height="*"/>
        <RowDefinition
Height="Auto" />
</Grid.RowDefinitions>
to:
<Border
CornerRadius="20" Background="Black"
Padding="8">
<Border
CornerRadius="20" Background="White"
Padding="8">
<GroupBox
Header="Fading Mode" Background="White">
<Grid>
<Grid.RowDefinitions>
<RowDefinition
Height="Auto"/>
        <RowDefinition
Height="Auto" />
</Grid.RowDefinitions>
If your issue persists, or I have misunderstood your concern, please let me know, and share your
main concern
with me, then I will do my best to resolve your issue.
Best regards,
Sheldon _Xiao [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Similar Messages

  • JSF Design Time View Not working correctly for ADF/JSF components

    My project is not using any external tag libraries. It is based purely on ADF core/html and JSF core/html components. The design time view does not show the appropriate presentation, everything is shown as nexted frame containers (I suppose how you would show a component that does not have a visual representation).
    If I create a new project and copy my jsp (jsf) pages over they show perfectly. I did this activity and all was going well in the new project and then I lost the design time view again. I cannot tell you what I did to cause the issue, maybe it was a modification to the web.xml as has been suggested in some other threads. Can anyone tell me what I should be looking for that causes this problem, what corrective actions I might take to eliminate the issues

    Ok I have isolated this issue. In my phase listener I had this line of code:
    private static final Logger _logger =  Logger.getLogger(EigRequest.class.getPackage().getName());
    and I changed it to
    private static final Logger _logger =
    Logger.getLogger(EigRequest.class.getName());
    and design mode started to work. I guess either of the above works for me although I do not understand why the line works when you run the application but not in design mode.
    Moral to the story is if something fails in any one of these types of decorators you will drop into a raw view mode. The question I have is if errors are occuring how do I figure out where they may be. There is no indication that anything is wrong with the exception that you lose most of the design mode functionality.
    This was not a compile issue, this was not a runtime issue. It took me quite a few hours of writing a test program to validate that it was not just writing a phase-listener issue; then launching, editing, relaunching the application to find the problem. I will say that a good portion of the code came from a Eclipse project. If you add the offending lines of code while using JDeveloper you do not loose design mode immediately. You only see the problem the next time you start JDeveloper which complicates finding the problem.

  • Syncing only titles and no content

    I had trouble setting up my apple tv to begin with, was getting intermitten appearances of the apple TV in iTunes. However, I was able to get the movies to sync via ethernet. So I bought a TV show and tried to get the episodes to sync. In iTunes it spends about 30 seconds syncing, all of the titles appear in the apple TV menu, but when I go to play it goes dark for about aminute and then looks like it is trying to stream the content. I tried to hook the device up by ethernet again, but still nothing. I have also tried to sync photos, but it only gets the first photo, no others.
    I have a netgear router and have moved it all over the house. The apple TV shows up in the device tab consistantly, I have done all the reinstalling you could think of (iTunes, reset the apple tv all sorts of stuff) and still can't get it to sync.
    Any ideas?

    I can sync via ethernet and I can view/stream content both from the main library as well as the internet. I don't have a firewall turned on, so it is not that. I have tried moving my wifi base station around, changed the freq it is on, restored factory settings, done the different installs. Last ditch is to try the apple airport base station, but I am on the verge of putting it back ino the box and returning it.

  • I have my Calendar app syncing with iCloud.  Every time I open it it says, "Moving Calendars to Server Account..."  It runs and runs and does not stop.  As a result, I cannot access my calendars.  Please help.

    I have my Calendar app syncing with iCloud.  Every time I open it it says, "Moving Calendars to Server Account..."  It runs and runs and does not stop.  As a result, I cannot access my calendars.  Please help.

    I have the same problem, I tried the solution of Dr Cox but that didn't work as he said go to system preference then mail, contacts etc. but I don't have that.  Can someone help?
    Elaine

  • Context at design time and run time

    Hi,
    Can anyone tell me what is the difference between context at design time and context at run time?
    Regards
    V. Suresh Kumar

    The structure of context is usually defined at design time while context node and attributes are created at runtime based on the design. However, it is possible to modify the contents of context as well as to alter its structure at runtime too. To help understand it better, see these 2 online presentations.
    1.  [The context at design time|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f059fe81-90f2-2a10-9593-cda1645f0020].
    2. [The context at run time|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a015df6f-28f3-2a10-0291-e8e5c8aeb1bd].
    Hope it helps,
    Vishwas.

  • How to design report at run time SSRS

    most of the time we point store procedure or table and then SSRS report designer show us field and we just drag drop those field on to report designer surface. after all we call those report programmatically and pass parameter and report shown on report
    viewer.
    now my company want that customer will customize the report who will see the report. they want to display all the fields in a form and just customer will select each field and place on report designer surface and give some input like filter condition like
    date range or employee id etc and report will be shown. also at run time if customer want they can add text or move existing field etc.
    i do not have any idea how could i do this with SSRS. if this is possible with SSRS then please guide me in such a way as a result i can start the job or if possible give me few relevant url of that kind from where i can get the idea. thanks

    You can also use report builder application to get most of these functionality. For that you'll just create and deploy a report model with required attributes from involved entities.
    Then use can consume the model within report builder and add required fields to report,filter etc
    see below videos for more details
    http://technet.microsoft.com/en-us/sqlserver/dd430326.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • GP Design Time - what is the purpose of 'Create Object View' option?

    We are running EP 7.01.  When I am in the GP Design Time, and I click on the 'Create Object View' link, I receive the following error:
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.sap.caf.eu.gp.ui.bo.VCreateBasicData.wdDoInit(VCreateBasicData.java:103)
        at com.sap.caf.eu.gp.ui.bo.wdp.InternalVCreateBasicData.wdDoInit(InternalVCreateBasicData.java:159)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
        at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
        at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
        ... 55 more
    What is the purpose of the 'Create Object View' option?  I cannot find it in the documentation.

    Hi Karen,
    The Object Types are used to define the Parameters for the Callable Objects. We Can create the Object Views for the CAF Core Entity services or UME Pricipal Objects such as Users,Roles Groups etc. While creating the Object View we can select either of these and then we can create a view i..e. Select the required attributes from those Business Objects i.e. Entity Services or the Principals. Once we create the Object View, we can use them to define the Parameters for the callable Objects. While defining the parameters for Callable Objects, if you click the dropdown for 'Type', you'll see an entry 'Reference to BO'. If you select the entry, you'll see the list of Object Views you have created and you can select the Object View you want for defining that parameter. In short it means that you can create the Obect Views for the BOs i.e. CAF core Entity services and Pricipals. And then you can define the parameters for the Callable Objects with type 'Refence to BO' pointing to your object views.
    [further Info|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/051d496d9c5922e10000000a155369/frameset.htm]
    [Some more Info|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/051d496d9c5922e10000000a155369/frameset.htm]
    Regards,
    Ajay

  • Time code finder to auto sync separate video and audio

    Hi All,
    Trying to see if FCP has a tool that would allow me to type in the time code from my digital slate to instantly sync separate video & audio. Shot a low budget feature on a RED and digitally recorded audio. We did setup the RED to get reference audio but now I need to sync each scene and take up to the primo audio.
    As far as I know, FCP doesn't have any such option but I hope someone proves me wrong.
    ~reicko

    This is kind of off the top of my head, since I usually sync using the "dumb" part of the slate, but here's a workflow I'd try. I'm assuming here that the timecode from your digital slate matches the audio timecode.
    1. Select an audio clip in the bin. Choose from the menu Modify/Timecode...
    2. Copy the Source TC value into the Aux TC 1 row. You might have to turn on some checkboxes on the left side. Make sure the format and the rate are the same for both.
    3. Open the video clip in the viewer and find a frame where you can see the smart slate clearly.
    4. Select Modify/Timecode... and enter the timecode value you see in that frame in the Aux TC 1 row. Again, be sure you're using the right format and rate.
    5. Select the two audio and video clips that you want to sync. Choose Modify/Merge Clips... and synchronize using Aux Timecode 1.
    You should then have a new merged clip with the audio and video in sync. The scratch audio that came with the video file will be there too, so pay attention to your audio patching and be careful about which tracks you actually cut into the timeline.
    I can't say for sure if this is faster than just marking inpoints at the clap on each clip. Typing in all that timecode could be hazardous to one's health.

  • Crystal Report looks the design time xml at run time

    Hi,
    I have a question about crystal report. I am using VS 2008. My PC is Windows XP SP2.
    The reporst was using xml datasource. At design time, I specifiy the datasource as a xml file (D:\Report\myReport.xml). At run time, on a different pc where the design time xml file does not exist, I prepare the datasource like:
    DataSet data = new DataSet();
    XmlTextReader reader = new XmlTextReader(xml, XmlNodeType.Document, context);
    data.ReadXml(reader);
    and then
    report.Load("myReport.rpt");
    report.SetDataSource(data);
    report.Refresh();
    Edited by: Don Williams on Aug 7, 2010 10:02 AM

    Hi Bhushan,
    No it's still not working.               
    Following is what my code looks like after applying your fix. Is it correct? Does the ConnectionInfo.ServerName have to be my report xml or any xml file will work?
    Please let me know if my code is correct or wrong and how to fix it if it's wrong.
    Thanks for your help.
    report.Load(reportFile);
    foreach (Table t in report.Database.Tables)
                        ConnectionInfo crConnectionInfo = t.LogOnInfo.ConnectionInfo;
                        crConnectionInfo.ServerName = "D:
    UpdateConfig.xml";
                        crConnectionInfo.DatabaseName = "D:
    UpdateConfig.xsd";
                        TableLogOnInfo crTableLogOnInfo = t.LogOnInfo;
                        crTableLogOnInfo.ConnectionInfo = crConnectionInfo;
                        t.ApplyLogOnInfo(crTableLogOnInfo);
    report.SetDataSource(data);
    report.Refresh();

  • Create container movie clip and child clips at design time?

    It's always powerful and dynamic to use
    "createEmptyMovieClip" and "attachmovieclip" at run time. But how
    to create this relationship of clips at design time so that an
    empty movie clip can hold several child movie clips?
    Thanks!

    Thanks!
    I'm sorry I asked a confusing question. I know how to create
    container clip using AS (as you post above). Then, somehow, I think
    how to put an empty clip on the stage and then add clips to it as
    children or grandchildren from design panels at design time... Will
    this have the same effect as using AS (createEmptyMovieClip and
    attachMovieClip) in terms of handling events? I guess a container
    clip will be overwritten by its child and as a result it won't
    response to events. Is this correct?

  • If one buys pages , can i download it and run it on my desktop AND my laptop or do I have to buy it twice? its only me using one machine at any one time. (Have recently purchased a second hand iMac and secondhand Mac book pro 17")

    If one buys pages , can i download it and run it on my desktop AND my laptop or do I have to buy it twice? its only me using one machine at any one time. (Have recently purchased a second hand iMac and secondhand Mac book pro 17")

    I have a couple or dozen or so excel spread shheets that I use origionally created in M/s Excel v.5.0 ( yup some time ago although have run and updated them on office 2007  perfectly etc.  AND numerous word files that I refer to. I have also run these files using Open Office on a small 13" mac Book Pro. successfully.
       I have now decided to change my personal use computers > macs.
    Ok, so in summary then i think you kind guys are saying:
    (1) That if i buy Pages & Numbers or even iworks which is Apple's suite of such programs i believe, then I can download and Run these apps /programs on each my personal  mac computers whether they be my second hand Imac or second hand 17" mac book pro. ( basically i have purchased these so that I am converting to the "Apple Side" and can use the Imac desktop while at home and Mac book pro when out and about) , under the one purchase and one licence.
    (2) The decision as to whether to Buy M/s Office for Mac v Pages & Numbers or the iworks suite is that if I have lots of MACROs in my existing files written in M/soft that it would be better to go for M/s Office for Mac. I understand that Macros are the automated thingys ?? I have formulae obviously inthe fairly simple spread sheets but not aware of any macros. So I guess that means ~ I could purchase either product by the sounds of it. yes? Are there any other obvious things i need to consider?
    Other INFO:
    Also, I have snow leopard on one system and Maveric ( pretty impresive!) on the other. i am slightly reluctant to upgrade the snow leopard o/s as I would have to upgrade the paralles software and probably Windows software as well in order to run an old Kitchen, drawing program that I use occaisionally. I know that one should be able to partition / and Boot camp but I really don't want to do that. I feel at this stage its not worth payingtoi up grade all these bits of software for something I rarely use. But I am open to anyones comments / views.
    Thanks.

  • Whenever I charge my ipod and syncs, the time changes.  What seems to be the problem

    Whenever I charge my itouch using my notebook (running on Windows 7) and it starts to sync, the time changes in my iTouch.  How can I remedy this?
    Thanks

    Does it happen to change to a certain time, every single time you sync it.
    Check the timezone that is set as well.
    Sadly I'm a newcomer and don't know more than what I just stated above.
    Hopefully it helps

  • AutosizeHeight and run-time value

    I know this has been asked many times before, but my Google-fu has failed me.
    PowerBuilder 12.5.2 classic mode, running on Win7 64 bit.
    I have an autosize height column in a datawindow, and I want to know how tall it has become after I set a value to it (to account for word/line wrapping, etc.). There is only one row in the datawindow at a time.
    I have tried dw.Describe(ColumnName + ".Height"), and I get the design-time value.
    Tried dw.Describe("Evaluate('" + ColumnName + ".Height', 1)"), get an invalid expression error.
    Used RowHeight(), but it seems to increment sporadically (every 5-12 lines).
    Even put an invisible line under the column with SlideUp, and looked at the Y1 value, but again only get the design time value.
    Help?
    -Kennon

    Aha.
    The RowHeight() expression was the trick, BUT
    I have several autosize columns stacked below the one I'm interested in. They were uninitialized (null actually), and had zero(!) height at run-time. It seems that the row autosize "reserved" enough room for the design-time height, and once a column took up all the phantom allotted space, then the row would resize. Took off autosize on the other columns, and hey presto.
    I am now a bit more bald, but good golly the dang thing works.
    Thank you both for your help.
    -Kennon

  • Design Time and Dynamicall​y Created Controls

    I have a project written in VC6 as an MFC Dialog Box project. In a particular box, I dynamically create several (exact number depends on user entry) CNiGraphs. There are also a two CNiButtons that were created at design time using the resource editor. The problem I'm having is that when this dialog box is opened, a message pops up saying it's an eval version and the control will go inactive after 5 minutes. After waiting 5 minutes, the 2 CNiButtons go inactive (turn black), but the CNiGraphs continue to run. I have a valid licensed version of MStudio 8.1.6, but it appears that these 2 buttons don't recognize the license. There are also other design-time buttons in the project but those one's don't have a problem at all. When creating the dynamically creating the CNiGraphs I give them a valid license string, and I was wondering if there is a problem with having design time created and dynamically created controls in the same dialog box. Does anyone know?
    I can't remember, but I may have created those 2 CNiButtons when I was only using an eval license. (All the other were definitely create when I had a full license) Could that be affecting them? I seem to have a vague recollection of reading somewhere that design-time create controls check the license when they are created in the designer and store that license info in them. If that's the case does anyone know an easy way to update the license stored in the control? I'd rather not just delete it and re-add it as I'd like to avoid having to redo the tab order (unless someone knows how to easily insert something in the middle of the tab order instead of having to click through all the controls in the correct order?)
    Also, I'm not sure if this would affect anything, but the project was originally built with ComponentWorks 1.0, but we were forced to move to MStudio when we encountered some bugs in CW, so all the controls were originally CW Controls that have been converted to CNi Controls. I doubt this is it though as everywhere else we changed over the controls don't have a problem, but I'm willing to try suggestions.
    Solved!
    Go to Solution.

    Hi JC,
    I hope you had a good weekend!  I am glad to hear you are back up and running.  Adding the extra button was, in fact, what caused the updating of the license information for the other buttons, as you suspected.  After doing further research, I have found that the license information is stored wtihin the form for the control, and unless that control changes in any way (or in your case adding a new one to the project), it does not see any reason upon compiling to relink the license.  However, after changing the control and recompiling, it updates the linking of the license information, which resolved this issue in your case.  
    I hope this helps, JC.  Have a great day!
    Taylor G.
    Product Support Engineer
    National Instruments
    www.ni.com/support

  • Design time and Runtime licenses

    We are planning to use the Compact RIO for industrial process control and logging of values for furthur analysis.
    As we are new to the NI products, would like to know, what kind of licenses will be required for this purpose, like design time and run time licenses. The system end-user is not interested in having a development license at his end.
    Is it possible to have only the run-time licenses at the user end?
    Any help would be appreciated.
    Thanks in advance...

    EventTrigger wrote:
    We are planning to use the Compact RIO for industrial process control and logging of values for furthur analysis.
    As
    we are new to the NI products, would like to know, what kind of
    licenses will be required for this purpose, like design time and run
    time licenses. The system end-user is not interested in having a
    development license at his end.
    Is it possible to have only the run-time licenses at the user end?
    Any help would be appreciated.
    Thanks in advance...
    Obviously you will need the LabVIEW development environment and
    according Extensions to develop the software. So this means you will
    need the LabVIEW development system and either the RealTime Extension
    or the FPGA Extension or both, depending how you will setup your
    applicationon the CompactRIO system.
    For your end user
    you would not need any specific runtime licenses as long as you use NI
    hardware, since the cRIO controller comes with the necessary runtime
    license already for the realtime OS on the controller and the cRIO
    backplane comes with the runtime license for the FPGA code.
    LabVIEW
    build applications in itself do also not need a seperate runtime
    license since the development system license gives you the right to
    distriibute your host application with the LabVIEW runtime engine. This
    would get different if you use any of the Toolkits such as Vision
    Development, Sound and Vibration, Datalogging, Supervisor and Control
    or similar which do all have their ownruntime license that needs to be
    purchased for every deployed application that makes use of their
    functionality.
     Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • Airplay only works with Photos App after upgrade to latest ios 6.1.3

    I have upgraded both my iphone4s and ipad2 to ios 6.1.3 and now I dont see the Airplay icon on the Youtube App, Jasmine App, McTube App, Safari etc. The only place I see the Airplay icon is when browsing photos and videos using the native ios photos

  • Need to Increase the width of the selection screen

    Existing scenario is that the selection screen contains 4 parameters in a row and it has to be increased to 6.When i try to include the 2 parameters on the same row it says that the max width is 79.I can try and reduce the width of each parameter but

  • File generations doubt

    Hello Fellas ... I'm creating a file that must have 350 positions. The last field, that is called observation,  has a 45 postions. The problem is: If that field do not have 45 postions, the file is generated with with less than 350 postions. Look at

  • Itunes/Iphone dead and won't reinstall; "services" won't start

    I tried to do the autoupdate to Itunes 9.2. It ran into an error. I tried to download it manually; that also ran into an error. I decided to stay on the old version to avoid making things worse. When I went to do a regular synch on my iPhone 3GS, it

  • Cannot type password or anything in the help search bar

    Just recently, after the 10.5.2 upgrade and the Leopard Graphics update, when my Powerbook is in sleep mode and it starts up, the password prompt box is displayed, as normal, but not it will not let me type anything in the password box. There are no