SDK Newbie issues....

Hello All...
I am new at SDK and am trying to develop a master data interface to store packaging types available to inventory.
So far ive
1. installed the IDE tools for VS 2005 and generated a sample project
2. able to generate the interface in screen painter and link it to the VS solution.
Next i need to bind data...
for ex - (as im used to a conventional vb.net based coding practice) how to access the controls on the designed form, read the data values and post them to a table ?
Basically, How to proceed ahead...

Gautam,
My suggestion to get up to speed on using the SDK is to review the SAP Business One SDK eLearning that is located here on SDN at ...
https://www.sdn.sap.com/irj/scn/elearn?rid=/webcontent/uuid/0039e82a-fcd7-2a10-c380-b17f1e02b543 [original link is broken]
... specifically looking at the DI and UI API learning.
Hope that helps,
Eddy

Similar Messages

  • Flex 4.1 sdk application issue

    My application consists of 4 modules developed in flex sdk 4.0, has resource bundles (eng and spanish), now we designed 5th module with flex sdk4.1 has eng and spanish resource bundles, when i
    compile and run the whole app(5 modules) under unix environment with sdk4.0, every module is loading fine, until the 5th modules loads, when 5th module loads, for the first time spanish language is not
    loading, the whole page is blank, when i switch back to english it is loading everything and then clicked spanish it is working fine, every time when i change the viewstack the spanish is not working for the
    first time. I debugged the issue, it is not giving any error,
    intialize() method is called, creationcomplete is not called for viewstack main component,
    i changed all 5 modules to flex sdk4.1  and complied and it runs fine without spanish loading problem.
    my question is their any way i can use use sdk4.0 and run the application,
    is they any issue of developing one module with sdk4.1 and compling it with 4.0?

    thanks for the reply Alex, 
    5 modules with sdk 4.1  working fine,
    same 5 modules with sdk 4.0, spanish language is not working on the first load. no compilation errors, no run-time issues, but page was blank.
    even though in same sdk it is not working please advise...
    thanks.

  • SAP ME5.2 SDK deployment issue

    Hi,
    We installed the SAP ME5.2 SDK, and we also tried to develop our new functionality into the SDK, and build this new functionality with Development tool, and generated the SAPME.sca, then we tried to deploy this SAPME.sca into NetWeaver with JSPM, there is no error displayed during deploying. But after deployed, we opened the SAP ME and it returned the error message, I used the manufacturing-admin tool to generate the defaultTrace, it showed the error message like bellow:
    java.util.MissingResourceException: Can't find bundle for base name SAPMELicense, locale en_US
    I am not whant the issue is and what step I missed, it looks the development tool also involve the SAPMELlicense to generate the new SAPME.sca, can anyone have the experience?
    Thanks a lot and best regards,
    Leon Lu

    Hi Leon,
    In the SDK installation guide there is a section 3.2.2 Configure the Java AS Instance that describes how to install SAP ME License on the SDK NW Server. Please follow the steps and the problem should be fixed.
    Good luck
    Ivan

  • Flash Builder and Flex4 SDK 9731+ issue

    Hello everyone. I've been working with Flash Builder Beta and latest Flex4 SDK nightly builds for some time now and did not have any major obsticles.
    That was until I downloaded 9731 build. Flash Builder compiled my project without any problem, however, when I tried to launch the application in my browser I've got these errors:
    VerifyError: Error #1014: Class IVisualElement could not be found.
    (after I click continue)
    ReferenceError: Error #1065: Variable CrossFade_CrossFadeShaderClass is not defined.
    (after that)
    ReferenceError: Error #1065: Variable Wipe_WipeShaderClass is not defined.
    (and after that)
    ReferenceError: Error #1065: Variable _cfdd017153b35cc39170086d5b82e02ae917ac7c68abee5c5b64ce1a052a4aac_flash_display_Sprite is not defined.
    Of course when I click "Continue" nothing shows up on the screen.
    The only similar issue I've managed to find is related with Flexmojos (http://code.google.com/p/flex-mojos/issues/detail?id=163) which, I think, has nothing to do neither with Flex4 SDK nor Flash Builder in this case.
    Maybe anyone has ideas about this? Does this have something to do with Flash Builder incompatibility with nightly SDK builds? Or maybe the new SDK
    has not been built correctly?
    By the way, I've decided to stick with 9674 built and wait for more nightly builds when I first encautered this problem. Today I've downloaded 10008 built of
    Flex4 SDK and the problem is still there.

    Hello ThinkLoop;
    I have .10339 now working with no new issues.  If this helps I started a discussion (below) in which I was getting an error, the error given seemed unrelated to the fix but... essentially when recreating the project, which seems to be a common event when updating the SDK, I have to re-attach the modules to the project.
    Author
    Subject
    Views
    Replies
    Last Post
    jdesko
    Nightly SDK and Flash Builder Betain Flash Builder and Flex SDK
    121
    8
    35 minutes agoby jdesko

  • RAS SDK exporting issue

    Hi everyone,
    We are using RAS SDK to export report from crystal reports server 2008 (version 12).
    The report is designed in development environment, and tested based on data from development database (Oracle). The report is saved without storing saved data.
    In the development environment, we are able to export reports without any problem. We can also run the report via CMC console.
    In the production environment, on the other hand, things went wrong.
    We modified database login configuration of the report to point to production database in CMC console (use custom db login option). The report can be viewed smoothly on CMC.
    However, when we try to retrieve data from RAS SDK using printoutcontroller.export, the following exception is thrown.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKLogonException: Database logon failed.---- Error code:-2147217393 Error code name:dbLogonFailed
    We tried to verify the database connection info from ReportClientDocument's database controller, but found out the following method always return null:
    oReportClientDocument.getDatabaseController().getConnectionInfos(null).getConnectionInfo(0).getPassword()
    The other mothods:
    oReportClientDocument.getDatabaseController().getConnectionInfos(null).getConnectionInfo(0).getUserName()
    do return the correct custom values (database server name, and username).
    After series of testing, we suspect that the custom database password retrieved by SDK does not get updated, hence dblogin error occurs when RAS SDK tries to make connection.
    We are aware that we can set db login information by using databasecontroller methods (login, replaceconnection..etc), but we really don't like the idea of hard coding the database username and password in our code. If CMC allows us to set custom database info, we shouldn't need to set them again in the code we suppose.
    Any suggestion, hint is very much appreciated. we notice that this issue has been raised several times in this forum, with no real solution provided. Hopefully it can get solved this time.
    Regards,
    mlie

    Can you try changing the order of these two lines of code:
    printOutputController.modifyUserPaperSize(10500,15000);
    printOutputController.modifyPrintOptions(newPrintOptions);
    You should modify the PrintOptions before changing the paper size as I expect that your report was originally designed to be portrait, and you are setting the paper size to something that would no longer be a valid portrait size.  Your modifications to the PrintOptions changes the report to be Landscape, so we would want to make that change first.

  • Arch64 and Android SDK Emulator issues

    Hey guys. I have recently installed the newest version of Eclipse and the Android SDK. I have had to install 32-bit libs so everything runs ok, which I have successfully done. After thinking all was fine and dandy I proceeded to execute my application, in reply my console (from within Eclipse) spat out the following message:
    [2009-09-20 00:29:47 - HelloAndroid]------------------------------
    [2009-09-20 00:29:47 - HelloAndroid]Android Launch!
    [2009-09-20 00:29:47 - HelloAndroid]adb is running normally.
    [2009-09-20 00:29:47 - HelloAndroid]Performing com.example.helloandroid.HelloAndroid activity launch
    [2009-09-20 00:29:47 - HelloAndroid]Automatic Target Mode: launching new emulator with compatible AVD 'my_avd'
    [2009-09-20 00:29:47 - HelloAndroid]Launching a new emulator with Virtual Device 'my_avd'
    So, as far as I was concerned I was to wait a few minutes (maybe a little longer) for the emulator to work it's magic. 20 minutes later I found myself scratching my head, wondering why the emulator hadn't booted yet. Any ideas?
    If I try and run the emulator via command line independently I get the follow message:
    [haze@shirley tools]$ emulator -avd my_avd
    Segmentation fault
    Any ideas?
    Last edited by H4z3 (2009-09-19 23:43:36)

    H4z3, I'm not sure why you are getting seg faults but, I just got everything setup for Android 2.0 development on my 64-bit driven laptop. I did the following:
    1) Downloaded Android v2.0 SDK & setup buy running
    sh %path_to_sdk%/android-sdk-linux/tools/android
    Then under "Available Packages", download the SDK Platform and other APIs you want. I downloaded Android 2.0 & 1.6, Google API 5 & 4 and the documentation.
    2) Downloaded Eclipse 3.5 for EE Development from eclipse.org
    3) Installed lib32 libraries:
    sudo pacman -S lib32-libstdc++5 lib32-libx11 lib32-sdl lib32-ncurses lib32-zlib lib32-libext lib32-alsa-lib
    4) Added the ADT to Eclipse following these instructions http://developer.android.com/sdk/eclipse-adt.html
    5) I then followed the Hello World example.
    Issues noticed
    1) Clicking some of the Eclipse & Android SDK/SVD Manager buttons didn't register. I had to use the keyboard shortcuts to fully press the buttons
    2) The emulator does take a while to load. I had issues with it not loading and sucking up my CPU. But I realized that I wasn't allowing the initial run of the emulator to fully finish before I closed it. Give it a good few minutes to run before stopping it.
    I hope this helps,
    Ken
    Last edited by scriptmunkee (2009-10-28 07:16:37)

  • Can no longer move or copy files between drives (not a newbie issue!)

    Copying and moving files between internal and external devices, and external to external devices is no longer working.
    *For the first time in my life, I get a "Circle with a Bar through it" when attempting to move or copy files.*
    This doesn't happen between the two internal drives at all (though I'm worried it might start). It happens between two HFS+J devices as well as HFS+J and FAT32 devices. I can delete files, create folders, and in some instances where things are acting funny, copy to, but not from the device. A noticed side effect that is now happening is that I can no longer move drive icons (CDs, DVDs, HDs) to their upper-right hand corner position on the desktop, if they didn't start there. They don't drop there, just staying where they originally sat (under a list of desktop shortcuts and files). It does not matter if the drives are USB or Firewire, and this never happened previous to about a month ago.
    I have done all the basic stuff -- verify/repair drives, reboot multiple times, mount & dismount, change connection ports, backed up-reformatted-and restored the smallest drive, fixed preferences (not at all relevant), Disk Warrior repair the devices, set all permissions to R/W, check all device related infos, researched on-line for a week... Nothing. I have even taken the devices to PCs, where they work perfectly, and as expected.
    This issue is apparently either a corruption, or a bug induced by Software Update, in the part of the system that handles files and file structures, or possibly the _USB and Firewire_ interfaces.
    I just need to know where all those relevant parts are in the system folders, so I can attempt to restore them from a backup previous to the last "Software Update," (to be sure. And to bring this one step closer to being solved).
    A system restore really is not an option, as that would require nearly two weeks of re-tweaking everything from the system to every piece of software included (updating the system about 10 times via software update, reinstalling 90% of the actual software packages... and then updating those multiple times, looking-up all the serials that get killed, etc.)
    I have to correct this fast, as we need to move the files from the work drives to the archive drives before we run out of room. So any help would be very appreciated... even if you only know where a few of the system components are located (it just might be one of those, causing the issue).
    ---TIA

    {The last link in this post is most relevant, except for your recent finding.}
    The reference was to the User permissions, per each; as when these
    become corrupted, the simple 'repair disk permissions' and other
    basic duties do not find an error with them. That is because there is
    nothing really wrong with them from that standpoint.
    Another odd error can happen if one is resizing partitions in an Intel
    based Mac, and also if one has or had a BootCamp partition and
    wanted to reclaim space. But not always. Thankfully, the only time
    I tried Windows on a Mac, the media install disc was corrupted so
    it just didn't happen. That was Virtual PC and Windows on PPC.
    Tiger brought with it the ability to non-destructively resize partitions.
    However, it was not thought to be successful in non-Intel based Macs.
    The discussion on that matter came up a few years ago, so someone
    has undoubtably tried that in a PPC and reported findings online.
    When file sharing between user-account created content runs amok,
    then the system(s) will not allow the content to be moved or shared.
    So, if any shared user-account created content (including drives
    initialized or handled without permissions ignored, clones wrong,
    etc) are not the problem, then how does one explain these wrong
    ful action circles-with-lines, or action disallowed warning symbols?
    There must be a simpler answer. Do you have cats which have
    access to your computers in the off-hours? They do keyboard.
    Some have been thought to have technical skills outside of the
    usual coy and cute play-acting people think they are limited to.
    I'm sticking to the cats theory for now; the time is 3:21AM here
    and I only am up to get a drink and look outside at +5°F. calm.
    Mac OS X 10.4 Help: I can't move or copy a file or folder
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh194.html
    • _Rearranging Files (and renaming them)_ InformIT: Mac OS X unleashed
    http://www.informit.com/library/content.aspx?b=MacOS_XUnleashed&seqNum=122
    It is good to have a backup for the backup; plus a backup Mac.
    Good luck & happy computing!
    { edited: was distracted }

  • Newbie issues

    Hello all, I just started using Final Cut and I would really appreciate some help with a few issues. I am trying to make a demo reel for animation, I have all my animation clips as quicktime files and one .tif image, my problems are:
    1. Why is the quality of the preview render so crappy? In the viewer window it looks great, but once I render it (and export it) it looks like garbage. Are there any settings I can change to up the finished quality?
    2. In one of the clips, the first few frames of audio are dropped out. I've tried re-importing it, re-making the clip and making sure that it wasn't overlapping anything else, but it still misses those few frames; even though it's fine in the viewer window.
    3. When I try to export using Quicktime Conversion the resulting file can't be read by any program.

    Here is a list of all the compression types that I can choose from;
    Animation
    Apple Intermediate Codec - Preset options are HDV 720p, HDV 1080i or "other"
    Apple Pixlet Video
    Apple VC H.263
    BMP
    Cinepak
    Component Video
    DV - PAL - Aspect Ratios are 4:3 or 16:9, Interlaced or Progressive
    DV/DVCPRO - NTSC - " "
    DVCPRO - PAL - " "
    DVCPRO50 - NTSC - " "
    DVCPRO50 - PAL - " "
    Graphics
    H.263
    H.261
    H.264
    JPEG 2000
    Motion JPEG A
    Motion JPEG B
    MPEG-4 Video
    Photo JPEG
    Planar RGB
    PNG
    Sorenson Video
    Sorenson Video 3
    TGA
    TIFF
    Uncompressed 10-bit 4:2:2
    Uncompressed 8-bit 4:2:2
    Video
    XVID
    None
    The frame rates I can choose from are 24, 25, 30, 48, 50 and 60
    The sound file was originally a .wav format.
    The other files in my project are animation clips exported in the same way as the clip I am having issues with.

  • Soundfont Newbie Issues

    So I am reasonably new to soundfonts, but I find that the vast majority of sf2 soundfonts I download don't work. Some do, which makes me think that the others are just busted, they are freebies after all, but it is literally like 4 to 1, non-working to working. Most do not show up in the EXS-24 menu at all, but a few do and just produce no sound. Is this about par for the course or am I doing something wrong?
    Also, I have a lot of files in other formats floating around my soundfont folder in wav and .bk format. Is there a thread on how to get these to work in Logic.
    Cheers!

    Here is a list of all the compression types that I can choose from;
    Animation
    Apple Intermediate Codec - Preset options are HDV 720p, HDV 1080i or "other"
    Apple Pixlet Video
    Apple VC H.263
    BMP
    Cinepak
    Component Video
    DV - PAL - Aspect Ratios are 4:3 or 16:9, Interlaced or Progressive
    DV/DVCPRO - NTSC - " "
    DVCPRO - PAL - " "
    DVCPRO50 - NTSC - " "
    DVCPRO50 - PAL - " "
    Graphics
    H.263
    H.261
    H.264
    JPEG 2000
    Motion JPEG A
    Motion JPEG B
    MPEG-4 Video
    Photo JPEG
    Planar RGB
    PNG
    Sorenson Video
    Sorenson Video 3
    TGA
    TIFF
    Uncompressed 10-bit 4:2:2
    Uncompressed 8-bit 4:2:2
    Video
    XVID
    None
    The frame rates I can choose from are 24, 25, 30, 48, 50 and 60
    The sound file was originally a .wav format.
    The other files in my project are animation clips exported in the same way as the clip I am having issues with.

  • 2 Newbie issues

    Hi,
     1st issue:
      I am trying to show multiple lines of texts,but it seems that the last character  it is shown on the next line,when it should be on the same line,but at the end of it.
    textBox1.Text = "A = [" + A + "]" ;
    textBox1.AppendText("A = [ "+A+"]" );
    textBox1.Text += Environment.NewLine;
    textBox1.Text += "answer = flipud(A)";
    textBox1.Text += Environment.NewLine;
    textBox1.Text += "B = [" + x + "]";
    textBox1.Text += Environment.NewLine;
    textBox1.Text += "C = flipud(B)";
    The result after I run this code: 
    "A = [ Separate the columns with a semicolon ";".
    ]    I want this square bracket at the end of the line above 
    answer = flipud(A)
    B = [1 2 3 4
    ]  same here
    C = flipud(B)"
    2nd issue:
    How can I overwrite a file that has been created?I used this code to create my file,but each time the user inserts a new value in the textbox,and saves it,it doesn't overwrite it.:
    string yesfile = "E:\\matrix.i";
    if (!File.Exists(yesfile))
    string matrix = textBox2.Text;
    System.IO.StreamWriter file = new System.IO.StreamWriter("E:\\matrix.i", true);
    file.WriteLine(matrix);
    file.Close();
    this.mainForm.Show();
    this.Close();
    else
    MessageBox.Show("Your matrix have been updated!");
    this.mainForm.Show();
    this.Close();
    Thank you!

    Hi Bogdan,
    I tried replicating your code, and was not able to.  What are your values for variables 'A' and 'x'?  There could be a new line character escape within the text or something, because here are my results.
    string A = "some text";
    string x = "some other text";
    textBox1.Text = "A = [" + A + "]";
    textBox1.AppendText("A = [ " + A + "]");
    textBox1.Text += Environment.NewLine;
    textBox1.Text += "answer = flipud(A)";
    textBox1.Text += Environment.NewLine;
    textBox1.Text += "B = [" + x + "]";
    textBox1.Text += Environment.NewLine;
    textBox1.Text += "C = flipud(B)";
    Which produces:
    A = [some text]A = [ some text]
    answer = flipud(A)
    B = [some other text]
    C = flipud(B)
    I would double check your string values, and ensure your textbox is set to multi-line and wide enough to contain the strings on a single line.
    For the second issue, you simply pass the correct parameter to overwrite the file as such:
    System.IO.StreamWriter file = new System.IO.StreamWriter("E:\\matrix.i", false);
    Best of luck.

  • On Mac Lion Use FB 4.5.1 with 3.6 SDK - known issues?

    I'm on Mac OS 10.7, Lion. I recently downloaded and install FB 4.5.1 and imported my Flex3 project. I selected SDK 3.6 for compatibility (not ready to recode for Spark/4.5).
    Is 3.6 fully supported under FB 4.5.1? For instance, in the design viewer, an icon in a button doesn't show (@Embed(source='assets/magnifier.png')). I know that's really a design viewer question, but are there settings/framework or other design viewer gotchas I need to be aware of?
    Thanks
    Code_away

    I just noticed that the layout for a few mx:TitleWindows don't appear in Design view. Should this be expected?

  • COBRAS unity connection import - SDK install issue

    Hello All,
    I am trying to get the cobras import tool to install.  It requested that I install the IBM Informix client SDK on my machine.  I downloaded the install files and ran it
    I get an error saying I am installing 32bit on a 64 bit and to add the a path prefix.
    I looked on the help at
    www.ciscounitytools.com
    and they say to add the following command from the command line where the program is installing from
    set PATH=C:\WINDOWS\SysWOW64\;%PATH%
    then run the install from the command line
    I have tried it multiple times but get that same error saying i need to add that path
    anyone run into this before?
    thanks

    I got it to work by doing this
    Right click on my computer and properties; on the left side bar click on advanced
    system settings and then advanced tab click on Environment Variables button scroll
    down in system variables and go to path, select that and click edit at the very start
    type the following:
    C:\Windows\SysWOW64

  • BOE SDK login issue

    Hi Guys,
    I tried to use BOE sdk to connect to cms and got some exceptions.
    My  code segment is as below:
    String CMS = "myhost:8081";
    String userID = "username";
    String password = "password";
    String auth = "secEnterprise";
    //String auth = "secWinAD";
    //String auth = "secLDAP";
    IEnterpriseSession enterpriseSession;
    ISessionMgr sessionMgr;
    try {
    sessionMgr = CrystalEnterprise.getSessionMgr();
    enterpriseSession = sessionMgr.logon(userID, password, CMS, auth);
    } catch (SDKException e) {
    e.printStackTrace();
    The exception:
    com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081
    cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$CMSSocket: Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081
    cause:java.net.SocketTimeoutException: Read timed out detail:Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081 The exception originally thrown was java.net.SocketTimeoutException: Read timed out detail:Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081 The exception originally thrown was com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$CMSSocket: Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081
    cause:java.net.SocketTimeoutException: Read timed out detail:Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081 The exception originally thrown was java.net.SocketTimeoutException: Read timed out and had the following message: Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081 The exception originally thrown was java.net.SocketTimeoutException: Read timed out
    at com.crystaldecisions.sdk.exception.SDKException.map(Unknown Source)
    at com.crystaldecisions.sdk.occa.security.internal.t.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.security.internal.t.userLogon(Unknown Source)
    at com.crystaldecisions.sdk.occa.security.internal.m.userLogon(Unknown Source)
    at com.crystaldecisions.sdk.framework.internal.d.logon(Unknown Source)
    at Test.main(Test.java:28)
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$CMSSocket: Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081
    cause:java.net.SocketTimeoutException: Read timed out detail:Unable to open a socket to talk to CMS bostecibbo1d.nam.nsroot.net:8081 The exception originally thrown was java.net.SocketTimeoutException: Read timed out
    at com.crystaldecisions.enterprise.ocaframework.l.find(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.i.int(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.i.a(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.i.buildServerInfo(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.aa.for(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.for(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(Unknown Source)
    ... 5 more
    Caused by: java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.net.SocketInputStream.read(SocketInputStream.java:182)
    at java.io.DataInputStream.readInt(DataInputStream.java:443)
    ... 13 more
    Anybody has any idea of this exception?
    Any help is greatly appreciated.
    Thanks,
    Vicky

    are you sure your CMS host is
    bostecibbo1d.nam.nsroot.net:8081
    it is more like your jsp running server name and port. if you are trying on same server give cms name as bostecibbo1d.nam.nsroot.net or bostecibbo1d.nam.nsroot.net:6400
    try this

  • SDK phone issue

    When they say "sdk" ipod and phone.. Des that refer to a new phone, or just software/programs that people can make for the existing phone?

    It's because even happy speculation can falsely raise people's expectations.
    For example, many bought the iPhone even though they knew it was missing something they wanted, because they read on forums, "Oh don't worry, software updates are easy, so copy & paste will come in the next update." The same was said for MMS, voice dialing, and you name it.
    Now those buyers are given grief because they believed the predictions. Or at least, they believed they would come sooner.
    So you're now putting yourself on the line for saying it'll be "exciting" times when the SDK hits. Maybe yes, maybe no.

  • A newbie issue

    hi guys, i'm a newbie and i'm in the middle of creating my
    first website.
    the page i created is composed of 1 table divided to 3
    sections but if you'll look at the page
    there is a distance between the sections.
    how do i eliminated this space ?
    you can see the page here.
    http://www.advantamovers.com/newsite/indexnew.html
    thanks
    Ron

    On Mon, 22 Jan 2007 10:26:43 +0000 (UTC), "kurnas69"
    <[email protected]> wrote:
    >The empty place on the left ?
    >that was to center the page.
    >told you i'm a newbie. is there a smart way for doing so
    not a smart way - rather old - use align="center" in the
    table tag.
    a better way would be with css - but ........
    You also need to put the size of the image. Best way if your
    not sure
    is to use the insert/ image menu
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Your Answer to all aviation needs</title>
    <style type="text/css">
    <!--
    body {
    -->
    </style>
    </head>
    <body>
    </head>
    <body>
    <div id="maintable">
    <table width="100%" border="0" align="centre"
    cellpadding="0"
    cellspacing="0" bgcolor="#FFFF33">
    <td ><img src="Main_Upper.gif"></td>
    <tr>
    <td ><img src="main_bottom_left.gif" ><img
    src="Main_Left.gif"></td>
    </tr>
    </table>
    </div><!-- end maintable -->
    </body>
    </html>
    </body>
    </html>
    ~Malcolm N....
    ~

Maybe you are looking for