Main Custom window

What's the best way to have a Custom window component for your main app window in AIR (built in Flex)? Is it within the mxml, or created dynamically, if so as a NativeWindow?
Thanks

1. "org.eclipse.core.runtime.products" extension point can help u to branding your product.
2. u need to modify the config.ini file in the configuration directory to let the eclipse know that
u want to start your own product.
3. I think u want this: after eclipse started, choose "perspective A" then window image
shows up with a.gif. and choose "perspective B" shows b.gif. If u want this, I dont know how.
If u figure it out, plz post a solution here,

Similar Messages

  • Trying to Link from CSH to Second (Custom) Window within same .CHM file

    We are using RH8 on Windows XP Pro 2002, SP3, outputting CHM.
    Background
    Our single help source has 2 custom window definitions--one for context sensitive topics (tall and narrow, opens on right, no TOC, always on top) and the second for the main help window (shorter and wider, opens with TOC, in center).  The intent is to enable the user fast access to field descriptions via the CSH, but then to link to the main help for those who want to peruse more background information.  Thus our goal is to allow two help windows to be open at the same time. 
    In our CSH windows we are ‘writing to the box,’ and our text is brief.  Our long-term design goal for the current CSH content is to create what we envision using in an embedded help pane during the next major product release.  We need the CSH window to obscure only a small portion of the application real estate, hence the ‘tall narrow’ window design.
    In our CSH topics, we want to add a link that when clicked opens up the separate main help using its own window definition, at a specific topic we specify on a case-by-case basis. 
    We have tried
    First we started with a simple hyperlink, but that opens Main in the CSH window.
    Next we tried HTML design time controls, but the second window opens in a browser window.
    Then we tried using shortcuts, which worked well temporarily, however they lost their definitions (‘program parameters’ on shortcut tab especially) for some reason.  Are there any fixes for this?
    We have tried searching the RH help system and the forums but we have not a specific answer. 
    Can anyone help point us in the right direction to be able to meet our design goals?  Are we missing something obvious or are we tilting at windmills?
    Thanks!
    Sue 

    Hi there
    That link doesn't even work for me when I paste it into the address bar of my Firefox browser. It does work in IE, but not in Firefox. In Firefox it opens the PDF generically.
    I tested in a CHM and it did try and link, but it presents a black page. Looks like the correct page, but it's blacked out.
    CHM files rely upon elements of Internet Explorer to display their content. So perhaps it's something specific to a certain version of Internet Explorer as well as a certain version of the Acrobat Reader.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to change the style of the main application window shell

    Hello,
    I am migrating my application from eclipse 3.x to eclipse 4.3 and I want to set the style of the main application window i.e. the shell that is created in application MTrimmedWindow in e4.
    Earlier we were doing it using
    IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
    configurer.setInitialSize(new Point(0, 0));
    configurer.setShowCoolBar(false);
    configurer.setShowStatusLine(false);
    configurer.setShellStyle(SWT.DIALOG_TRIM | SWT.RESIZE);
    But now in e4 application after reading some forum replies I got to know that custom renderer needs to be created for that.
    I created my own renderer extending WBWRenderer and as I wanted to change the style of shell I am overriding createWidget method.
    Now the problem is that if I am just creating a new shell in this createWidget method then it is not working. Might be because this method has a lot of other code also.
    So I copied all this code into my overridden method of createWidget & just changed the style of shell according to my need. Then this worked but for this I have to put some private methods also into my custom renderer class from WBWRenderer.
    SO my question is to confirm that if I am doing it in a right way?
    or is there any other mechanism to do this in a more efficient way?
    Thanks

    This can now be solved with a specific "persisted state" key flag, as documented in https://bugs.eclipse.org/bugs/show_bug.cgi?id=386951 . For example to realize a NO_TRIM window, add the key/value styleOverride/8, where 8 is the value if you get the numeric of
    int val = SWT.NO_TRIM;
    System.out.println(val);
    Hey Zugi: Liebe Grüsse! Master UIBK/2010

  • HTMLLoader, main application window and scrollbars

    If I instantiate HTMLLoader with "new HTMLLoader.createRootWindow()," scrollbars show up correctly when text overflows the set width and height. I can add it to the stage, but I'm still left with an empty popped up native window
    If I instantiate HTMLLoader with simply "new HTMLLoader()," you can add it to the stage, but it doesn't include scrollbars when the window overflows with text.
    What I want to do is incredibly simple - create a new HTMLLoader instance, have as part of my main application's stage, and get the benefit of the built-in scrollbars.  Why is that so difficult?

    OK - my problem with the HTML Control is I can't seem to add it to a child custom class.
    i.e. - I have my main Air app and a custom class extending UIComponent. I add the custom class to the stage in the main app, and in the custom class, add an HTML Control.  I'm also adding a different HTML Control to the main app.
    Only the HTML in the main app actually shows up. No errors given. What am I missing here?
    Main Air app mxml:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()">
    <mx:Script>
    <![CDATA[
    import mx.controls.HTML;
    var _myComp:Comp;
    private function init():void {
    _myComp = new Comp();
    _myComp.init();
    _myComp.x = 200;
    _myComp.y = 200;
    addChild(_myComp)
    var html:HTML = new HTML();
    html.htmlText = "Text on main application window"
    addChild(html);
    ]]>
    </mx:Script>
    </mx:WindowedApplication>
    Comp Class:
    package {
    import flash.display.Shape;
    import mx.controls.HTML;
    import mx.core.UIComponent;
    public class Comp extends UIComponent {
    public function Comp() {
    public function init():void {
    var shape:Shape = new Shape()
    shape.graphics.beginFill(0,1)
    shape.graphics.drawRect(0,0,200,400);
    shape.graphics.endFill();
    addChild(shape)
    var html:HTML = new HTML();
    html.htmlText = "Text Inside child component";
    html.x = 200
    this.addChild(html);
    trace(html.htmlText)

  • Main view window locked on 'one pic at a time'???

    My main view window ... somehow I locked it into displaying only one-pic-at-a-time. Can't seem to get back to the library mode, or whatever it might be called, when I can see all the pics in the folder at the same time. I can't for the life of me figure out how to change the view mode. And the scaling control, bottom right, has disappeared (or I've somehow disappeared it).
    Any help would be most appreciated...
    Ben

    Thank you Ian,
    Aie yie yie. I cycled through the V yesterday ... and somehow never got to that thumbnail view (go figure). But it worked first try this morning. Maybe my Mac was tired yesterday, like me.
    Much appreciated,
    Ben

  • Delete button in main Mail window doesn't seem to work with update to 10.5.

    Hi, I just upgraded to OSX 10.5.8 and now the delete button in the main mail window does not seem to be working. The other buttons work, and if you hit the delete key that works. The delete button at the top of a message window also seems to continue to work. This is strange behavior. I will try to reboot again to see if that helps.

    I am seeing the same issue. Very annoying. Tried resetting the toolbar too - did not work. Any help Apple?

  • Custom window not displaying it's custom template

    I have created a custom window class named CrackenWindow, and a custom template in the Generic.xaml resource dictionary.
    After I create a new window, which inherits CrackenWindow, nothing happens. The visual remains the same and I cannot use CrackenWindow's extra functionality. If someone has the time, please review what I'm doing wrong. I have uploaded the code to https://onedrive.live.com/redir?resid=fa5f36f7b4d34c12%21106.
    Thank you for your time,
    suzi9spal

    I was kind of put off by seeing a collection of stuff there when I took a quick look on onedrive.
    Are you sure you want this thing to be a custom control rather than just a window that has a template?
    Custom controls ought to be the choice of last resort.
    If you explain what you're trying to do, maybe I/we can suggest an alternative route.
    Like what extra functionality?
    You can add eventhandlers, dependencyproperties and whatnot in a base class.
    For example:
    public class BaseFancyWindow : Window
    public BaseFancyWindow()
    CloseCommand = new RelayCommand(CloseExecute);
    public RelayCommand CloseCommand { get; set; }
    private void CloseExecute()
    this.Close();
    and use that
    <local:BaseFancyWindow x:Class="wpf_WindowChrome.Window6"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:wpf_WindowChrome"
    Title="Finished Fancy Window" Height="300" Width="300"
    Style="{StaticResource FinishedWindow}"
    >
    <Grid>
    <TextBlock Text="This is some content in the window"/>
    </Grid>
    </local:BaseFancyWindow>
    And I have a template which is just in a resource dictionary which makes that window look
    Hope that helps.
    Technet articles: Uneventful MVVM;
    All my Technet Articles

  • Custom Windows 8.1 .WIM doesn't work via WDS, works OK manually

    Hello,
    I have a very peculiar situation; I've created a custom Windows 8.1 Enterprise x64 image, but when I deploy it using Windows Deployment Services on Windows Server 2012 R2, using the Windows 8.1 Enterprise x86 boot.wim as the Windows Deployment
    Services boot image, it deploys successfully, but malfunctions;
    it doesn't activate [against our KMS server]
    when a new user logs on, the process stalls; if you logoff then logon, Microsoft Office gives you a 1603 error.
    File Explorer [I think] doesn't work (apologies for vagueness; I absolutely
    wasn't expecting this and was somewhat floored by the symptoms)
    HOWEVER, if I manually deploy the SAME .WIM image, copy in the
    SAME unattend.xml, and manually replace %MACHINEDOMAIN% and %MACHINENAME% with the right values, it works fine.
    HOWEVER, I've already verified that Windows Deployment Services is working perfectly well because I've added the Windows 8.1 Enterprise x64 install.wim as an install image, and used the unattend.xml to automate it.  In other words, with the
    install.wim from the .ISO, everything is working fine, but with a custom image, it malfunctions.
    I don't know why it's malfunctioning; nothing looking like a root cause appears in any event logs. I have injected some drivers into my custom image, but these are for relatively obscure devices such as scanners and smart card readers, which
    aren't even on the computer I'm testing this on.  The test computer would benefit from
    chipset, video and network drivers, but the inbox ones work OK.  In any event, they work fine when I manually deploy.
    Have more-or-less replicated this on test machines that are virtual, desktop and laptop, so I have no reason to believe the target device is a factor.
    For now, Windows Deployment Services doesn't have a client unattend file.
    This is a very peculiar problem. My existing, production environment has
    Windows 7 Enterprise in a custom image
    Windows Server 2008 R2
    Windows Deployment Services
    working perfectly, and was looking to maintain the same approach, but simply update it.
    Would welcome your ideas.
    Kind regards,
    Anwar

    Hi,
    For this issue,I think it is related to the custom image.
    I suggest we don't add any drivers to the custom image to test it.
    Meanwhile,I  suggest you upload following logs here for further research. SkyDrive or similar network sharing would be better to use to share your files.
    C:\WINDOWS\PANTHER\setupact.log
    C:\WINDOWS\PANTHER\setuperr.log
    Regards,
    Kelvin hsu
    TechNet Community Support

  • I am unable to select the correct paper size when printing photo's in iPhoto 11. When I select the paper size in the custom window for 4x6 prints the prints only appear on an 8 1/2x11 page. My Mac is a year old iMac running 10.8.2.

    I am unable to print 4x6 photo's using iPhoto 11. When I do they only print out on lettter size paper even though I enter 4x6 in the custom window in the print size menu. My older Snow Leopard system using iPhoto 9 the paper size window offered a 4x6 paper size which worked well.

    Selecting paper size in the first sreen tellis iPhoto what papery you are going to use - it does not tell the printer what paper to use - printer specific options on on the last (second or third if you customize the print) screen where you tell the print any specifics like paper source (typically printers need to you tell them where a specific paper is loaded - they do not really know the sizes in each paper tray)
    LN

  • How do you get a topic to open in a custom window when accessed from the index?

    I right click on an index key word and open Properties. There is only one topic associated with this key word. I click on the Advanced tab, select the custom window that I created. Click OK, compile, etc.
    When I try to access this topic from the index, it still opens in the default pane. When I access it from the TOC, it opens in the custom window. How can I get the topic to open in the custom window from the index?
    Thanks!
    Sue

    Hello,
    The link might not work in Preview (When the option to open link in new tab is checked) however it will work if you do a File>Preview page/site in Browser.
    Muse Preview has only one tab and cannot open another tab/window which is why this functionality does not work in Muse Preview. but works in preview in Browser and in published site.
    Regards,
    Sachin

  • Unsolicited ad inserted behind main browser window (pop-under)

    Unsolicited ad inserted behind main browser window (pop-under) every time TheBlaze.com is visited.
    ENVIRONMENT
    Win7 SP1
    Firefox 34.0 (Pop-up windows are blocked)
    DESCRIPTION OF PROBLEM
    Once the requested home page, from theBlaze.com server, is received by Firefox on your PC, your first mouse click will trigger the pop-under creation process. Pop-under ads are similar to pop-up ads, but the ad window appears hidden behind the main browser window rather than superimposed in front of it. The ad window is located in a new copy of Firefox. Additional mouse clicks may produce cumulative pop-under ad window creations. So, you may end up with multiple pop-under ad windows, each in a new copy of Firefox. According to many marketing “genius” this method of presenting unsolicited ads is much less abrasive than pop-ups used to be, and now recommend the use of pop-unders.
    The HTML source file received from TheBlaze.com server contains (in clear) between line 158 and line 202 , the JavaScript code needed to generate the pop-under windows and also contain the URL of the advertiser.
    Line numbers may vary from user to user, but look in the source file and locate the beginning and the end of the script at:
    BEGIN ADSUPPLY →
    the script is located here (approx 44 lines of code)
    <!-- END ADSUPPLY →
    The fact that the advertiser URL is contained in the source file indicates that, this is a well organized advertizing business. In the examined case the advertiser was "gorgonkil.com".
    SOLUTIONS TO STOP POP-UNDERS
    This pop-under unsolicited ad plague can originate from any Web site, not only from TheBlaze.com. This is not hidden malware, but highly visible in the HTML page received from the unscrupulous Web site. Be aware that using the “block pop-up windows” parameter in Firefox > Tools > Options > Content > will not solve this problem.
    InternetExplorer 11 also falls victim of the pop-under unsolicited ads. SlimBrowser7 survives elegantly and no pop-under windows are opened.
    In the proposed 2 solutions, you will need to receive a first unsolicited ad, then take note of the advertiser URL and insert it in the Win7 Firewall or in the BlockSite Firefox extension.
    If the unscrupulous Web site sends a large number of new and different advertiser URLs during one browsing session, then you will need to find a more elegant solution to the problem.
    WIN7 Firewall
    The received ad normally contains the advertiser URL (e.g. gorgonkil.com).
    The Win7 firewall has the capability to block IP addresses.
    The fact that Win7 Firewall requires IP addresses be expressed in dotted-decimal notation (e.g. 172.16.254.1) makes it less attractive. But, should you decide to use the dotted-decimal notation, it should work perfectly
    Block Site 1.1.8 Firefox extension
    Install Firefox extension “Block Site 1.1.8”. It is working very well for me.
    You need to go to Block Site “Options” and “add” the URL (e.g. gorgonkil.com) you want to block.
    Once enabled, the Block Site extension will display a small window for 3-4 seconds (lower right position) every time a pop-under creation is attempted by any unscrupulous offender and the pop-under will not be created.
    My own “Options” file now contains more then 18 advertiser URLs (over 3-4 months).
    I have stopped visiting TheBlaze.com Web site as of yesterday.
    WEB SITE REPUTATION & REVIEW SERVICE
    You may obtain a reputation rating for many Web sites by installing a Fiirefox extension: Web of Trust - WOT
    WOT adds intuitive traffic light-style icons next to search results and URLs to help you make informed decisions about whether to visit a site or not.
    A review has been submitted to WOT (12-19-2014) pertaining to TheBlaze.com. The rating is in bright red “I don't trust” (Ads/Pop-ups).
    deBeaujeu

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Outlook2013 email message goes behind main Outlook window when opening PDF attachment with Reader 11

    Problem statement: Outlook 2013 email message goes behind main Outlook window when opening PDF attachment with Adobe Reader 11.0.3
    Environment: Windows 8 x64; Office 2013; Adobe Reader 11.0.3
    Steps to reproduce bug:
    1. Open Outlook 2013
    2. Open email message with PDF attachment
    3. Open PDF attachment (with Adobe Reader as default PDF viewer)
    4. Close Adobe Reader
    Results: Original email message with PDF attacment now sits behind the main Outlook window
    Expected results: Original email message should be on top of main Outlook window as it was when opening the PDF attachment
    Note: Adobe Acrobat Profession performs as expected - the original email is on top of the main Outlook window - This only seems to be a problem with Adobe Reader.
    Has anyone else experience this problem?  If so, have you found a work-around?
    Thanks,
    Mike

    From: new window opens behind existing window - how to modify?
    I had this problem happening in Outlook.
    If I tried to open an email, it would open behind the main Outlook window.
    The same happened if I opened a link in the email - it would open behind the mail.
    The fix that was suggested to me was so simple that I still don't believe it.
    Right click on the task bar and unlock the taskbar, then lock it again.
    Close down Outlook and re-start it.
    Problem solved! Just dont know how  or why.
    Proposed as answer byalfreelandTuesday, January 08, 2013 4:52 PM
    It worked for me with Win 7 and OL 2003. Why? Who cares ... It is working.
    Liviu 2014-09-17

  • How to set the dimension of main page windows for std dot matrix printer

    Hi All,
    I have to print a form in a pre- printed form which is coming from the standard dot matrix printer( 80 column).
    In the Sap script how i will define the dimensions of main page window .
    The printer is in US .  How i can sets the page dimensions .
    reward point will be provided.
    Regards

    Change SEQUENCE = "213" to SEQUENCE = "218" in the Task ID Field component. That will solve the issue.
    --Shiv                                                                                                                                                                                                                               

  • Main Viewer Window does not display correctly

    Ever since I upgraded to Aperture 3.3 through 3.4.1, the main viewer window does not display correctly.  Everything is justified to the right of the screen.  When viewing images, the are not in teh center, they are over to the right.  I can't even see the import controls when trying to import... actually I can't even press the import button or add metada.  I am really in a bad position here.  Need help with this... anyone out there have a solution please?  my clients are waiting for their photos.  Yikes!
    Right justified?
    No Import Controls?
    Faces -  Everything displayed in a single row, runs off the end of the right side of the screen

    Have a read through this page and follow the directions to delete your application preferences,
    Let us know how you go.
    Tony
    http://support.apple.com/kb/HT3805
    Message was edited by: Tony Gay

  • How can I get the cursor to appear in the main search window on the Google home page by default?

    The cursor in my Firefox appears in the address bar. I would like it to appear by default in the main search window on my default home page, Google.com. How?

    This is all very Greek to me. Is it really this hard just to get the cursor to appear in the main search window when Google.com is one's default home page?
    I don't really know much about Firefox extensions. My list includes Adblock Plus 1.3.8; Duplicate This Tab 1.2; Java Console 6.0.25; Java Quick Starter 1.0; Microsoft .NET Framework Assistant 0.0.0; New Tab Homepage 0.4.3. Nothing unusual is indicated for either Java item, Console having been updated 4/27/2011.
    What to do next?
    Thank you.

Maybe you are looking for