Take 2_Newbie question re. tables/frames/layers

Hi all
I have created this as a new post as the original one by
DummyPete has become a bit too long and the topic has altered
somewhat :)
DummyPete orignially wrote:
"Basically, I'd like to create the fairly common design where
the left sidebar has hotspot buttons and remains static/consistent
across all pages, along with the top header banner. The sidebar and
the banner are sizeable GIFs, so I don't want to keep reloading
them for every page.
I tried frames, but couldn't get the images to lineup and all
the separate HTML files to work; besides, the book says to avoid
frames. Then I tried layers, but neither Firefox nor IExplorer
displayed my basic layout properly; I didn't even get as far as
hyperlinking the regions. I was able to create the desired effect
with tables, but I can't seem to figure out how to update only one
cell of the table when clicking the different hotspots in the
adjacent sidebar cell -- is this even possible?
I have a similar query:
I am trying to create a online folio where you click an image
with a link on a menu and it opens up a larger image on the page.
Like DummyPete If I use links it jumps between pages. What is the
easiest way to make such a gallery?
I have found a site to show what I am trying to do:
http://www.nolovelost.co.nz/main.html
I believe this uses frames. Is there a way to do this kind of
thing without frames? Are there any major problems using frames?
The responses i have had so far are:
HI! I think this is what you want unless you have a larger
gallery.
http://javascript.internet.com/miscellaneous/gallery-viewer.html#source
Sales
Webcan design
http://www.webcandesign.com
and
that opens a new window resized to the actual size of the
larger image...
this extension will allow you to do that:
www.dreamweaverfever.com/grow/
No need to use frames at all.
Nadia
Adobe� Community Expert : Dreamweaver
Thank you to those who posted:) much appreciated. It isn't
quite what I was looking for.
I have read may other posts about this subject and most point
to pre made galleries. I am happy to have each image as a separate
page. All I want to do is have a link and when it is clicked it
opens somewhere else on the pages without the rest of the page
jumping. When I create each image on a separate page (eg
image1.html, image2.html) with the same navigation setup on each
page it flicks as the each page loads. I really like how in the
example i posted you click the text link on the left and the image
opens to the right - how can i do this?
thanks
Poppit

Investigate either the FREE ShowPic extension from PVII -
http://www.projectseven.com/
or do it yourself using the SetTextofLayer behavior in DW,
using the method
demoed here -
http://dreamweaverresources.com/tutorials/settextoflayer.htm
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"novice dw" <[email protected]> wrote in
message
news:[email protected]...
> Hi all
>
> I have created this as a new post as the original one by
DummyPete has
> become
> a bit too long and the topic has altered somewhat :)
>
> DummyPete orignially wrote:
> "Basically, I'd like to create the fairly common design
where the left
> sidebar
> has hotspot buttons and remains static/consistent across
all pages, along
> with
> the top header banner. The sidebar and the banner are
sizeable GIFs, so I
> don't
> want to keep reloading them for every page.
>
> I tried frames, but couldn't get the images to lineup
and all the separate
> HTML files to work; besides, the book says to avoid
frames. Then I tried
> layers, but neither Firefox nor IExplorer displayed my
basic layout
> properly; I
> didn't even get as far as hyperlinking the regions. I
was able to create
> the
> desired effect with tables, but I can't seem to figure
out how to update
> only
> one cell of the table when clicking the different
hotspots in the adjacent
> sidebar cell -- is this even possible?
>
> I have a similar query:
>
> I am trying to create a online folio where you click an
image with a link
> on a
> menu and it opens up a larger image on the page. Like
DummyPete If I use
> links
> it jumps between pages. What is the easiest way to make
such a gallery?
>
> I have found a site to show what I am trying to do:
>
>
http://www.nolovelost.co.nz/main.html
>
> I believe this uses frames. Is there a way to do this
kind of thing
> without
> frames? Are there any major problems using frames?
>
> The responses i have had so far are:
>
> HI! I think this is what you want unless you have a
larger gallery.
>
>
http://javascript.internet.com/miscellaneous/gallery-viewer.html#source
>
> Sales
> Webcan design
>
http://www.webcandesign.com
>
> and
>
> that opens a new window resized to the actual size of
the larger image...
> this extension will allow you to do that:
www.dreamweaverfever.com/grow/
>
> No need to use frames at all.
>
> --
> Nadia
> Adobe? Community Expert : Dreamweaver
>
> Thank you to those who posted:) much appreciated. It
isn't quite what I
> was
> looking for.
>
> I have read may other posts about this subject and most
point to pre made
> galleries. I am happy to have each image as a separate
page. All I want
> to do
> is have a link and when it is clicked it opens somewhere
else on the pages
> without the rest of the page jumping. When I create each
image on a
> separate
> page (eg image1.html, image2.html) with the same
navigation setup on each
> page
> it flicks as the each page loads. I really like how in
the example i
> posted you
> click the text link on the left and the image opens to
the right - how can
> i do
> this?
>
> thanks
> Poppit
>

Similar Messages

  • Sap script '' how to create table frame in sap script"""

    i have some problem in sap script''  how to create table frame in sap script"""

    Hi,
    you can use BOX command..
    Syntax
    /: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
    Effect: draws a box of the specified size at the specified position.
    Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT and FRAME both a measurement and a unit of measurement must be specified. The INTENSITY parameter should be specified as a percentage between 0 and 100.
    1. XPOS, YPOS: Upper left corner of the box, relative to the values of the POSITION command.
    Default: Values specified in the POSITION command.
    The following calculation is performed internally to determine the absolute output position of a box on the page:
    X(abs) = XORIGIN + XPOS
    Y(abs) = YORIGIN + YPOS
    2. WIDTH: Width of the box. Default: WIDTH value of the SIZE command.
    3. HEIGHT: Height of the box. Default: HEIGHT value of the SIZE command.
    4. FRAME: Thickness of frame.
    Default: 0 (no frame).
    5. INTENSITY: Grayscale of box contents as % .
    Default: 100 (full black)
    Measurements: Decimal numbers must be specified as literal values (like ABAP numeric constants) by being enclosed in inverted commas. The period should be used as the decimal point character. See also the examples listed below.
    Units of measurement: The following units of measurement may be used:
    • TW (twip)
    • PT (point)
    • IN (inch)
    • MM (millimeter)
    • CM (centimeter)
    • LN (line)
    • CH (character).
    The following conversion factors apply:
    • 1 TW = 1/20 PT
    • 1 PT = 1/72 IN
    • 1 IN = 2.54 CM
    • 1 CM = 10 MM
    • 1 CH = height of a character relative to the CPI specification in the layout set header
    • 1 LN = height of a line relative to the LPI specification in the layout set header
    /: BOX FRAME 10 TW
    Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).
    /: BOX INTENSITY 10
    Fills the window background with shadowing having a gray scale of 10 %.
    /: BOX HEIGHT 0 TW FRAME 10 TW
    Draws a horizontal line across the complete top edge of the window.
    /: BOX WIDTH 0 TW FRAME 10 TW
    Draws a vertical line along the complete height of the left hand edge of the window.
    /: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15
    /: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.
    check the fallowing link also
    http://help.sap.com/saphelp_40b/helpdata/en/d1/803293454211d189710000e8322d00/content.htm
    Mark the points if u find it useful...
    Regards,
    Omkar.

  • How to change the Field Symbol, so Adobe Forms takes it as a Table?

    Hi guys,
    I created an Field Symbol, in a Interface which I use for Adobe Forms. The type of the Field Symbol is STANDARD TABLE, and this field symbol I fill with data from another program.
    But the problem is that in adobe forms, this Field Symbol is taken as TEXT FIELD and not as Table... and this shows me a Dump because it can't convert Internal Table to type C (the dump is like that).
    What I need, is how to change the Field Symbol, so Adobe Forms takes it as a Table?
    I looked at Adobe Form, and found this:
    The Type Category of the Field Symbol is DICTIONARY TYPE and I think I need to change it to Internal Table as shown in the right picture.
    Does someone have any idea?

    Hello Taly,
    To what i understand your requirement, you need to pass data from Field symbol to internal table in Adobe form.
    You have done it correct partially. I have replicated your scenario and steps are below -
    1) Create a Z structure
    2) Create Z Table Type
    3) Create Adobe Interface with Table & Field Symbol. Also do coding as shown to assign the internal table populated in driver program to filed symbol.
    4) Design Form as -
    5) Code driver as -
    *& Report  ZR_AF_FS_1
    REPORT  zr_af_fs_1.
    DATA: fm_name           TYPE rs38l_fnam,
           fp_docparams      TYPE sfpdocparams,
           fp_outputparams   TYPE sfpoutputparams,
           it_kna1           TYPE ztt_fs_1.
    * Sets the output parameters and opens the spool job
    CALL FUNCTION 'FP_JOB_OPEN'                   "& Form Processing: Call Form
       CHANGING
         ie_outputparams = fp_outputparams
       EXCEPTIONS
         cancel          = 1
         usage_error     = 2
         system_error    = 3
         internal_error  = 4
         OTHERS          = 5.
    IF sy-subrc <> 0.
    *            <error handling>
    ENDIF.
    *&---- Get the name of the generated function module
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'           "& Form Processing Generation
       EXPORTING
         i_name     = 'ZAF_FS_1'
       IMPORTING
         e_funcname = fm_name.
    IF sy-subrc <> 0.
    *  <error handling>
    ENDIF.
    *-- Fetch the Data and store it in the Internal Table
    SELECT kunnr name1 name2 adrnr FROM kna1 INTO TABLE it_kna1 UP TO 15 ROWS.
    * Language and country setting (here US as an example)
    fp_docparams-langu   = 'E'.
    fp_docparams-country = 'US'.
    *&--- Call the generated function module
    CALL FUNCTION fm_name
       EXPORTING
         /1bcdwb/docparams        = fp_docparams
          it_data                   = it_kna1
    *    IMPORTING
    *     /1BCDWB/FORMOUTPUT       =
       EXCEPTIONS
         usage_error           = 1
         system_error          = 2
         internal_error           = 3.
    IF sy-subrc <> 0.
    *  <error handling>
    ENDIF.
    *&---- Close the spool job
    CALL FUNCTION 'FP_JOB_CLOSE'
    *    IMPORTING
    *     E_RESULT             =
       EXCEPTIONS
         usage_error           = 1
         system_error          = 2
         internal_error        = 3
         OTHERS               = 4.
    IF sy-subrc <> 0.
    *            <error handling>
    ENDIF.
    6) Output -
    BR.

  • Simple question about table structure and HR in BW

    i need to following data from HR:
    current FTE, employee number, cost place
    i dont think the current FTE is stored per employee. Therefor is would need a list that contains:
    mutation start date, mutation end date, FTE, employee, cost place
    i think cost place is a custom field.
    my question : what tables names and field names do i need?
    Thanks in advanced

    Hi,
    For Head Count you can use 0HR_PA_0 datasource and the other Employee details like start date and end date you can get them from employee master data and FTE can be calculated from the Emloyee Master Data and Head count data.
    Hope this helps...
    Thanks,

  • LAF Package Table Frame Issues

    I have successfully implemented Francois' LAF package (Thanks very much, Fancois!) and
    am adapting the functionality to make our forms look more web-like, but I am having a few
    problems.
    First, I am having a problem where the table frames (header and body frames) are either
    vertically off or are vertically stretched. In the case where they are vertically off, I have a
    single table block with 14 rows and a vertical scrollbar. The frame is about an inch
    higher than it should be to line up with the table. In the case where the frames are
    stretched, I have 2 different database blocks on the same canvas with a vertical scrollbar
    controlling both and a horizontal scrollbar controlling one.
    Second, and this seems to be pretty basic (I should probably know how to do this after
    almost 10 years of Forms work). We use text items with no bevel to display the version
    of the software, user ID, database host, and login time on each canvas. These items
    have a gray background and they stand out like sore thumbs on the fancy new
    gradient-enriched canvas. I'd love to find a way where I could just show the text without
    having a background color so it would behave like boilerplate text.
    Any help is appreciated. Thanks!

    Francois,
    We have the same issues. I pointed them out in mt previous post related to Display Items. They don't have an implementation class ... That will be an issue.
    The only way to fix it is to turn them into TextItem.
    We also have an issue with Gradient Color ---> experience some flickering effect.
    First we see the default color and then the Gradient Color. This is only on when loading the form, it's fine when we switch the canvases already inside the form.
    The third issue is with Tabs. When the Gradient Color applied we see some default coloring around tabs.
    I feel that in conflict with the default Oracle's code at init() event. I do agree with you that this is the Open Source Project. But Oracle's Code is not an open source.
    Please advise.
    Thanks,
    Michael

  • How can I create a matrix question? Specifically, I need a question in table format that allows each respondent to list a number of events and then data for each event (date, location, number of participants, topics covered, etc.

    How can I create a matrix question? Specifically, I need a question in table format that allows each respondent to list a number of events and then data for each event (date, location, number of participants, topics covered, etc.

    Hi,
    Sorry, we do not support a matrix-question field.   Please try the multilines text field (where your participant can enter multiple lines in the input text box) and see if it works for you.
    Thanks,
    Lucia

  • Tables to layers

    I have a very old site that was built using layers converted to a table. In the CC version under modify, the layout mode does not display. The Adobe help section says this is where convert tables to layers exists. Can anyone tell me how to access this option?

    And for great reason, too. In the conversion, EVERY TABLE CELL becomes a separate absolutely positioned div. Someone was definitely sitting on their brain when they thought that would be a useful thing!
    I'm, afraid a rebuild might be your only good option. What is it about the site that makes you use the word "massive"?

  • Can we take backup of external table using expdp

    Can we take backup of external table using expdp, please suggest any doc.
    thanks in advance.

    @Fahd
    About the ACCESS_METHOD parameter
    -It's undocumented data pump parameter and it's should be used only when requested by Oracle Support
    -It's purpose is to specify the loading/unloading method, not filtering object types during the export or import
    -If this parameter is not specified,the Data Pump will automatically choose the best method to load or unload the data...
    so,
    the External Tables method
    -Is used by the data pump if data cannot be moved in the default method to load/unload data ,
    and that is direct path mode, or if there is a situation where parallel SQL can be used to speed up the data move even more

  • Tables or layers (div's)

    Hi, I am developing a site and I'm not sure if I should use
    tables or layers (div's). I like the freedom when laying out with
    layers but I'm afraid of browser compatibility with layers. I know
    that tables always look good in every browser but layers are
    displayed different. What would you suggest?

    Whatever you are comfortable with. Stay with tables until you
    are
    comfortable with using divs and css. Layers are absolutely
    positioned divs
    and should really not be used as a way to lay out a whole web
    page unless
    you know their drawbacks. Divs styled with CSS are the way to
    go if you want
    to move away from tables.
    Good beginner tutorials available at the Adobe site:
    http://www.adobe.com/devnet/dreamweaver/css.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    > Hi, I am developing a site and I'm not sure if I should
    use tables or
    > layers
    > (div's). I like the freedom when laying out with layers
    but I'm afraid of
    > browser compatibility with layers. I know that tables
    always look good in
    > every browser but layers are displayed different. What
    would you suggest?
    >

  • Design Question for table - related columns

    Hi,
    I have some design question about table I am working on.
    Here are the sample fields in the table,
    process_begin_date
    process_approved_by
    process_signed_by
    process_monitor
    process_communication
    the same way I have around 10 groups, for ex
    other_begin_date
    other_approved_by
    other_signed_by
    other_email
    other_something
    Question: Is good have all 50 fields in the same table? or any better idea?

    Hi,
    Number of columns should not be any issue, but, proper normalization may be better for your design and scalability. If you can explain what you are storing in this table, you might get help if you need to have more than 2 tables in this particular scenario.
    If all these fields are related to a single entity, probably this single table is already normalized and needs not to be replaced by two tables.
    Salman

  • Take dump of the table

    Hi Experts,
    I need to take dump of the table which has almost 16 millions records. However Excel 2007 has limitation of 1024*1024 records.
    Could you please let me know any other way  I can take the dump. ( One is use EDIT PLUS software)
    Thanks
    Vinay
    Edited by: Vinay Pasalkar on Apr 20, 2011 9:46 AM

    Hi Vinay,
    As you said, there is restriction with MS Excel. But you can always have it downloaded into multiple files using/writing a custom program(which is a laborious process though). You will have to find out from your Basis Admin or Database Admin, as to which is the underlying database. As per the Database, there are two formats that you can download into:
    1. Oracle - Download/Export the data into " .dmp " format in the Oracle platform, which is basically an export/dump platform of the data which can later be imported into the system needed.
    2. DB2 -    Download/Export the data into " .ixf " format in the DB2 , which is basically an export/dump of the data which can later be imported into the system as needed.
    Please post back on any further issues, so this information can be useful to everyone.
    Best Regards
    Chaitanya

  • Adobe After Effects CS6 takes FOREVER to lock existing frames before rendering

    My After Effects CS6 locks up for 3 minutes "Locking Existing Frames" before it even begins to start rendering, every time I need to preview anything - even at the lowest possible quality.
    The render goes perfectly normal - it is not the rendering that is the problem - it is the "Locking Existing Frames" process BEFORE rendering that freezes up my computer for 3 minutes, and ruining my life.
    I am using Adobe After Effects CS6 on a Mac Book Pro with a 2.9 GHz Core i7 processor (2 cores) and 8 GB of RAM.
    Please help me understand what is happening when it is "Locking Existing Frames," and what some solutions could be to reduce the amount of time it takes to do this.
    ALSO: I have scoured the Web for hours looking for the answer to this problem, and to this point it has never been solved.  If you can solve this issue, Adobe should give you a promotion and $1 million.

    Hi Rick and Greg,
    Thanks for the quick responses.  Below are all the details to all your questions.  Also - just to emphasize again - my rendering goes super awesomely fast.  It is not the rendering.  It is the "Locking Existing Frames" process before the rendering that is ruining my life.
    FREE MEMORY:
    This is brand new Mac Book Pro with hardly anything stored on it.
    The 8 GB of RAM is split into 2 memory slots, each with 4GB of RAM
    3RD-PARTY CODECS:
    I am not aware of any third-party codecs in this system.  I imported some fonts (ITC Franklin Gothic) and some video files (see below), but I am not aware of any third-party codec installed on this system.
    DISC CACHE:
    My Disc Cache is enabled
    My maximum disc cache size is 69 GB
    I do not have a seperate "fast hard drive" or "SSD" seperate from my main hard drive, where I store my footage.
    MPEG SOURCE FILES:
    If by source files, you're asking about the video files I imported:
    2 MP4s (5 sec. each)
    3 QuickTime .mov (3 sec. each)
    1 Audio-only FLV. (2 minute background music throughout video; used to be a Premiere working file)
    MULTIPROCESSING
    Turned off, but still locks up forever before rendering.
    ADDITIONAL FUN FACTS:
    Here are some additional observations that might help:
    It doesn't just take a long time to start rendering; it freezes my entire computer for the duration of the "Locking Existing Frames" process - putting my entire life on hold for 3 minutes, every time I need to preview a minor detail... It's a nightmare.
    The video is 1 min. 45 sec. long so far, and has 15 sec. to go.
    The video is comprised of 99 percent motion graphics, and 1 percent actual footage (Occupy Wall Street hates my footage)
    The complexity in this video is that there are a lot of compositions inside of compositions inside of compositions, but even when I go to the very beginning of the first comp - where the only animation is a line being drawn with the "Stroke" effect - it still takes 3 minutes to "Lock Existing Frames."
    Again... The rendering goes super fast after the "Locking Existing Frames" process.  The problem is NOT with the rendering.  The problem is the "Locking Existing Frames" process BEFORE the rendering starts.
    This is my job and I can't do efficiently until I solve this problem, so I will be very responsive until we can identify the issue.
    Thanks again for all your helpful responses!

  • Creating SAP QUERY - question about tables in buisness transactions.

    Hello.
    I am pretty new to SAP.
    I want to create a query, as i so far have successfully done by creating a join in transaction SQVI.
    I am useing several tables;
    CRMD_ORDERADM_H
    CRMD_ORDERADM_I
    CRMD_ORDER_INDEX
    I have two questions.
    1: I try to join CRMD_ORDER_INDEX-PARTNER_NO with BUT000-PARTNER, but it won't do the trick. After a join like this i would like to join BUT000 with ADRC . Can someone explain how i could do this?
    2: I want join CRMD_ORDERADM_I with all the partners for the specific Item. (sold-to-party, shipping-party and so on). Can anyone tell me which table(s) i can find this in, and what fields to join.
    I will appreciate any answer to this

    Hi,
    For the second question, enter your transaction number ( Object ID ) into <b>CRMD_ORDERADM_H</b>  table. Pass the guid to table <b>CRMD_LINK.</b>
    Take set guid from CRMD_LINK and pass it to <b>CRMD_PARTNER</b>.
    You will get all the partners in that transaction
    regards,
    Prashant
    <b>Kindly Reward the points if helpful !</b>

  • Animation question: when adding new layers...

    Using CS5. Let's say I have 9 layers in my Photoshop document, and I've successfully created an animation by making some layers visible in some frames and not others. (When making the animation, I'm using the frame view, not the timeline view.) Now let's say that for some reason, I need to add a new layer, perhaps to make the animation look better or to add some missing text. When I add the new layer (call it layer #10), this new layer becomes visible on every single one of the animation frames, and I have to go back to every single frame and remove the new layer #10 from showing. Question: is there a way to avoid this? My goal is to be able to add a new layer without it showing up on every single animation frame I've already finished.

    In the animation flyout menu, uncheck New Layers Visible in All Frames.
    more info:
    http://help.adobe.com/en_US/photoshop/cs/using/WSB8C58284-9DEB-44f2-9D8F-7F77594A8CC2a.htm l
    MTSTUNER

  • Question about Tables:  Urgent

    Hi, I'm trying to create a table inside BW.  The objective is to create this table so that an Oracle Administrator can "Push" or "drop" data into this table in BW.  I'm currently using 2004s, so I am having quite a hard time....  What are the sequence of steps required in creating this table with the end goal of activating it so that it can be "seen" and used...  How do I activate the table?  Do I need to generate a datasource for this?  If I do, what are the sequence of steps that I need to do for this?  Much thanks....
    - Beleaguered B.I.

    Philips:
    A. Assuming that I have successfully created a table in B.I. 7, how will I check to
    ensure that the table that I just created exists in the system? What are the
    sequence of steps to doing this check? Will the administrator on the Oracle
    side (see original question) be able to "see" this table?
    When you activate the table, go to transaction Se16 and put your tablename and press f8, if the table is not active, you will get a mesage. This is a initial check.
    When you create a transparant table in SAP, SAP creates automatically created a table in the database underlying. Thats why it is called transparent table.
    YES. youur administrator can see the table with a SQL statement desc TABLE in the database layer.
    B. Assuming that I successfully created a DataSource, how can i check to ensure
    that the DataSource is indeed active and is in the System? What are the
    sequence of steps to achieving this?
    The last step in creating data source is to save / generate. Once generated, you can see the data source in RSA3. Run RSA3 and give the data source name and press f8, you will see the result.,
    C. Is there a particular methodology or standard as to how I should create a table?
    Can you point me out to a documentation or link to a "HOW TO" in creating
    tables? Where exactly in the BI 7 system are the tables store.
    To create a table you need something called developer key which is a long string of numbers. Check with your basis administrators and they will generate the key for you.
    Once you have this, decide the structure of your table and we will take it from there.
    Ravi Thothadri

Maybe you are looking for