Style CONSUME_CLICK does not work

Work on a device application that will access to specific internet sites using URLS encoded in hard from the user by clicking on the buttons.

So far, I've not had handling actual button clicks because the CONSUME_CLICK style is ignored and I get the Dialog.inform box appears when I close the application, if I clicked on one of the buttons.

If one of you could advise what I left out or reported wrongly, I would be very happy.

Here is the code:

(First screen of the application

package com.avwx.ui;

Import net.rim.device.api.ui.UiApplication;

SerializableAttribute public class AvWxApp extends UiApplication {}

public AvWxApp() {}
        
Screen AvWxMainScreen = new AvWxMainScreen();
pushScreen (mainScreen) ;}
    
Public Shared Sub main (String [] args) {}
AvWxApp app = new AvWxApp();
app.enterEventDispatcher ();
        
}

}

(Second screen of the application

package com.avwx.ui;

Import net.rim.device.api.ui.Field;
Import net.rim.device.api.ui.FieldChangeListener;
Import net.rim.device.api.ui.container.MainScreen;
Import net.rim.device.api.ui.component.ButtonField;
Import net.rim.device.api.ui.container.HorizontalFieldManager;

SerializableAttribute public class AvWxMainScreen extends form {}
public AvWxMainScreen() {}
                
ButtonField SSECButton;
ButtonField SFCWXButton;
ButtonField PROG12Button;
ButtonField PROG24Button;
ButtonField PROG36Button;
ButtonField PROG48Button;

SSECButton = new ButtonField ("HSEC", ButtonField.CONSUME_CLICK);
SFCWXButton = new ButtonField ("SFC WX", ButtonField.CONSUME_CLICK);
PROG12Button = new ButtonField ("PRG12", ButtonField.CONSUME_CLICK);
PROG24Button = new ButtonField ("PRG24", ButtonField.CONSUME_CLICK);
PROG36Button = new ButtonField ("PRG36", ButtonField.CONSUME_CLICK);
PROG48Button = new ButtonField ("PRG48", ButtonField.CONSUME_CLICK);

HorizontalFieldManager buttonManager = new HorizontalFieldManager (FIELD_LEFT);
buttonManager.add (SSECButton);
buttonManager.add (SFCWXButton);
buttonManager.add (PROG12Button);
Add (buttonManager);

HorizontalFieldManager buttonManager1 = new HorizontalFieldManager (FIELD_LEFT);
buttonManager1.add (PROG24Button);
buttonManager1.add (PROG36Button);
buttonManager1.add (PROG48Button);
Add (buttonManager1);

}
}

Style CONSUME_CLICK works fine, but it has nothing to do with the popup you see.

You get the context menu when you close a form that has one or more components that have been modified, it is marked 'Dirty'. She asks what you want to do with the changes. Type in a text field, or click a button is examples of things that mark a 'dirty' component

CONSUME_CLICK said the button that should not pass the event click on the field from its parent once the listener has run. Click makes the 'dirty' button regardless of if the button uses the click.

You can add NEVER_DIRTY to your style of button, instead of or in addition to CONSUME_CLICK. Then the click will not set the 'dirty' flag and you won't get the popup. You can decide later if you need to deal with buttons dirty another way, as in the listener, or substituting onSave or onSavePrompt, as mentioned in RexDoug.

Tags: BlackBerry Developers

Similar Questions

  • get a dotted line around .swf files in my flash site now. This is new from Firefox 3. With the help of 4 on a MacBookPro. tried the fix "style no outline. does not work. any help?

    Question
    get a dotted line around .swf files in my flash site now. This is new from Firefox 3. With the help of 4 on a MacBookPro. tried the fix "style no outline. does not work. any help?

    Ah, quite understand now that I added to my doc html

    < style type = "text/css" >
    {body
    background-color: #FFF;
    }
    "'object {outline: none ;}"} '

    < / style >

  • The button create a new paragraph style does not work for me, is this a bug or something stupid I did?

    The button create a new paragraph style does not work for me, is this a bug or something stupid I did?

    Pages on El Capitan 10.11.1 v5.6.1.

    I just created a quote indented using ITC Garamond Book Italic with left and right margins altered. Well selected, I clicked on the + symbol in the paragraph, named the new Styles pop-up style Indented quote and you press return.

    Always selected in the body of the document, I applied the body paragraph Style to restore the normal formatting and then with the text again, the paragraph of citation Style indented - who worked as expected.

    If you want that your new Style of paragraph to survive across documents, you will need to save it in a model. You can also have two different Pages, documents open in Pages v5.6.1, and copy/paste the custom styles between the selected text in these documents by using the Format menu.

  • One of my style of &lt; hr &gt; does not work in firefox?

    One of my style of < hr > does not work in firefox? However, it works in safari and chrome, so that I have a different style of < hr > who does not work on firefox.

    < hr style = "color: # 2793-3;" background: #898888; Width: 100%; height: 1px; ">

    HR {height: 1px; border: none; color: # 2793 3; background-color: #000;}

    }

    (the above rule doesn't work, but this one is not any ideas why?)

    < hr style = "color: # 2793-3;" background: #898888; Width: 100%; height: 1px; ">

    Thank you!

    Try

    HR {border: Blue thin insert ;}}

  • Why Javascript does not work properly?

    I'm working on a web page and try this script, but it does not work (although it works fine in IE). The code is given below:

    My function is:

    function validateNumber()
            {
                var x=window.event.keyCode;
                //alert(x);
                if(!(x>=48 && x<=57))
                    {
                        alert("Please type a number between 0 and 9 !!");
                    }
            }

    I use it as:

    <input type="text" name="cust_age" value=0 size="15" onkeypress="return validateNumber()" style="font-size: 16pt" />

    Please let me know how to solve this problem.

    Firefox does not use a global event of the window.
    On Firefox, you will need to pass the event to the function.

    I think it should work (I'm not an expert):

    <input type="text" name="cust_age" value=0 size="15" onkeypress="return validateNumber(event)" style="font-size: 16pt" />
    
    function validateNumber(event)
            {
                var x=window.event? window.event.keyCode : event;
                //alert(x);
                if(!(x>=48 && x<=57))
                    {
                        alert("Please type a number between 0 and 9 !!");
                    }
            }
  • DirectX, d3d9.ll & d3d10.dll and Windows Update does not work... (Same problem?)

    I had some problems with my computer lately...

    The first thing I noticed is that I failed to run games and applications and I got this weird error 'missing d3d9.dll' and something in style with... "it could be fixed if you have reinstalled the application," but it didn't and I kept getting the error, then I went to see if there was even a d3d9.dll or a d3d10.dll - but it was not...

    Then. I tried to download em for the internet, but later, I noticed that they were for DirectX and therefor was not sure I had good... Then I went to update my DirectX - but failed. He says that I already had an update of DirectX version and it refused to install. I however, perhaps I could uninstall directX, but I couldn't find where and how...

    Then I however, maybe it's because some weird windows update problems - so I went to check how many updates there. I check it the day prior to that, but all of a sudden there are 14 new updates that I had not installed yet (overnight 14 new updates!).

    Does anyone have a solution to this? Please, I desperately need help!

    Hi exique,

    1. don't you make changes before the show?
    2. on what game and application that you get this error?

    DirectX runtime for end-users (also known under the name of DirectX) is an extension for the Microsoft Windows operating system that provides a set of quick material orders, low level that they can use to improve performance for Windows games and multimedia programs. The current generation of Windows games and multimedia programs does not work properly without DirectX. So, by design, you cannot remove DirectX.
    See DirectX: frequently asked questions

    We recommend that you scan sfc (System File Checker) to see if any system file is missing or damaged. To do this, try the following steps on Vista and Windows 7
    a. visit http://support.microsoft.com/kb/929833
    b. run the scan successfully.
    c. restart the computer so that the changes take effect and check the result.

    If the problem persists, we recommend that you reinstall the game or program that causes this problem.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • jQuery Mobile app does not work on OS5 telephone, but works in Simulator

    Hello

    I'm trying to run a simple jQuery Mobile (beta2) app on my phone and its does not work.

    Had been a working app and it worked on the Simulator, but didn't have a screen on the phone Curve8900.

    Then I created a simple jQuery Mobile app that displays a header, content (with listview) and the foot.

    When I insert in the Simulator, it looks fine, but when I charge the phone it loads and displays a white screen with a small gray square at the top left of the screen... (perhaps 30 x 30 pixels or less)

    (the rest of the screen is green, because I put the bottom in the config.xml file to green)

    I've specified:

    
    

    and also I tried using:

            addEventListener('load', doLoad, false);
    
            function doLoad() {
                document.body.style.height = screen.height + 'px';
                alert('initPage 3');
            }
    

    but makes no difference.

    (Before I added jQuery to app it worked fine)-very tedious debug because I need to sign the code every time I have test and restart the phone after the installation

    Any help appreciated.

    Maybe someone has a skeleton jQueryMobile app that works on OS5?

    Hi Heiko,

    According to this example JQuery 1.5.2 seems to work on 5.0. Do you need a feature of 1.6.2 otherwise maybe try this library instead.

  • Cascades - Vertical alignment does not work after you add a higher container

    Hi all

    I am facing a problem with vertical alignment... Trying to play and to imagine a way to transfer my apps to BB10, I wanted to create a page layout and Center my components in the center of the screen. I created the necessary containers and things, it worked, but then, my baggage was obviously only in the center of the screen too.

    So I decided to add a top-level container that would hold only the background. But then, my content is not centered (in the container for the child). I do not understand why and I don't know I'm missing something.

    Here is the structure:

    {Page}
    content: container}
         
    layout: {StackLayout}
    }
    background: Color.create ("#555555")
    {Of container
    layout: {StackLayout}
    }
    horizontalAlignment: HorizontalAlignment.Fill
    verticalAlignment: VerticalAlignment.Center / / DOES NOT WORK
                
    {Of container
    horizontalAlignment: HorizontalAlignment.Fill
    layout: {DockLayout}
    }
    {Label
    text: "save location".
    horizontalAlignment: HorizontalAlignment.Left
    verticalAlignment: VerticalAlignment.Center
    textStyle {}
    Base: tsd1.style
    }
    }
    ToggleButton {}
    horizontalAlignment: HorizontalAlignment.Right
    }
    }

    Anyone have any idea on this? Is there a simple way to have centered on the content with a background full screen? I tried a lot of different ways, but none gave me the result I wanted (except setting a padding but that is not as I wanted).

    Thank you

    Add an empty container with spaceQuota 1 down. It will take all of the remaining space.

    Container {
      layoutProperties: StackLayoutProperties {
        spaceQuota: 1
      }
    }
    

    If you want to Center controls, adds another container empty in front of them.

    Also try to play with preferredWidth: Infinity / preferredHeight: Infinity and modes of different adjustment (filling or Center).

  • Video recorder does not work after a while to 9700 and 9000

    Hello

    When I try to record videos on my series of blackberry bold 9700 and 9000 it does not work properly.

    It record video for a while after that he'll I'll stop recording. I am trying to use the socket for the recording of the video connection. My code works fine on storm9550.and also I added a playerlistener and in the events of update of the player, it shows event as error and event day that null.and when I try to change the image of the camera or pass command to any other fields it will stop recording

    I enclose my code as well as this.

    Thanks and greetings

    Rahul TERTULIEN

    Mobile applications developer

    import java.io.IOException;
    import java.io.OutputStream;

    Import javax.microedition.io.Connector;
    Import javax.microedition.io.SocketConnection;
    Import javax.microedition.media.MediaException;
    Import javax.microedition.media.Player;
    Import javax.microedition.media.PlayerListener;
    Import javax.microedition.media.control.GUIControl;
    Import javax.microedition.media.control.RecordControl;
    Import javax.microedition.media.control.VideoControl;

    Import net.rim.device.api.system.Backlight;
    Import net.rim.device.api.system.Bitmap;
    Import net.rim.device.api.system.Display;
    Import net.rim.device.api.ui.Field;
    Import net.rim.device.api.ui.MenuItem;
    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.BitmapField;
    Import net.rim.device.api.ui.component.ButtonField;
    Import net.rim.device.api.ui.component.EditField;
    Import net.rim.device.api.ui.container.HorizontalFieldManager;
    Import net.rim.device.api.ui.container.MainScreen;
    Import net.rim.device.api.ui.container.VerticalFieldManager;

    /*
    * Class for recording the video
    * Date: 05/10/2010
    *
    */

    SerializableAttribute public class RecordingUi extends form {}
        
    saving Boolean private volatile;
    Private player _player;
    Private RecordControl _recordControl;
    private VideoControl videoControl.
    private OutputStream outputStream = null;
    SocketConnection Private SqlConnection connection = null;
    Private boolean started = false;
    videoField private sector;
    Private boolean backLite = true;
            
    int i;

    public RecordingUi() {}
                
    Super (NO_VERTICAL_SCROLL);
    this.getMainManager () .setBackground (BackgroundFactory.createSolidBackground (Color.BLACK));
    setTitle ("video");
    i = 0;
                    
    ToolBarMenuButton.AddMenuItem (new StartRecording());
    ToolBarMenuButton.AddMenuItem (new StopRecording());
    addMenuItem (menuItem);
    {if(backLite==true)}
    new BackliteThread (m:System.NET.HttpListener.start ());
    }
    }
            
    private class BackliteThread extends Thread {}
              
    int i = Backlight.getTimeoutDefault ();
    int j = 1;
    public void run() {}
    do
    {
    If ((Display.getProperties)
    (& Display.DISPLAY_PROPERTY_REQUIRES_BACKLIGHT). = 0)
    {
    Backlight.Enable (true, I);
    }
    try {}
    Sleep (i);
    } catch (InterruptedException e) {}
    e.printStackTrace ();
    }
    I have = Backlight.getTimeoutDefault ();
    } While (backLite == true);
                    
    }
                
    }
            
    private class StartRecording extends MenuItem {}
                
    public StartRecording() {}
    Super ("Start recording", 0, 100);
    }

    public void run() {}
    Try
    {
    VideoRecorderThread newRecorderThread = new VideoRecorderThread();
    newRecorderThread.start ();
    } catch (Exception e) {}
    ErrorLog.addMsg (try ());
    }
    }
    }
            
    Class menu item to stop recording
                    
    private class StopRecording extends MenuItem {}
                
    public StopRecording() {}
    Super ("Stop recording", 0, 100);
    }

    public void run() {}
    try {}
    If (record! = false)
    {
    new StopThread (m:System.NET.HttpListener.start ());
    }
    } catch (Exception e) {}
    ErrorLog.addMsg (try ());
    }
    }
    } //End of the Stop Menu item
            
            
    Class for initialization of player and video recording and setting the Socket connection

    private class videorecorderthread extends Thread implements {PlayerListener}
                
    public void run() {}
    try {}
    Connection = (SocketConnection) Connector.open ("socket://192.168.1.86:1234;deviceside=true",Connector.WRITE,false);)
    outputStream = connection.openOutputStream ();
    _player = javax.microedition.media.Manager.createPlayer ("capture://video?encoding=video/3gpp&mode=standard");
    _player. Realize();
    _player.addPlayerListener (this);
    videoControl = _player.getControl ("VideoControl") (alarm);
    {if(videoControl!=null)}
    videoField = videoControl.initDisplayMode (Field) (GUIControl.USE_GUI_PRIMITIVE, "net.rim.device.api.ui.Field");
    }
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}

    public void run() {}
                               
    try {}
    _player.prefetch ();
    _player. Start();
    ErrorLog.addMsg ("player State =" + _player.getState ());
    Add (videoField);
    _recordControl = (RecordControl) _player.getControl ("RecordControl");
    _recordControl.setRecordStream (OutputStream);
    _recordControl.startRecord ();
    {if(Started==false)}
    started = true;
    Add (new RecordControlScreen());
    }
                                    
    } catch (Exception e) {}
    ErrorLog.addMsg (try ());
    }
    }

    });
                       
    record = true;
                        
    } catch (IOException e) {}
    ErrorLog.addMsg (try ());
    }
    {} catch (e MediaException)
    ErrorLog.addMsg (try ());
    }
    }

    ' Public Sub playerUpdate (a player, event in the chain,
    EventData Object) {}
    ErrorLog.addMsg ("Eventdata code" + eventData);
    ErrorLog.addMsg ("the event deliverred" + event);
    }
              
    } //End of wire recorder
            
            
            
    /*
    Stop thread to stop recording and frees the resources
    * Date: 05/10/2010
    *
    */
            
    private class StopThread extends Thread {}
                
    public StopThread() {}
                    
    If (_recordControl! = null) {}
    _recordControl.stopRecord ();
    ErrorLog.addMsg ("inside the wire of the judgment");
    try {}
    _recordControl.commit ();
    _player. Close();
    outputStream.close ();
    deleteAll();
    Connection.Close;
    record = false;
    started = false;
    backLite = false;
                             
    } catch (Exception e) {}
                            
    ErrorLog.addMsg (try ());
    }
                       
    }
    }
    } //End of off wire
          
        
    /*
    * Class of UI elements and display chat messages
    * Date: 05/10/2010
    *
    */

    class RecordControlScreen extends VerticalFieldManager {}
            
    See Boolean;
    Byte [] data;
            
    HFM HorizontalFieldManager;
    VerticalFieldManager value for money;
    EditField cat;
            
    onPlay private bitmap;
    offPlay private bitmap;
    onStop private bitmap;
    offStop private bitmap;
            
    Private BitmapField play;
    Private BitmapField stop;
            
    public RecordControlScreen() {}
                
    ErrorLog.addMsg ("inside RecordControlscreen");
                
    onPlay = Bitmap.getBitmapResource ("onPlay.png");
    onStop = Bitmap.getBitmapResource ("onStop.png");
                
    offPlay = Bitmap.getBitmapResource ("offPlay.png");
    offStop = Bitmap.getBitmapResource ("offStop.png");
                
    display = false;
    data = new byte [1024];
                
    HFM = new HorizontalFieldManager();
    VFM = new VerticalFieldManager();
    Cat = new EditField();
                
    play = new BitmapField (onPlay, BitmapField.FOCUSABLE |) ButtonField.CONSUME_CLICK) {}
                    
    protected boolean navigationClick (int status, int time) {}
    ErrorLog.addMsg ("inside the click of button");
    play.setBitmap (onPlay);
    Invalidate();
    try {}
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
                                    
    public void run() {}
    try {}
    ErrorLog.addMsg ("inside the run method of the click on the button");
    RecordingUi.VideoRecorderThread recorderThread = new VideoRecorderThread();
    recorderThread.start ();
    } catch (Exception e) {}

    ErrorLog.addMsg (try ());
    }
                                            
    }
    });
                                
    } catch (Exception e) {}
    ErrorLog.addMsg (try ());
    }
    super.navigationClick (status, time);
    Returns true;
    }
                    
    protected void onFocus (int direction) {}
    this.setBitmap (onPlay);
    Invalidate();
    }
                    
    protected void onUnfocus() {}
    this.setBitmap (offPlay);
    Invalidate();
    }
    };
                
                
                
    stop = new BitmapField (onStop, BitmapField.FOCUSABLE |) ButtonField.CONSUME_CLICK) {}
                    
    protected boolean navigationClick (int status, int time) {}
                        
    stop.setBitmap (offStop);
                        
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
                                
    public void run() {}
    ErrorLog.addMsg ("inside the run method of the click on the button");
    RecordingUi.StopThread stopThread = new StopThread();
    stopThread.start ();
    }
    });
                        
    Returns true;
    }
                    
    protected void onFocus (int direction) {}
    this.setBitmap (onStop);
    Invalidate();
    }
                    
    protected void onUnfocus() {}
    this.setBitmap (offStop);
    Invalidate();
    }
                    
    };
                
    HFM. Add (Play);
    HFM. Add (Stop);
    VFM. Add (CAT);
    Add (VFM);
    Add (HFM);
    }
            
    } //end of RecordControl Ui screen
        
        
    public boolean onClose() {}
    new StopThread (m:System.NET.HttpListener.start ());
    If (_player! = null) {}
    _player = null;
    backLite = false;
    _recordControl = null;
    videoControl = null;
    }
    Return super.onClose ();
    }
          
    Menu item to find errors
            
    MenuItem menuItem = new MenuItem("Errors",110,110) {}

    public void run() {}
                    
    UiApplication.getUiApplication () .pushScreen (new ErrorLog());
    }
    }; End of the Menu item
            
                
    }

    It worked. There were a few problems with my Simulator

  • exporting to IDML does not work

    I worked on two InDesign files a few months (especially of text, notes incl., a few tables, few images), without encountering any problems.

    Today ID has begun to behave oddly, what it crashes if (in the second of the two files) I change a style setting of character or delete certain pages. I can't explain why it happens suddenly, because I have not changed anything significant (no new plug-in, etc.) and, as I said, both files has worked flawlessly so far.

    I tried to export the file to IDML, but it does not work (InDesign quit unexpectedly). I did a trash preferences - it did not help either, that is not a simple Save As.

    At a loss now. Any help is greatly appreciated.

    ID C6, OS X 10.8.5

    In the second half, keep cut in half until you find the error.

    Or try the BarbBindermethod.

    I hope that one of them works!

  • APEX 5 modal page: CSS for the layout does not work

    Hi experts,

    I have problem with CSS tag in the pages of the dialog box modal.

    If I use a few CSS changes for APEX DA label (for personal reasons), it works for a normal page.

    Example:

    standard page: label #P2_X_STATUS_LABEL {make-weight: 700}-works

    modal page: label #P3_X_STATUS_LABEL {make-weight: 700}-does not work


    I tried to change the style of firebug (color, background,...) for each element on a page modal. It does not work. Also with! important attribute. I checked the 'Get matching items' jQuery selector and it shows me the correct items.


    How is that possible?

    I upgraded from 4.2 and I need this feature (base), to the works. (for modal too)


    Concerning

    J

    It will help if you demonstrate your problem to apex.oracle.com.

    Please, create a workspace of comments and provide us with credentials in order to visualize and debug your question.

    Thank you

    Sunil Bhatia

  • srcset, why does not work?

    test page for srcset

    With my own images exchanged in Chris Coyiers CSS - tricks.com webcast code.

    Don't know all the details on how it works, for example. but does not work on Safari 9 on my desk.

    I just want to see 3 pictures to share if resized browser...

    You would like to change the script in style-label tags.

    As far as images are concerned, the thing is, that once your browser has the higher resolution image (load, in the cache), there is no point so he can download lower quality, even when you do your smaller window (the point of this is to save the traffic).

    So, if you want to test it, just make your smaller window and THEN load the page (after clearing the cache / or use incognito mode). You will get the mobile or tablet version. Then by enlarge the window, you will at some point see your browser to switch to the image of higher resolution.

  • embed tag does not work for ms word (it's ok for the pdf)

    Hi dear,

    The following embed tag does not work for ms word documents (it's ok for pdf)

    Why?

    if :P138_TYPE  like '%pdf%'  then
    htp.prn('
     <div style="position: absolute; height: 100%">
     <embed height="100%" width="100%"  name="embed_content" src="'|| apex_util.get_blob_file_src('P138_FILE_CON', :P138_ID)||
     '" type="' || :P138_TYPE || '" />
     </div>
     ');
    else
    htp.prn('
    <div style="">
     <object src="'|| apex_util.get_blob_file_src('P138_FILE_CON',  :P138_ID)||
     '"><embed height="100%" width="100%"  style="position: absolute; height: 100%" name="embed_content" src="'|| apex_util.get_blob_file_src('P138_FILE_CON', :P138_ID)||
     '" type="application/msword" /></object>
     </div>
     ');
    end if;
    
    
    
    
    
    

    concerning

    SIA

    This is a HTML thing and not a thing of the APEX.

    Tags works only for known-to-the-browser MIME types.

    For tags work, your browser must have the plugin appropriate for this MIME type.

    PDF works because (almost) always PDF plugins are installed:

    • FireFox includes its own PDF plugin
    • Adobe Acrobat Reader (which almost everyone has) offers a plug-in also

    MS Office documents... not so much.

    In order to display a Word document in a web browser, you must have a Plugin who knows how to view Word documents.

    (.... Or... be stuck with Internet Explorer...)

    I believe that OpenOffice is a plugin... but you can be guaranteed that the {end} user has this plugin installed.

    MK

  • navigation does not work on the cell phone screen

    Hi guys,.

    I'm baaacckkkk... ok I downloaded on the web. My browsing on the mobile phone does not work and the carousel does not work... they worked in dreamweaver, so I must have broke something when I loaded up...

    Here is the html file something seems obvious:

    <! DOCTYPE html >

    < html lang = "en" >

    < head >

    <! - Bill DiLuigi website, a site of basic home, contact, media and songs, time, work and credentials - >

    <!-Kathy Bampfield | -> 28/02/2016

    < meta charset = "utf-8" >

    < meta http-equiv = "X-UA-Compatible" content = "IE = edge" >

    < meta name = "viewport" content = "width = device-width, original scale = 1" >

    < name meta = "keywords" content = "Bill Diluigi, songwriter, musician, artist, christian, Editor, Nashville, Tennessee" > ""

    < name meta = "description" content = "Bill DiLuigi is a composer, musician and artist, publisher who lives in Tennessee Nashille." >

    < title > Bill DiLuigi < / title >

    <!-"bootstrap"->

    < link href = "bootstrap.css" rel = "stylesheet" > "

    < link href = "styles.css" rel = "stylesheet" >

    <! - HTML5 shim and Respond.js for IE8 take in charge of the HTML5 elements and questions from the media - >

    <!-WARNING: Respond.js does not work if you view the page via file://-->

    <!-[if lt IE 9] >

    " < script src =" https://OSS.MaxCDN.com/html5shiv/3.7.2/html5shiv.min.js "> < / script > .

    " < script src =" https://OSS.MaxCDN.com/respond/1.4.2/respond.min.js "> < / script > .

    <! [endif]-->

    < / head >

    < body >

    < div class = "container-fluid #wrapper" >

    < nav class = "navbar, navbar-default" >

    < div class = "container" >

    <!-brand and toggle get grouped together for better mobile display->

    < div class = "bar navigation-header" >

    < button type = "button" class = "toggle navigation bar has collapsed" data-toggle = 'collapse' data-target = "#defaultNavbar1" aria-expanded = "false" > < span class = "sr only" > toggle navigation </span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < / button >

    < / div >

    <!-collect the nav links, forms, and other content to alternate->

    < div class = "navbar-collapse collapse" id = "defaultNavbar1" >

    < ul class = "navbar-nav nav" >

    < class li = "active" > < a href = "index.html" > home < span class = 'sr-only' > (ongoing) </span > < /a > < /li >

    < class li = "active" > < a href = "work.html" > work < span class = "sr only" > (ongoing) </span > < /a > < /li > ""

    < class li = "active" > < a href = "contact.html" > Contact < span class = "sr only" > (ongoing) </span > < /a > < /li > ""

    < /ul >

    <!-/ .navbar-collapse->

    < / div >

    <!-/ .container-fluid->

    < / div >

    < / nav >

    < div id = "carousel1" class = "slide Carousel" data-ride = "Carousel" >

    < ol class = "Carousel-indicators" >

    < li data-target = "#carousel1" data-slide-to = "0" class = "active" > < /li >

    < li data-target = "#carousel1" data-slide-to = "1" > < /li >

    < li data-target = "#carousel1" data-slide-to = "2" > < /li >

    < /ol >

    <! - a wrapper for the legends and images/objects - >

    < div class = "Carousel-interiors" role = "listbox" >

    < div class = "active item" > < img src = "Images/slide1.jpg" alt = "First slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Bill DiLuigi < / h3 >

    < p > musician | Songwriter | Artist < /p >

    < / div >

    < / div >

    < div class = "item" > < img src = "Images/slide2a.jpg" alt = "Second image slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Anthony Smith, Bill DiLuigi, Chris Young < / h3 >

    Songwriting < p > < /p >

    < / div >

    < / div >

    < div class = "item" > < img src = "Images/slide3b.jpg" alt = "Third slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Richie McDonald < / h3 >

    Duo "still there for me" < p > with Amber Hayes < /p >

    < / div >

    < / div >

    < / div >

    <! - carousel controls - >

    < a class = "Carousel-control left" href = "#carousel1" role = "button" data-slide 'prev' = > < span class = "glyphicon glyphicon-chevron-left" aria-hidden = "true" > < / span > < span class = 'sr-only' > previous </span > < /a > < a class = "carousel-control right" href = "#carousel1" role = "button" data-slide 'next' = > < span class = "glyphicon glyphicon-chevron-right" aria-hidden = "true" > < / span > < span class = 'sr-only' > next </span > < /a >

    < / div >

    < section id = 'hand' >

    < h1 > Bill DiLuigi < / h1 >

    < p > Bill DiLuigi is a musician who came out of the eclectic music scene of Philadelphia. His influences are just as eclectic; Since the Delta Blues to Grunge and country. He was part of the Mantra Sierra in the 2000s. The Palestinian Authority based band mixed the heaviness of Soundgarden with sampling and female vocals.

    His background as a cult leader also helped to learn the craft of Christian Music. He gives thanks in all things to his Lord and Savior, Jesus Christ. < /p >

    < p > in 2005, Bill moved to Nashville and is now a writer of staff for partners in rhyme on Music Row. In addition to writing hits for stars, it is a powerful performer with a unique style of honest. "I don't want to just people to come watch me do, I want to share my heart and give them something to take away." His songs have been in the Country of the Billboard Top 100 and Americana Top 100 charts. He is a regular performer at the Bluebird Café. He played in the world of the Bitter End in New York for the Tamworth Festival in Australia. < /p >

    < / item >

    < p >

    < /p >

    < / div >

    < div class = "row" >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "a" > < img src = "Images/ThumbNailSchedule.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" > ""

    < div class = "caption" >

    < h3 class = "center text" > annex < / h3 >

    < p > listening to the music of live Bill! < /p >

    < class p = "center text in uppercase text" > < a href = "BillSchedule.html" class = "btn, btn-primary" role = "button" > find out where Bill is to play < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "two" > < img src = "Images/desktop_young_and_the_restless_entertainment_hd-wallpaper - 200.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" >

    < div class = "caption" >

    < h3 class = "center text" > investments < / h3 >

    < p > extract work. the Bill < /p >

    < class p = "center text in uppercase text" > < a href = "work.html" class = "btn, btn-primary" role = "button" > work of Bill < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "3" > < img src = "Images/LetsTalk200.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" > ""

    < div class = "caption" >

    < h3 class = "center text" > Let's Talk < / h3 >

    < p > need to talk with Bill? < /p >

    < class p = "center text in uppercase text" > < a href = "contact.html" class = "btn, btn-primary" role = "button" > Contact Bill < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < / div >

    < div class = "row" >

    < div class = "col-md-4" > < / div >

    < / div >

    < footer > Bill DiLuigi | Rhyme partners and 888 red music | 1109 16TH Ave South, (former Vincent music Bldg). Nashville, TN 37212 | 615-336-4556 | & copy; Copyright 2016 < / footer >

    <! - jQuery (necessary to Bootstrap JavaScript plugins) - >

    "< script src ="... / js/jquery-1.11.3.min.js "> < / script >"

    <! - include all the plugins compiled (see below), or include individual files to the need - >

    "< script src ="... / js/bootstrap.js "> < / script >"

    < / body >

    < / html >

    Remove the highlighted items and everything is fine!

  • the chest x-ray: this filter does not work with Dreamweaver CC 2015.

    < HTML >

    < Head >

    < title >

    Filters 3

    < /title >

    < / head >

    < style >

    IMG

    {

    filter: xray();

    }

    < / style >

    < body >

    < Img src="file:///E:/Pratibha%20%20Pics/Aishwarya%20Rai/super-sexy-

    "Aishwarya-rai - wallpapers_4354.jpg" >

    < / body >

    < / HTML >

    the chest x-ray: this filter does not work with Dreamweaver CC 2015.

    IMG {}

    filter: xray();

    -webkit-filter: invert(100%) grayscale(100%);

    filter: invert(100%) grayscale(100%);

    }

Maybe you are looking for

  • El capitan and USB keys

    forming a key USB with el capitan brings a result, which cannot be read by my cd player, by my windows laptop or my car stereo. It's only for the apple world? When Cupertino is going to fix this bug?

  • FPGAS-vhdl

    Hello One thing bothers me and I would like clarification. During the "run Labview transforms its graphic code vhdl then vhdl en Bitstream . LabVIEW being synthesized, can get it back the vhdl code and the compiler on another software like model sim,

  • How to open a MSDVD file contained in an attachment?

    A known entity sent me an email with photos of marriage to the MSDVD file format.  What program can I use to open this type of file?

  • New battery drain when laptop is Shutdown

    I recently bought a new battery for my HP Pavilion DV7-1232nr.  I've fully charge it and then turn off the laptop at night.  The next morning, the battery level is down.  When I remove the battery fully charged laptop, it does not empty my OS is wind

  • Regarding the "Configuration files editor" in BB Pro 5.01 on Windows Server 2008 Server

    (WARNING: Im a noob) Hello I read on the help page (http://quest.bb4.com/bb/help/help/Configuration_Files_Editor.htm) that I need to create the file etc/editcode with an authentication code to enable this feature. So far, I am still unable to change