Ordering fileds in a Frame

I created a frame with 15 fields and the related labels.
I moved them around in order to have a better layout.
Now the field order in the structure pane is casual.
How can I reorder them for a better code reading?
TIA
Tullio

While we're on the topic of the Structure Pane and ordering... the same goes for rowSetInfos ( and probably other things I've not noticed )....
If you (Oracle) are doing a rewrite can the structure panes have the critters alphabetically sorted ( hierarchically so that alphabetically ordered controls stay inside alphabetically ordered panels; and alphabetically ordered attributes inside of alphabetically ordered rowsets) so that on a large project one can find things easily? NOT according to their appearance in the source, or as adds to the panel.
T Bettinazzi - I'd bet if you went into the source and re-ordered them in the source (for an application - this.getContentPane().add.. ) it would come out the way you want it? There seems to be some sort of relationship between the order of the Structure Pane and that part of the source.
Also haven't figured out how to easily hilight/cut paste/move or print the stuff in the structure pane. I needed to do that the other day and ended up having to use the source and clean it up.
grin anyone write a documentation generator yet, or a pretty print reorderer. ( Uh... another issue... as I swap between custom coding and the Editors, code seems to plop down in all sorts of fun locations. It still works.... but I end up having to reorder the code to make it maintainable )
Thanks for listening

Similar Messages

  • Update service order fileds using exits or BADI

    Hi,
    while creating service order some fileds need to be populated like INGPR, ILART,KOSTL etc. When I create service order these fileds should be populated automatically but this is not happening . Kindly suggest anu BADI or user exit
    Regards,
    Ram

    Thanks Naresh, it helped...
    Can you please help on the below:
    1. For outbound Sales order IDoc- CRMXIF_ORDER_SAVE_M01,need BADIs for modification of the IDoc before it gets generated.
    2. Need program to generate output as outbound IDoc- CRMXIF_ORDER_SAVE_M01  for sales order conformation/acknowledgement.
    3. Need a BADI after the EDI Sales order is saved.
    Thanks in advance
    Vijay

  • Table of contents and the order of multiple text frames flowing across pages

    I have a multi-page document,
    on each page, there are 2 text frames:
    - A text frame for containing a PAGE TITLE
    and
    - A text frame, flowing from one page to another containing: a MAIN TITLE, a SECTION TITLE, and flowing body copy (on page 1); and another MAIN TITLE, a SECTION TITLE, and flowing body copy; (on page 2)
    When I generate a TOC, using the Page, Main and Section Titles styles, the expected outcome would be:
    Page Title             1
       Main Title           1
    Section Title          1
    Page Title             2
       Main Title           2
    Section Title          2
    But because the Main title and Section titles are all within one flowing text frame and the content flows across multiple pages, and each of the Page Titles are within 2 separate text frames, the actual TOC generated is:
    Page Title             1
       Main Title          1
    Section Title         1
       Main Title           2
    Section Title          2
    Page Title             2
    ...where the TOC lists all the TOC items from the flowing text frame in one grouping first, then the individual free standing text frame title.
    QUESTION: Is the only way to automatically rectify this is to combine all the text into one flowing text frame? or is there another workaround?
    Have played with the left/right, top/bottom alignment of the individual text frames; also experimented with the object layering, to no avail..
    Thanks for any insights.

    I ended up using a product called InFlow from EmSoftware.  The solution offers a plugin to InDesign that builds pages on the fly when there is overset text.  The setup is pretty minimual and it seems easy to use.  The only drawback that the plugin MAY have is that it does not remove the pages it built if the pages are not needed from record to record.  I could not test this myself since my test data did not test more then one record, but when I turned my proof set off, the pages that were built were still on screen.  It does seem to work well for what we are looking to do, so if anyone is looking for something that will build pages on the fly in situations where the "Dynamic Story Handling" is not available, I would suggest looking into this.

  • How to archives sales orders after a certain frame-say 1 week

    Basically We want the facility where the system automatically archives sls orders after a certain timeframe - ie one week.
    Sls order is raised for the customer, if during 7 days it is not processed through the SD cycle the system automatically archives based on the set date range of 7 days.
    It wil help us manage outstanding sls orders. Can SAP do this?
    Regards
    TS

    Hi Taufique,
    The standard SAP solution allows archiving of documents which have attained a certain status. The status here means that the document should be completed in all respect, that is, no further processing is pending for the document. For this to work you have to define an archiving object for VBAK and VBAP table in BASIS.
    Just another suggestion to your issue, if the Memory capacity for transactional data at your firm is not a issue, then you can run a  batch job every weekend, which basically puts a "Reason for Rejection" in all the Sales orders selected. This will be much easier and also resolve you problem..
    Regards,
    Shashi

  • Sales order Fileds: Doubt!

    Hi,
    I am not a fucntional guy: can you please tell me where can i find the following fields in VA03?
    Open Quanities
    Number of deliveries
    Number of delieveries on time
    Thanks,
    Ravi

    Hi Ravi,
    You can goto schedule line tab at the item level in VA03 and can find the ralevant(NOT EXACT) data.
    The table is VBEP.
    If you want the number of deliveries for a particular sales order then you can find it through table VBFA.
    Regards
    Karan

  • How to make an order on repeating frame using Formula Column?

    Hi All,
    I have a repeating frame dependent on some query, how to make an order on this repeating frame using a formula column defined in its group and dependet on values from the query?
    Note: I'm using Reports 6i

    Place your formula column at the top of the itm group and set the BREAK_ORDER to assc.. or desc...
    Hope this helps
    Hamid
    if problem solved, close the thread.

  • Accessibility: Reading order of tables and anchored frames

    I am creating accessible, tagged (section 508 compliant) PDFs in FrameMaker 9. The reading order for tables and frames is not correct.
    When I view the PDF reading order using Adobe Acrobat Professional or another screen reader, anchored items such as tables and anchored frames are  placed last in the reading order, regardless of where they appear in the document flow or page layout. The reading order skips over all tables and frames, reading all paragraphs on a page first, then reading the tables and frames as the last objects on the page. This logically doesn't make sense to skip over tables/frames as they generally apply to the content that preceeds it.
    For example, the following document structure:
    <Paragraph 1>
    <Table 1>
    <Paragraph 2>
    <Anchored Frame 1>
    <Paragraph 3>
    <Anchor Frame 2>
    <Paragraph 4>
    is being read by assistive technology as:
    <Paragraph 1>
    <Paragraph 2>
    <Paragraph 3>
    <Paragraph 4>
    <Table 1>
    <Anchored Frame 1>
    <Anchor Frame 2>
    I want the document structure to be read correctly as intended.
    In otherwords, the PDFs generated by FrameMaker 9 are not completely accessible because of incorrect reading order output by default. This information is not listed in the VPAT for FrameMaker 9.
    I want to avoid any post processing using Acrobat's Touch Up Reading Order tool. Is there a way to automate updates to reading order?
    Can FrameMaker 9 logically place tables and anchored frames into the correct reading order? How do I adjust these settings?
    Thanks in advance!

    As mentioned above, tables and anchored frames are inserted into thier own paragraph style "Frame". The paragraph style "Frame" is tagged. To my knowledge, there are no options for tagging or not tagging tables or anchored frames.
    Regardless of which paragraph type the table or anchor frame is inserted into, and what that paragraphs tagging settings are, it is still last in the reading order.
    I've tried a variety of options: tagging the "Frame" paragraph style as a sibling, child, and parent of my other paragraphs; I've even tried omitting it from the reading order. None of these options present anchored frames (and tables) in the logical reading order.
    Even images that are inline (within a paragraph; not in thier own paragraph) are not being read as part of the paragraph.  Inline images get skipped over by screen readers and get read at the end of the page, which makes no sense whatsoever.
    All tables and images end up at the end of the reading order (after ALL paragraphs) regardless of the tagging settings.
    Refer to my previous screenshot for a clear diagram of what is happening to the reading order. Each of those anchors is in it's own paragraph style. I want tables and anchored frames to be sequential in the reading order along with paragraphs. (1,2,3,4,5,6 not 1,4,2,5,3,6.)
    I'm using the Tags tab of the "PDF Setup" dialog to adjust these settings. Is there somewhere else I should be making changes to the reading order?
    This is a bit disturbing because FrameMaker touts creating accessible documents and this severe reading order issue impares my ability to do so. I would not consider documents that jump around the page in an illlogical, fixed order, to be accessible. I'm very suprised that no one else has encountered this issue (at least that I can find...)

  • Make Frames from Layers order

    When I try and make frames from layers from a png sequence I laod in via Scripts>Load files into stack, the layers turn to frames in the compelty wrong order. Is there anyway to control the order of the frames when being turned from layers? This woudlnt be so difficult if i had less than 20 frames, unfortunely it is very tedious and difficult to re-order more than 30 frames in the timeline.
    thanks!
    -amanda

    If the order is reversed you will find  a reverse frames item  in the animation panel fly-out menu...

  • Order status no longer shows any items

    The order status area of my account no longer shows any items even going back 18 months.
    I've placed about 6 orders in that time frame including one last week. I followed the link to Pre-sign for the shipment but the order never appears, even after 5 days.

    I'm having the same problem. There was a page where one could go that had a complete listing of products purchased, including software downloads. I can't find it anywhere and it's really annoying. I own three Macs (two Macbooks and a MBP) and each time I need help I have to dig around for the serial number, etc. Plus the one machine that the Expert system shows as mine, a G4, I sold years ago. What's the big deal about maintaining customer profiles? Everyone else does it. Is there a new URL or something that no one thought to tell us customers of 30 years-standing about?

  • Spanning Columns, Messes TOC Order

    Hello
    I have earlier posted a thread with my problem. See: Re: TOC Problem, Wrong Order, Connected/Unconnected Text Frame
    Now when the problem is tracked down (spanning of columns) I choose to create a new thread hoping that someone has encountered the same problem and has a possible solution. (Using CS 6)
    The problem:
    I have chapters (H1) with sub-chapters (H2). The text is flowing freely between the chapter text-frames, until a new chapter (H1) starts. The chapter title (H1) spans over all columns, defined in its paragraph style.
    When creating a TOC I have found that if a sub-chapter (H2) is above a new chapter (H1) the spanning column function messes up the TOC order. See chapter 1:4 in my example.
    The problem may be bypassed by doing one of the following things:
    Disable the column span of H1. E.i the chapter heading in a single column messes up the original layout.
    Connect all text frames. E.i, flow text thru all text-frames, may become a problem when rearing the chapter order.
    Remove the text-frame connection of the text-frames….
    None of these solutions are sufficient. I have never during my 13 years with Indesign encountered such showstopper/bug.

    Thanks for your replay.
    The numbers is written text to make it easier to comprehend the example. These are not auto-generated.
    In the other thread I had got some response:
    "When the textframe flows from an even page number to an uneven page number the problem (like from page 2 to page 3) the TOC is incorrect.
    But when the textframe flows from an uneven page number to an even page number (like from page 3 to page 4) the TOC is correct."
    Which does not make any sense at all.

  • How to Apply a Graphic Element's "href" Attribute Value on a Graphic Frame

    I have a graphic frame, which I wish to fill with a graphic image. The graphic frame appears as an element in the Structure, as it has a tag attached, and that element has a legitimate "href" as a full path to a graphic file. In UI mode, I have to drag that element onto the graphic frame in order for the graphic frame to be filled with the graphic file. How do I perform the same action in JavaScript?
    TIA
    mlavie

    I thought I should provide an explanation for what I meant:
    I am aware, of course, of how to use "Place". The issue here is that I have a Page that is a template, which includes a Graphic Frame. I want to open the page, and then update the Graphic Frame element's "href" tag with the path of a graphic file, and have that file then appear in the Graphics Frame. By default, InDesign does not redraw the Graphics Frame when you change the value for the "href" attribute - you need to drag the parent element onto the Graphics Frame.
    TIA
    mlavie

  • Monitoring of Sales Order created during specified timeframe using BPMon

    Hi,
    There is a requirement from our customer to setup Monitoring Object for Sales Order in Business Process Monitoring:
    The details are as follows:
    Monitoring object should be able to fetch all the Sales Order created between a specified timeframe: (say 12:00:00 to 15:00:00) and give alert if the threshold is crossed.
    Say for eg: the Monitoring object should gather information of all the Sales orders created between the said time frame and give an alert. So the information of Sales Orders out of time frame is not required by the client. I could see that the standard monitoring object for (Sales Documents and Sales Document Items gives an option to select data from previous day or current day... but this is for the entire day whereas our requirement is for a said time frame.
    Is this feature available with standard monitoring object ?? Experts please advise.
    Thanks and Regards,
    Kavita

    Hi,
    There is a requirement from our customer to setup Monitoring Object for Sales Order in Business Process Monitoring:
    The details are as follows:
    Monitoring object should be able to fetch all the Sales Order created between a specified timeframe: (say 12:00:00 to 15:00:00) and give alert if the threshold is crossed.
    Say for eg: the Monitoring object should gather information of all the Sales orders created between the said time frame and give an alert. So the information of Sales Orders out of time frame is not required by the client. I could see that the standard monitoring object for (Sales Documents and Sales Document Items gives an option to select data from previous day or current day... but this is for the entire day whereas our requirement is for a said time frame.
    Is this feature available with standard monitoring object ?? Experts please advise.
    Thanks and Regards,
    Kavita

  • FW order PR tp FW order PO conversion..

    Hi ..
    i want to create a Framework Purchase order with reference to Frame work PR..
    For that purpose , i have created A FW PR with itme category Standard..
    But while converting in PO, i want item category to be B.i.e. limit.
    System is not allowing to do this . so pls tell me the configuration needed for this..
    thanks

    Hi Akkshaya,
    First you need to link the purchase requisition Document type and Item category with Purchase Order document type and item category, then only system will you to do the FW PO with reference to FW PR,
    So goto SPRO-MM- Purchasing--Purchase requistion --Define document types.
    So select the document type FO and link that to your other Purchasing document type which is available and also select the Item category as 'B' for both document type.
    rgds
    Chidanand

  • Dropping frames in QT export from CS3

    I just got CS3 for my PC and I was all excited about the new
    feature that lets you export dynamic/actionscripted/MovieClip
    content. I do animation targetted at TV, so everything needs to be
    rendered to AVI or Quicktime, so I figured that this new feature
    would let me use a dynamic camera symbol as I've always wanted to.
    I've run into a problem, though: the export process seems to
    drop frames! As far as I can tell, Flash is rendering and recording
    the frames of the animation in real time (or perhaps just close to
    real time). If the computer has any hiccups because of another
    process demanding some processor time then the resulting quicktime
    will have frozen bits where the renderer couldn't keep up.
    You can see what I'm talking about by looking at the
    quicktime and an AVI of the same scene here:
    http://www.pinkandaint.com/flasherror/bad.mov
    http://www.pinkandaint.com/flasherror/good.avi
    To test this theory, I tried witching applications a bunch
    during a render. Sure enough, there were long sections in the
    resulting quicktime where the renderer missed frames. The quicktime
    is the right length and number of frames -- it just repeated the
    same frame over and over where it couldn't keep up.
    That's not the only problem, though. When I look at the
    exported quicktime file in either Quicktime Player or Premiere pro
    (version 1.5) it reports a framerate significantly lower than in
    the original FLA. In the file I'm looking at right now, the FLA's
    framerate is listed as 29.97 but the MOV file reports a rate of
    19.29 (which is, incidentally, different than the framerate I got
    any other time I exported the same scene). In premiere, when I tell
    it to interpret the footage as having 29.97 fps the clip gets
    significantly shorter than it should be -- in this case 161 frames
    rather than the 208 frames that it is in the FLA.
    I'm pretty sure this is the same way that the various
    SWF-to-video programs do things. I thought it was an interesting
    kludge to use those external programs but I was sure Adobe would be
    able to do something more elegant and sure-footed with this new
    export feature. Couldn't they have somehow guaranteed that each
    frame would get captured? It seems like they could have just
    modified the Flash player to play with artificial time, where the
    time to render each frame was always reported as 1/framerate.
    Oh, and there's one more problem. The Quicktime renderer
    seems to do something different about the order of execution of
    actionscript or something. In the rendered quicktime movie the
    first frame displays my camera symbol even though I explicitly made
    it invisible with actionscript on the first frame of its timeline.
    When displaying in the Flash player the first frame does _not_
    display the camera symbol....
    Has anyone else encountered these problems? If so, have you
    figured out a workaround? I tried setting the framerate really low
    (I was at 29.97, so I set it down to 10) but it still seemed to
    miss frames.
    -David

    I can understand your frustration with this feature as it
    tries to capture in real time what's being
    compiled in the player - but your last line is a bit unfair:
    "...it
    > exemplifies the Flash team's disregard for animators in
    favor of web developers."
    Copy Motion and Copy Motion as AS3 are useful new additions
    for animators. I will add however that I
    myself have a list of animation oriented features I would
    love to see added in flash but for now
    have you checked out www.flashants.com and their SWF2Video
    tool? It exports an SWF to AVI with
    flawless results. Worth looking into if you have the need to
    output any kind of flash content to video.
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    animator_geek wrote:
    >
    quote:
    Originally posted by:
    Newsgroup User
    > [...]
    > Turn off other applications. When recording, Flash uses
    all of your system's
    > available resources as much as possible, so any
    interference of the system
    > performance affects the result of the recording. We
    recommend you exit other
    > applications while exporting to a video.
    >
    >
    > So you're telling me that Flash makes my computer
    completely unusable while
    > it's rendering? Sorry, I thought we left that kind of
    limitation behind with
    > DOS. Particularly for something like this, where the
    rendering process should
    > be
    completely independent of real-time. The renderer should go
    exactly
    > as fast as it needs to in order to capture every frame.
    Whether I set the
    > frame rate to 1 or 1000 should make no difference in how
    many frames are
    > dropped in the rendering process.
    No frames should ever be dropped I
    > mean, what's going on here? You guys have access to the
    actual source code of
    > the renderer. Can't you adapt it so that it when it's
    rendering non-real-time
    > the SWF thinks that it's executing at exactly the frame
    rate it desires? You
    > could just set the renderer's "clock" to whenever the
    render was started, then
    > increment it 1/fps seconds every frame. The program
    would never be the wiser.
    > You could even let the timer run (or simulate it
    somehow) for 1/fps seconds
    > between rendering each frame, thereby handling any timer
    events that need to be
    > sent while the SWF is running.
    >
    > Clearly I'm not privy to the inner workings of the Flash
    player but as a user
    > there's a certain standard I expect, particularly when a
    company touts this
    > great new feature. It's supposed to work as advertised.
    This feature clearly
    > does not.
    >
    > Now I've been a software engineer in the past and I know
    that sometimes
    > workarounds have to be made but this is just too much.
    To me as a user, it
    > exemplifies the Flash team's disregard for animators in
    favor of web developers.
    >
    > -David
    >
    >
    quote:
    Turn off audio. The audio in a Flash movie may also slow the
    performance
    > possibly causing dropped frames. Turn off the audio, if
    you have many
    > dropped frames in the first attempt. Other video editing
    tools can be used
    > to add the audio to the video after export.
    >
    > Reduce frame rate. If the movie dimension is a full size
    NTSC video, 740 x
    > 480, and frame rate is 30 fps, you are more likely to
    have dropped frames.
    > Reduce the fps of Flash movie increase the chance of
    grabbing all the
    > frames. Other video editing tools can be used to adjust
    the frame rate of
    > the video after export.
    >
    > Optimize your animation. Try to avoid a lot of screen
    motion. The greater
    > the area of change on the screen, the more likely
    slowdown will occur. Also,
    > if possible, restrict your use of transparency and alpha
    channels as they
    > too can cause poor performance.
    >
    > Use ActionScript 3. Animation created by ActionScript 2
    and ActionScript 3
    > are different in play back performance. Convert the
    ActionScript in your
    > animation to ActionScript 3 for optimized performance.
    >
    > Dimension settings in 2 places. The dimension settings
    in Export Settings
    > dialog sets the dimension of the SWF movie to be
    captured. The Size settings
    > in QuickTime Settings dialog sets the dimension of the
    exported MOV files.
    > If the SWF size is smaller than the exported MOV size,
    the picture quality
    > will be degraded; if it is larger than the exported MOV
    file, you may have
    > better picture quality. For best quality (and often
    performance) these
    > settings should match.
    >
    >
    >
    > "animator_geek" <[email protected]>
    wrote in message
    > news:[email protected]...
    > >I just got CS3 for my PC and I was all excited about
    the new feature that
    > >lets
    > > you export dynamic/actionscripted/MovieClip
    content. I do animation
    > > targetted
    > > at TV, so everything needs to be rendered to AVI or
    Quicktime, so I
    > > figured
    > > that this new feature would let me use a dynamic
    camera symbol as I've
    > > always
    > > wanted to.
    > >
    > > I've run into a problem, though: the export process
    seems to drop frames!
    > > As
    > > far as I can tell, Flash is rendering and recording
    the frames of the
    > > animation
    > > in real time (or perhaps just close to real time).
    If the computer has
    > > any
    > > hiccups because of another process demanding some
    processor time then the
    > > resulting quicktime will have frozen bits where the
    renderer couldn't keep
    > > up.
    > >
    > > You can see what I'm talking about by looking at
    the quicktime and an AVI
    > > of
    > > the same scene here:
    > >
    http://www.pinkandaint.com/flasherror/bad.mov
    > >
    http://www.pinkandaint.com/flasherror/good.avi
    > >
    > > To test this theory, I tried witching applications
    a bunch during a
    > > render.
    > > Sure enough, there were long sections in the
    resulting quicktime where the
    > > renderer missed frames. The quicktime is the right
    length and number of
    > > frames
    > > -- it just repeated the same frame over and over
    where it couldn't keep
    > > up.
    > >
    > > That's not the only problem, though. When I look at
    the exported
    > > quicktime
    > > file in either Quicktime Player or Premiere pro
    (version 1.5) it reports a
    > > framerate significantly lower than in the original
    FLA. In the file I'm
    > > looking at right now, the FLA's framerate is listed
    as 29.97 but the MOV
    > > file
    > > reports a rate of 19.29 (which is, incidentally,
    different than the
    > > framerate I
    > > got any other time I exported the same scene). In
    premiere, when I tell
    > > it to
    > > interpret the footage as having 29.97 fps the clip
    gets significantly
    > > shorter
    > > than it should be -- in this case 161 frames rather
    than the 208 frames
    > > that it
    > > is in the FLA.
    > >
    > > I'm pretty sure this is the same way that the
    various SWF-to-video
    > > programs do
    > > things. I thought it was an interesting kludge to
    use those external
    > > programs
    > > but I was sure Adobe would be able to do something
    more elegant and
    > > sure-footed
    > > with this new export feature. Couldn't they have
    somehow guaranteed that
    > > each
    > > frame would get captured? It seems like they could
    have just modified the
    > > Flash player to play with artificial time, where
    the time to render each
    > > frame
    > > was always reported as 1/framerate.
    > >
    > > Oh, and there's one more problem. The Quicktime
    renderer seems to do
    > > something different about the order of execution of
    actionscript or
    > > something.
    > > In the rendered quicktime movie the first frame
    displays my camera symbol
    > > even
    > > though I explicitly made it invisible with
    actionscript on the first frame
    > > of
    > > its timeline. When displaying in the Flash player
    the first frame does
    > > _not_
    > > display the camera symbol....
    > >
    > > Has anyone else encountered these problems? If so,
    have you figured out a
    > > workaround? I tried setting the framerate really
    low (I was at 29.97, so
    > > I set
    > > it down to 10) but it still seemed to miss frames.
    > >
    > > -David
    > >
    >
    >
    >
    >
    >
    >

  • Remove frame from indicator

    How to remove frame from numeric indicator? I tried in "Modern" but cannot get rid of the frame. There is "System" indicator  but I cannot change the background color to match vi's background. Any ideas?
    I put picture of what I need. 
    Thanks,
    Zoran
    Solved!
    Go to Solution.
    Attachments:
    frame.JPG ‏33 KB

    And in order to remove the frame from the modern indicator, you use the paint tool and color it transparent. Make sure you select the frame by hitting the space bar.

Maybe you are looking for

  • Photoshop CC 2014 - error: javascript plug-ins was missing

    hi, i have this problem: when i try to open different things, like photomerge or libraries, i see always this message: "photoshop don't open ... because was missing javascript plug-in". Please tell me a solution, i reinstalled but nothing. Here are t

  • Capture jerks and freezes

    All of a sudden, without changing a single setting, I can't capture material, that I've been able to capture few days ago!? The preview is fine, I can watch the footage through the preview window in log & capture, but when I press +capture now+ (the

  • License Included in UCM-7845-71-KIT

    Dear How can I know the License included on the Media Kit of the UCM 7.1 (2b) Know that the P.N of that product is UCM-7845-71-KIT

  • Tooltip trigger styling not working

    Hello, I'm using Muse 3.1 on Mac 10.8 and i'm having trouble with trigger stlying. I'm able to style it exactly how i'd like it in the design view, but when i go into the preview view (or browser based view), the tooltip looses some of it's styling a

  • Cant allocate free space -partition

    So this is my problem -->  http://i48.tinypic.com/2hf54du.png I want to put all the space in 1 partition, but I cant. Help please!