Webpage like Interface

Dear All,
Is it possible to achieve web page like interface in ABAP and if so can someone please let me know regarding the same ?
Thanks in anticipation.

It is possible with ITS, BSP, WebDynpro For ABAP. you can work with any one of them..

Similar Messages

  • How to create an application with a 'Windows' like interface?

    Hi,
    I am trying to create an application with an windows like interface where menu selections need to open bound taskflows in a page/window but i can not get it to work. I did the following
    - i created a page template with a panelStretchLayout
    - added a menuBar with commandMenuItems
    - created a start page based on the template
    - created bound taskflows with page fragments for all menu items
    - placed a dynamic region on the start page which initially shows a taskflow with an empty/blank page fragment
    - change the dynamic region taskflow from every menuitem and added partial triggers on the dynamic region for every menu item
    When i run the application the first empty page fragment is showed correctly but when i select a menu item the correct new page fragment is showed but it keeps showing a loading data .... hint and seems to freeze. So no data is showed while the underlying datacontrols work while using the bc tester.
    Besides this problem i am wondering if i at all am going the right way with this with using a dynamic region? In the final application i will have a total of about 25 menu items over several menus and if they all will be showing in one main dynamic region with partial triggers set to all menu items it may get a bit complex? I saw you can also create a window in a popup which i like even more because it looks like an actual window but this is modal. I would like a bound taskflow to be opened whenever a menu selection is made.
    Any pointers or tips or the solution to not showing data?
    Kind Regards,
    Andre

    Hi Sascha,
    If have not encountered that problem. Are you sure you have a taskflow entry under the executables tag in the page definition of the page which has the dynamic region on it? I have one like this:
    <taskFlow id="dynamicRegion1" taskFlowId="${DynamicRegionBean.dynamicTaskFlowId}" xmlns="http://xmlns.oracle.com/adf/controller/binding"/>
    During the selection of its initial value when it is rendering for the first time it should have the session bean already initialized. My bean looks like this:
    public class DynamicRegion {
    private String taskFlowId = "/WEB-INF/startTF.xml#startTF";
    public DynamicRegion() {
    public TaskFlowId getDynamicTaskFlowId() {
    return TaskFlowId.parse(taskFlowId);
    public String feitenTF() {
    taskFlowId = "/WEB-INF/feitenTF.xml#feitenTF";
    return taskFlowId;
    public String themasTF() {
    taskFlowId = "/WEB-INF/themasTF.xml#themasTF";
    return taskFlowId;
    public String feitCategorienTF() {
    taskFlowId = "/WEB-INF/feitCategorienTF.xml#feitCategorienTF";
    return taskFlowId;
    The startTF is the initial taskflow and the other methods are being called from my menu. The dynamic region has the menu items as partial triggers. That is all i did.
    Kind Regards,
    Andre

  • How do I put a Shortcut Icon on my Desktop linking to a certain Webpage, like I could do with I.E./Google? Where do I find "Create Shortcut' ???

    Question
    How do I put a Shortcut Icon on my Desktop linking to a certain Webpage, like I could do with I.E./Google? Where do I find "Create Shortcut' ???

    Hey, Dynamite !
    Thanks so much for that ... what a 'dynamite' solution. It's so easy. I don't know how you people know all of these things ! But one last thing if you can help me - I've just switched over to Mozilla/Firefox from I.E., and now I cannot open my Hotmail from Mozilla/Firefox. I log in, it goes to my 'Inbox' page, but when I click on an Email letter to open it, nothing happens. I can't even go into 'Drafts' or 'Delete' or anything.
    MitziB.

  • Safari underlines all links in webpages, like My Yahoo!....hard to read

    I'm a new Mac user and am used to browsing in Internet Explorer, which only underlines links on webpages when you roll your mouse over the links. I've gone through Safari preferences but can't seem to find any option for this. For me, it makes it hard to read webpages like My Yahoo! where it's all my news links set up. On lots of webpages it doesn't underline links. Any suggestions?
    24" iMac Intel Core 2 Duo   Mac OS X (10.4.8)  

    You're welcome. Glad I could help.
    Please consider marking this post "solved" to the far right of my name, next to the post "solving" your question. .
    Helpful for others looking for a solved solution to a similar question, also helpful for me.
    Aloha from Big Island.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

  • [Request] Betty: Friendly English-like interface for your command line

    Anyone with the capacities and interest to maintain Betty?
    Betty is a friendly English-like interface for your command line.
    She translates English-like phrases into commands in case you every run into situations like this.
    This means you don't have to leave your command line to look up an obscure but useful command. Just ask Betty!
    Discussion on reddit: http://www.reddit.com/r/linux/comments/ … x_command/
    Source on Github: https://github.com/pickhardt/betty

    I liked a lot of the ideas you posted.  Though I have to disagree with the idea of having tablets being into the size range of over 12".  You start getting larger than that and you may as well start using a laptop. On the flip side of that, I have to agree that there are too many of the 7" available,  which are almost too small.  The 8-10" tablets give you the portability and smaller size people want for stuffing into their bags,  purses, etc. The larger tablets are getting into that bulky area and that defeats the purpose of the tablet to begin with. Unfortunately I find myself using e-books more than I intended,  but I don't need a full, or larger than a full, sized sheet of paper.   They get harder to handle,  even with Lenovo 's great form design.  
    The only reason to have more than one tablet is if the developers can't come to terms and allow their products to be used across the board (talking of Amazon and Google here). I personally don't want to be carrying around more than one tablet and a phone. I want to simplify and streamline not add more bulk. 
    I loved that you pointed out that our voices will never replace our fingers. I don't like speaking to inanimate objects; too many experiences with automated phone services that did not end up well. 
    I congratulate Lenovo for their innovative design with the Yoga tablets. 

  • Powaur - an AUR helper with a pacman-like interface

    Hi guys,
    I've just written this minimalistic AUR helper called powaur, with an interface like pacman / yaourt, so
    there's no need to learn an addition set of commands. C is the only language I'm really really comfortable
    with, so powaur is written in C.
    Links
    Github - https://github.com/yanhan/powaur
    AUR - http://aur.archlinux.org/packages.php?ID=49296
    Updates
    24 Jan 2012:  - Updated to work with pacman 4 (!!)
    10 July 2011:  - allow uppercase answers for questions
    28 June 2011: - --noconfirm option added
                           - --list-aur option added; lists installed AUR packages and their version
                           - only resolve dependencies for new / outdated AUR packages
    26 June 2011: - allow installing of packages as root
                           - add per-user directory in form of /tmp/powaur-username, please comment out
                             "TmpDir" section of your powaur.conf for this to take effect
                           - print immediate dependencies for -S
                           - only print dependency graph for -S when --debug is supplied
    10 June 2011: -S supports dependency resolution
                           -Su available to update outdated AUR packages
                           --crawl to output topological order of packages
                           -G --deps uses similar dependency resolution algorithm with -S
    31 May 2011: Colorized output is now available!
    26 May 2011: Multithreaded downloading is now supported!
    Features
    Currently, powaur offers the following feature set:
    -G, --getpkgbuild Downloads PKGBUILDS of listed packages from the AUR
    --deps Resolve dependencies for packages. This is turned off by default.
    --threads <N> Limits the maximum number of threads to N (max of 10)
    -S, --sync When used alone, installs packages from the AUR without dependency resolution.
    --check Only meaningful with -u. Checks for outdated AUR packages without upgrading them
    -i, --info Similar to that of pacman
    -s, --search Searches the AUR for a single package
    -u, --upgrade Updates outdated AUR packages
    --vote Used with -s, orders search results by vote count (highest first) instead of alphabetical order
    -Q, --query Queries installed packages
    -i, --info Similar to that of pacman
    -s, --search Similar to that of pacman
    --crawl <package(s)> Shows a valid topological order of given packages
    -B, --backup [dir] Backup the pacman local database in <dir>, or the current directory if unspecified
    -M, --maintainer Searches the AUR for a maintainer
    --vote Orders the maintainer's packages by vote count (highest first) instead of alphabetical order
    --color Enable colorized output
    --nocolor Turn off colorized output
    --debug Displays debug information
    -h, --help Displays help
    -V, --version Displays version
    Credits
    Many thanks to Dave Reisner (falconindy) for allowing me to use code in cower for json parsing.
    I also referred to source code from pacman and git.
    Finally
    Feature requests are welcome!
    Last edited by yanhan (2012-01-24 11:27:33)

    Hey there, yanhan. I just switched over from Gentoo to Arch simply for my love of Gnome 3. Maybe when Gentoo jumps on their Gnome support, I'll switch back... but for now, I'm loving Arch.
    I downloaded powaur because I like pacman and I wanted to handle the AUR as seamlessly as emerge handles its overlays. I've got a super newb question for you, though, as per I don't quite know pacman's in's and out's yet.
    So, as I'd like the 64-bit flash binary. I go about doing this as root:
    [root@laptop patrick]# powaur -S flashplugin-prerelease
    Syncing:
    flashplugin-prerelease
    ==> Do you wish to proceed? [Y/n]
    ==> y
    Resolving dependencies... Please wait
    ==> Dependency graph:
    xineramaproto (installed) -> randrproto (installed) -> inputproto (installed) -> xextproto (installed) -> renderproto (installed) -> iana-etc (installed) -> xcb-proto (installed) -> kbproto (installed) -> xproto (installed) -> fixesproto (installed) -> compositeproto (installed) -> damageproto (installed) -> tzdata (installed) -> linux-api-headers (installed) -> glibc (installed) -> libice (installed) -> libdatrie (installed) -> libthai (installed) -> pixman (installed) -> libdaemon (installed) -> expat (installed) -> libjpeg-turbo (installed) -> libxdmcp (installed) -> libxau (installed) -> libxcb (installed) -> libx11 (installed) -> libxext (installed) -> libxinerama (installed) -> libxi (installed) -> libxfixes (installed) -> libxcomposite (installed) -> libxdamage (installed) -> libxrender (installed) -> libxcursor (installed) -> libxrandr (installed) -> nspr (installed) -> run-parts (installed) -> gcc-libs (installed) -> pcre (installed) -> glib2 (installed) -> atk (installed) -> attr (installed) -> acl (installed) -> libcap (installed) -> ncurses (installed) -> readline (installed) -> sqlite3 (installed) -> bash (installed) -> gzip (installed) -> libgpg-error (installed) -> libgcrypt (installed) -> keyutils (installed) -> findutils (installed) -> texinfo (installed) -> libtasn1 (installed) -> sed (installed) -> gdbm (installed) -> db (installed) -> libsasl (installed) -> gmp (installed) -> zlib (installed) -> libxml2 (installed) -> shared-mime-info (installed) -> freetype2 (installed) -> fontconfig (installed) -> libxft (installed) -> gnutls (installed) -> libpng (installed) -> cairo (installed) -> pango (installed) -> libtiff (installed) -> gdk-pixbuf2 (installed) -> gtk-update-icon-cache (installed) -> cracklib (installed) -> pam (installed) -> shadow (installed) -> coreutils (installed) -> filesystem (installed) -> util-linux (installed) -> libsm (installed) -> e2fsprogs (installed) -> dbus-core (installed) -> dbus (installed) -> avahi (installed) -> perl (installed) -> openssl (installed) -> libldap (installed) -> krb5 (installed) -> libcups (installed) -> ca-certificates (installed) -> libssh2 (installed) -> curl (installed) -> nss (installed) -> gtk2 (installed) -> libxt (installed) -> mozilla-common (installed) -> flashplugin-prerelease (AUR target)
    ==> Upgrading:
    flashplugin-prerelease
    ==> Edit PKGBUILD for flashplugin-prerelease? [Y/n/a]
    ==> n
    ==> Continue installing flashplugin-prerelease? [Y/n]
    ==> y
    ==> ERROR: Running makepkg as root is a BAD idea and can cause
    permanent, catastrophic damage to your system. If you
    wish to run as root, please use the --asroot option.
    Ok, fair enough.
    So, as _not_ root.
    [patrick@laptop powaur]$ powaur -S flashplugin-prerelease
    Syncing:
    flashplugin-prerelease
    ==> Do you wish to proceed? [Y/n]
    ==> y
    Resolving dependencies... Please wait
    Segmentation fault
    So... what's my silly noob mistake that isn't allowing me to use your wonderful helper?

  • Camera Raw like interface for Premiere Pro CC

    Hi Adobe
    I'm a photographer and video producer looking for an easier way to grade and adjust the levels of my footage in Premiere.
    The DynamicLink with SpeedGrade is really lovely and quick, but getting my head around the new SG interface and being able to squeeze the best results out of it is a real challenge. Recently I discovered that I can open video files in Photoshop CC and use the Adobe Camera Raw interface as an effect on the footage and apply colour and levels changes there. This has really opened up the grading process for me and coming from a stills background with several years of using Lightroom to process my photos, I find the Camera Raw interface much more intuitive. It has allowed me to get better results much faster than I was getting out of SpeedGrade. The only issue is the workflow and render time involved in getting the video from Premiere to Photoshop and then back again is drawn out and complex.
    My questions are:
    Is there a current effect or plugin that replicates the Camera Raw interface and feature set in Premiere Pro / SpeedGrade?
    Is this a feature Adobe is looking to include in future updates of Premiere?
    It maybe laziness on my behalf not taking the time to learn the interface of SpeedGrade, but I know Adobe is a responsive developer and that this feature would speed up the grading process and would really appeal to the DSLR community who use your products for both photos and videos production.
    Thanks in advance
    Dan
    Dan Murphy
    Video Production & Photography
    +61 0449 53 9797
    www.mandurphy.net

    As to quick corrections, a bit of experience in Sg and wow ... what you can do quickly. At first, SpeedGrade ticked me off, couldn't do squat in it. After a bit of learning about how to use scopes & what the goal is in video (very different than stills) ... and learning some of the interface bits ... and getting a Kensington Expert Mouse Trackball (which is a great trackball with a spinner ring and no mouse at all) so it works with the color wheels real spiffy ...and the ease of saving "looks" for my camera's main use stuff ... speed of quick corrections is stunning. "Normalize" ... a couple clicks if that's all you want to do. Keyboard shorts too. All for me, way faster than the 3-Way or Fast.
    As to the ACR interface, I went down to NAB in Vegas this spring, got to talk with some of the folks "behind" Sg. And also such things as coming from a stills background, being familiar with the Lightroom and ACR style of panels, wondering if that was possible. Got a pretty good answer ... short answer, "possible" ... well, yes, ... probably.
    But ... very, very difficult to do, because of a concatenation of things.
    First ... the photo apps (Lr, P-shop, Bridge) are developed by a completely different group of people, EVERYTHING from the "look" or style thinkers to the coders. There is virtually no "code" similarity between the products for stills and the products for video. Think about the differences here ... Photoshop and Lightroom are designed to work on one image at a time, realistically, and allow "batching" instructions to a few others. And they can at times pretty much take over most computer's resources. The video apps are designed to work on (process) THOUSANDS of images at a time, as that's what a clip is, let alone a full sequence of clips. The coding "ideology" for the two is completely different. Even though P-shop has some video handling capability, NONE of the code is anywhere near alike. You can't say "we've got that code here, let's put it in over there ... ".
    It would be like thinking you just wanted good power in a little European sportster so you decided to put a big American-built Cummings diesel motor in it. Um ... with enough work & hassle, it actually might be possible. The wisdom of the effort, let alone the happiness you might achieve with the result ... well, it might be worth thinking about before starting. Or at least realizing it's gonna be a ton of work to do.
    Second ... resources while running. In stills, if one is technically sharp, one looks at a histogram while "developing" in Lr terminology. That histogram takes next to no resources whatever, works perfectly well. In video, if your aren't looking at least at a good Vectorscope if not also Parade while working, well ... the success of your endeavors let alone the time to create them is going to be ... perhaps ... poor. Probably. Yet those scopes can take quite a bit of resources all by their lonesome. Which is why they have the option to "pause" the scopes while playback is going on, as to keep them going in real-time is a right b-tard. Resource-wise.
    Think of what's going in in the video apps: they take your source footage, but only the bits you've selected (but out FROM the whole clip constantly), all the changes & effects you've made, compute instantly for every flipping image at between 24 to 120 per second what it "should" look like, and display that in your playback monitor. This is a load the stills apps don't even think about. And yet, they've got to make these things "look" like there's no difference in getting things to your monitor than the stills programs. It is literally like comparing 18-wheel freight trucks to Maseratis. And expecting the Maserati to carry the load the freight truck does. Hey, the little Maserati may actually have more horsepower,. you know. Why can't it pull that semi-trailer? P-shop has some video capability, why can't you just cut & paste something else from P-shop into Sg?
    So ... the long answer is adding some option like the LR/ACR style interface is an intriguing idea even for the Sg "team". However, it would pretty much mean they'd need to rebuild a ton of the program. Now, most of the things you can do within that interface Sg already does, albeit with vastly different code and "tools". When I asked about perhaps just allowing a Secondaries panel with the HSL look out of Lr, one of the main dudes just sort of ... blanched. I would guess from other comments that that little bit has been discussed or something along that line, and ... it would be a "Significant" people-using project to accomplish. From a coding standpoint, some parts of Sg would simply have to be rebuilt. With the appropriate de-bugging needed to get it operational AGAIN on so many different types of hardware/codecs/drivers/OS & etc.
    There's times that HSL panel would allow me to easily do precisely what I want ... I would love to have it. I've put in numerous Wish Requests for it. And of course, done so in person. I'm not expecting to see it any time soon, mind you ... but again, put in wish requests for the ACR panel in Sg. Can't hurt.
    Neil

  • CAN NOT write text on some webpages like googlemail if use right mouse click, last copied text gets pasted in against my will Macbook pro: OSX 10.6.8 Firefox,

    I would like to use right mouse click for spelling translate but when I click it pastes the last copied text in instead of opening the menu it happens on many webpages.
    thanks for help
    Elkan

    still having same problems.
    is this the only way to get support from firefox? where are the developers that write the code? or someone directly responsible for the product? i don't expect an end user to help but this is ridiculous. the windows version works fine but the mac version doesn't. i'm running both on the same machine so it's not the hardware (running windows as a virtual guest in parallels).

  • Add and iPhone-like interface to iTunes!

    Hi there
    I do like the new fullscreen coverflow thing in iTunes, but I think it's quite limited.
    It could have a similar interface to the iPhone, with clicking on the top right-hand corner flips the album over, and enable you to select tracks to play. It would make it that little bit more tactile.
    I know I should out this in a suggestion to apple, but I can't find where to suggest it.

    MF, 
    The iTunes for Windows category probably isn't the best place for this post
    Try the iTunes feedback page.
    Do read Apple's policy (link) on unsolicited submissions though.
    cheers
    mrtotes

  • Apt-get like interface for pacman

    Hello,
    This is my first public contribution for Arch Linux community,
    I built this script because i use arch on both of my desktops and debian on my servers and i get really confused sometimes with the options because of the mechanical typing, i got myself typing pacman install apache2 and apt-get -Syy or even trying to run pacman on debian and apt-get on arch.
    I dont know how this will be acepted, its something that advanced users normally dislike, but, for newcomers i think that is a good option.
    I wrote this very simple interface for pacman that converts into a apt-like utility, its use common pacman commands (yes, it uses pacman at background) and dont mess with pacman workout.
    Ive upload the project on my github: https://github.com/drhoome/pac-get
    Its very simple and straigthfoward (yes, just give execution permission and use, for now, theres no install/build method or configuration files, its build on top of python and should work with Python 2.7 and 3.x without any extra library).
    Any feedback is welcome, even if for saying that the script is really useless for you
    There's no manual or wiki right now, but, the software is really like apt-get, aptitude or apt-cache, and there's a built-in doc by typing pac-get --help.
    Last edited by hoome (2015-04-28 22:42:07)

    Looks nice, but wouldn't you rather use pacman commands?
    One thing to point out: The update command gives pacman -Syy. Please be aware that just updating the package cache is considered bad practice if an upgrade does not follow right after, so maybe you should remove the update command. The pacman rosetta might also be of interest to you. Look it up on the wiki.
    Last edited by runical (2015-04-29 06:52:35)

  • Safari doesn't save passwords for webpages like Facebook, Youtube, Twitter etc.

    Hi
    I have Mountain Line with Safari 6.0.2. I used to open Facebook, Youtube, Twitter etc. and everytime I select "Stay signed in" "Remember my password" etc. but it doesn't save my passwords and everytime I have to sign in again. I never sign out from these websites but when I open it next time, it requires username & password.
    Does anybody know the problem & solution, plz help.

    Instructions
    Set Your Passwords Preferences
    1
    Open up your Safari Web browser and choose 'Preferences' from the Safari pull down menu
    2
    Click on the heading 'AutoFill.'
    Click on the box next to 'User Names and Passwords.'
    4
    Close the 'Preferences' window.
    Save Your Passwords
    5
    Go to a Web page that requires a password and enter in your chosen password. Safari will then ask if you would like to save this password.
    6
    Click on the button 'Yes' in order to save the password.
    7
    Complete steps 1 and 2 for any other passwords that you want Safari to remember.
    Manage Your Passwords
    8
    Go to the 'AutoFill' section in the Safari Preferences window.
    9
    Click on the 'Edit' button to the right of where it says 'User Names and Passwords.' This will bring up a window displaying all of the passwords and usernames that you have authorized Safari to save.
    10
    Click on a password listing and push the 'Remove' button in order to delete the password from Safari's memory.
    11
    Choose 'Remove All' in order to delete all of the saved passwords.
    12

  • My Safari won't let me go onto webpages like Facebook or Hotmail

    HELP
    Something has changed on my Safari and I don't know what it is, It won't let me access any sites like Facebook or Hotmail and now things like watching or streaming on an iPlayer!!
    I dont know what to do as i didnt know what had changed it in the first place but if anybody has any suggestions that would be great!!
    Also when I try to go onto these sites it asks me a question about the sites certificate or something, and Facebook only comes up with blue and black text down the left hand side
    Any advice would be much appreciated.
    Abbey

    I apoligise i didn't relise that since i have seen apple support people post on questions here i misunderstood.
    Yes i am 100% i downloaded the setup for safrai and itunes for windows from the apple website.
    P.S. I apoligise for my bad spelling it's not my strong suite

  • I can not get Firefox to reset to normal size. I have tried everything including reinstalling it. Only some webpages like Facebook are large & it will not reset but in IE it is normal. Please help because I hate IE & really do not want to use it!

    When I open Facebook and a few other webpages the screen size is large and some of the info will not appear. I have tried everything to reset the size and it does not work. I have even zoomed out and the missing info still does not appear. But if I log into IE it is just fine and all the info is there and is useable. I hate IE and do not want to use it so please help me fix this issue with Firefox.

    CTRL+0 (<--that is a zero) will reset your zoom level on affected pages. Firefox remembers the zoom level you last used on a page.
    Built-in Zoom functions:
    *http://support.mozilla.com/en-US/kb/Page+Zoom
    *http://support.mozilla.com/en-US/kb/Text+Zoom
    Zoom Add-ons:
    *'''''Default FullZoom Level''''': https://addons.mozilla.org/en-US/firefox/addon/default-fullzoom-level/ '''''
    *'''''NoSquint''''': https://addons.mozilla.org/en-US/firefox/addon/nosquint/
    **More info on NoSquint: http://urandom.ca/nosquint/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *'''''Adobe Shockwave for Director Netscape plug-in''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Some webpages, like You Tube, and firefox add-ons pages, do not recognize my firefox version, and require me to update firefox. Why?

    Youtube reports that:
    Your browser is no longer supported.
    Please upgrade to a modern browser.

    It looks like you are using an older version that isn't supported by some websites any longer - 2.0.0.11. What version do you think you have installed?

  • UIWebView not loading webpage

    Howdy...
    I'm trying to get a webpage to load inside of my application but the page never seems to load.
    I am loading my webView controller page from another view controller..
    I have the view loading and my title is changin according to my script but i don't know whta i'm missing to make the webpage load in my UIWebView.
    here is the code i've got...
    The function gets called once a button is pushed..
    -(IBAction)showWebsiteInfo{
    WebViewController *viewController = [[WebViewController alloc] initWithNibName:@"WebViewController" bundle:[NSBundle mainBundle]];
    viewController.title = @"Website";
    NSString *urlAddress = @"http://www.google.com";
    NSURL *url = [NSURL URLWithString:urlAddress];
    NSURLRequest *requestObj = [NSURLRequest requestWithURL:ur];
    self.webView = viewController;
    [viewController autorelease];
    [self.navigationController pushViewController:self.webView animated:YES];
    +everything between the lines is my code... i dont know why it's being formatted like that!!!+
    I'm not getting any compiler errors so my scirpt "should" work but it's not loading my webpage...
    thanks for any help provided..
    -Steph

    Yes, you are correct WebViewController is my nib and my class file name
    the big picture looks like this..
    i have a table view that once a cell if selected it will load a new view with buttons... one of these buttons is the one that will load my WebViewController.
    The IBAction for my button is in the ToyViewController, once click i want it to open the webpage pertaining to the toy in question (for testing purposes i put google.com)...
    It took me a long time to get the WebViewController working and now i can't get the UIWebView to work
    I read on other forums that the UIWebView is sometimes make really small and you can't view it but this is not the case. I changed my background color and i can see the UIWebView perfectly...
    one more thing that might help
    i've been playing with header file for my WebViewController and i was wondering if the @interface makes a difference
    i had it like
    @interface WebViewController : UIViewController <UIWebViewDelegate>
    @interface WebViewController : UIViewController
    and they both work but i'm not sure what the difference is...
    would i be better off making a subview of the ToyViewController class??
    I'm sorry for all the answers i've been on this for so long... your help is really appreciated... thanks

Maybe you are looking for

  • Can Anyone Help Me Configure My Verizon (D-Link) DSL-2750B "Traffic Shaping" (QoS)?

    Well ... I just spent a wonderful hour and a half (not) bouncing around VZ technical support, etc. trying to get assistance regarding configuring my DSL router.* Between the low-quality Skype connection to India and my lack of success, I'm a little b

  • Java stack and ABAP stack in upgrading SP

    Hi, pls pardon if it appears silly question. I dont have much knowledge in Basis I am on XI3.0 with SP 09 and upgrading SP to SP20 from SAP service market place. How can I identify which is java stack and which is ABAP stack in evrery SP because Java

  • Question regarding alert log file and trace files

    What should be the alert log file size ? And when should it be deleted? And for how many days user trace files should be kept? Also will anyone please tell me the importance of these files. Thanks

  • Looking for some help with building insert statements...

    Hi, I am using some sql to build some insert statements for me to update a set of tables in our qa environments. The scripts that I have created were working great until someone added a column to some of the tables in the qa env which in turn makes m

  • BrowseForImage() Portrait Landscape issues

    Building with Air2.6 Using Adobe's example http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/CameraRoll. html I have a landscape app and when I call browseForImage() the image browser always comes up in portrait mode.