Online Scheduling in Flex

After a long run, I have been able to put together an
online scheduling
tool using flex scheduling framework.
I will look forward to any feedback
Thanks,
Rajat
Founder,
PilotOutlook

Flying experience and calendar gave errors. The report data
loading failed message appeared when trying to run a report.
Not being a pilot, the application didn't make a lot of sense
to me, so I'm probably not a good tester. Also I couldn't figure
out how to use some of the input screens. Many of the fields did
not accept data.
Maris

Similar Messages

  • Online Scheduling system in Flex

    We have used Scheduling framework to finally build a fully
    functional online scheduling system for flying clubs. Check it by
    clicking this link :
    Online scheduling
    Any feedback will be greatly appreciated.
    Thanks,
    Rajat

    In Flex, it would be possible only if you'd find a way to read your local file system with a server-side script and pass the read data to Flex where you can rebuild the exact structure and do something with it ( not sure what ). As for AIR, you have a FileSystemDataGrid that does exactly what you are looking for ( just that it's "AIR only" ).

  • Online Store In Flex

    Hi all... Am currently in the process of building an online
    store, the database is a MySQL database, and I originally was going
    to do the whole thing in PHP... But have started to look into
    building it in Flex as an option... I have posted on a heap of web
    forums and no one there will really stick up for Flex so thought
    I'd post here to get some feedback from the other side of the coin
    so to speak...
    Obviously an online store IS achievable in Flex, but is it
    advisable? I'm assuming like Flash Flex doesn't have great SEO
    capabilities, and I guess for an online only store that would be
    important. But I'm thinking that alot more interactivity can be
    achieved building an online store in Flex... Anyway if anyone has
    any opinions would be much appreciated...
    Thanks!

    I am no expert on flex, but I've heard that there are things
    you can do to make flex sites SEOed. (Search Engine Optimized) But
    I wouldn't be the person to ask about that.
    But I do run an online store that was built in php (zencart)
    and runs with a mysql backend. We have decided to switch our
    frontend to flex, and use php as our middle man to access our mysql
    database. For us, flex will give our users a better experience. I
    personally like the ability that flex gives you to separate the
    front end from the back end, so that you can make your site
    available to more users on more platforms. That is an obvious
    benifit over php.
    Also, with Flex 3 coming out soon, and Adobe AIR, you can
    even make a front end for your store that runs as a local
    application on a users computer - I'd like to see php do that! :-)
    But using flex you wont get away from php totally - you will
    still need it for database access and the like.

  • Project Online - Schedule PDP disappearing for some Project Owners and Project Server Administrators Group

    Current Project Online environment is currently setup with Project Server Permissions Mode. All projects follow a customized workflow that enables Schedule PDP on Planning Phase/Stage, among other rules. For some users the workflow and
    expected PDPs are working fine, but for other the Schedule PDP just disappears under unknown conditions, even if they are part of the Administrators Group. Has anyone come across these behaviour?
    Saludos!

    As you said they belongs to Admin group it means they have required permission still double check the permission assigned to the users.
    Also ask those users to try to log in form different system then check is issue is occurring. 
    If this issue is occurring for few users then this may be because of Browser. check the following :
    1. Open IE then internet options --> Security --> Trusted Site and add your PWA site. then check
    2. If still issue is occurring then click on F12 button then select browser mode as IE 9 then check.
    kirtesh

  • Providing online Help for Flex-based applications

    I have been asked to provide online Help for a Flex application. As I have never done this before, I have a few questions:
    - What is the format for the Help topics?
    - Are there control-type files (e.g., TOC, index, project file) that need to be created? If so, what is the format for these?
    - Is the Help compiled? If so, which compiler is used?
    - How is context-sensitive Help created?
    I'd also like to know if there are any resources I could look at that covers these Help issues. Thanks.

    Hi,
    You can acheive the same by the addition of [USER-COMMAND fcode].
    RADIOBUTTON GROUP group [USER-COMMAND fcode] - The addition USER-COMMAND can be used to assign a function code fcode to the first parameter in a radio button group. The function code fcode must be specified directly, and have a maximum length of 20 characters. When the user selects any radio button of the radio button group on the selection screen, the runtime environment triggers the event AT SELECTION-SCREEN and transfers the function code fcode to the component ucomm of the interface work area sscrfields.
    So you code should be altered as
    PARAMETERS: rb_appl  RADIOBUTTON GROUP rad
                         USER-COMMAND radclick    "Addition which you have to make.
                         DEFAULT 'X',
                rb_pres  RADIOBUTTON GROUP rad ,
                p_file   TYPE ibipparms-path.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      IF rb_appl = 'X'.
        PERFORM f_applictn_server_filenm.
      ELSEIF rb_pres = 'X'.
        PERFORM f_presentation_filenm.
      ENDIF.
    Thanks & Regards,
    Harish

  • Online Scheduler Func Mod - PP/DS

    Hi All,
    Has anyone tried using the function module /SAPAPO/EFPL_ONLINE_SCHEDULER ? Says, it can be used for rescheduling orders, not sure about it.
    Can someone explain the details of this FM if worked on?
    thanks

    Hi All,
    Has anyone tried using the function module /SAPAPO/EFPL_ONLINE_SCHEDULER ? Says, it can be used for rescheduling orders, not sure about it.
    Can someone explain the details of this FM if worked on?
    thanks

  • Flex PMD 1.2 Release Schedule

    Does anyone know if there is a proposed release schedule for Flex PMD 1.2?  Is there a RC for it yet?  There's quite a few fixes I'd like to use and can't justify to a team until a release.
    Thanks!

    The current release date is between 15 and 30th of August.
    Cheers,
    Xavier

  • AmfPHP + mysql db(online) + flex/flashbuilder

    Hi.
    I am coming over from flash and doing tuts on flex (using flashbuilder)
    I want to connect a mysql database (online) with my flex/flashbuilder app using amfPHP as the preferred technology.
    I have to code for the flex app and I was wondering if anybody would be kind enough to help me with the amfPHP classes that I have to use. I KNOW there are tuts online but there are SO MANY that I don't know which one is correct.
    ie: I need:
    1. The database password etc... in a separate file then I would include it in the other classes
    2. The simple class to send back the dataset form the mysql database to the datagrid
    3. Session perhaps (as I am creating a learning management system for children to learn English)
    I am not looking to be spoon fed but I am a newbie - if you could point me to the best code via links etc...
    Am I right in thinking that this is a HELL of a lot better than using my current design with flash(URLVariables) + with a php script etc...
    especially if I have over a 100 - 1000 concurrent users which we will have by September.
    CHEERS

    I just discovered this developer's github page yesterday and perhaps his air_amf_sync project may be beneficial to you.
    https://github.com/dima/air_amf_sync
    Let us know on your outcome.

  • Flash builder 4.6 flex for mobile with mysql php and json

    I am trying to create an app that get data from online mysql server via php service and displays the data in a list
    I have been looking all over the internet but had no success in finding a working tutorial and i am frustrated
    can anyone help or direct me to a working tutorial please ?

    Watch the Online Video Course Flex 4.5 and PHP: Creating Data-Driven Applications

  • Allocation of resources fractionally to projects in project online.

    Hi,
    How to assign resources fractionally in Project Online without using Microsoft Project Professional?
    For eg. if I want to allocate a resource's x% or x hrs in a task, then how do I do it in project online.
    Note: If this functionality is not available in project online, then is there any idea when Microsoft is going to add this functionality in Project Online?
    Thanks.
    PSN

    Hi PSN,
    When you're in edition mode in Project Online, you can use one of the
    assignments views. Then you'll be able to enter the work per assignments.
    Note that you cannot edit the % of work neither you can edit the work per period in a timescale view like resource or task usage views in Project Pro.
    Not being part of Microsoft staff (we're just volunteers here), we cannot give you any information on Microsoft Project next releases or SP. But my idea is that the online scheduling engine's next updates will not bring such an important improvement such
    as modifying in detail assignments.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Flex and JSON

    Hi All,
    I am trying to integrate JSON with my flex application as it
    seems to be much faster than using xml via web services . . .
    Below is some sample output being returned and I'm unsure how
    to access the data in nested arrays. I'm hoping someone can help me
    with some insight into breaking up the pieces.
    Almost forgot, I'm using the corelib JSON routines to get the
    data created by darron schall . . .
    I am trying to access the data in the different columns
    within the entrydata element. . . .
    Thanks for any help you can offfer. . . .
    Here is what it looks like in the debugger with the raw text
    below . . . .
    arr = Array (@709e7b1)
    [0...99]
    [0] = Object (@7075a11)
    @noteid = "4662"
    @position = "1"
    @siblings = "114"
    @unid = "AB7A73759B12E59D8625711B007D05D0"
    entrydata = Array (@709efc9)
    [0] = Object (@7075a39)
    @columnnumber = "0"
    @name = "$18"
    number = Object (@7075a89)
    [1] = Object (@7075ab1)
    @columnnumber = "1"
    @name = "$17"
    text = Object (@7075b01)
    [2] = Object (@7075b29)
    @columnnumber = "2"
    @name = "$12"
    text = Object (@7075b79)
    [3] = Object (@7075ba1)
    [4] = Object (@7075c19)
    [5] = Object (@7075c91)
    length = 6
    "@timestamp": "20080611T145442,97Z",
    "@toplevelentries": "115",
    "viewentry": [
    "@position": "1",
    "@unid": "AB7A73759B12E59D8625711B007D05D0",
    "@noteid": "4662",
    "@siblings": "115",
    "entrydata": [
    "@columnnumber": "0",
    "@name": "$18",
    "number": {
    "0": "70"
    "@columnnumber": "1",
    "@name": "$17",
    "text": {
    "0": "8190 , Agent"
    "@columnnumber": "2",
    "@name": "$12",
    "text": {
    "0": ""
    "@columnnumber": "3",
    "@name": "CompanyName",
    "text": {
    "0": ""
    "@columnnumber": "4",
    "@name": "$16",
    "text": {
    "0": "Agent 8190/PSCDM@PSCDM"
    "@columnnumber": "5",
    "@name": "$21",
    "text": {
    "0": "notil4/pscdm"
    "@position": "2",
    "@unid": "0F8346B29E38AF048625711B007D24FC",
    "@noteid": "46A6",
    "@siblings": "115",
    "entrydata": [
    "@columnnumber": "0",
    "@name": "$18",
    "number": {
    "0": "70"
    "@columnnumber": "1",
    "@name": "$17",
    "text": {
    "0": "8191 , Agent"
    "@columnnumber": "2",
    "@name": "$12",
    "text": {
    "0": "(office) 40191"
    "@columnnumber": "3",
    "@name": "CompanyName",
    "text": {
    "0": ""
    "@columnnumber": "4",
    "@name": "$16",
    "text": {
    "0": "[email protected]@PSCDM"
    "@columnnumber": "5",
    "@name": "$21",
    "text": {
    "0": "notil4/pscdm"
    "@columnnumber": "1",
    "@name": "$17",
    "text": {
    "0": "Zapper , Zulu"
    "@columnnumber": "2",
    "@name": "$12",
    "text": {
    "0": ""
    "@columnnumber": "3",
    "@name": "CompanyName",
    "text": {
    "0": ""
    "@columnnumber": "4",
    "@name": "$16",
    "text": {
    "0": "Zulu Zapper/PSCDM@PSCDM"
    "@columnnumber": "5",
    "@name": "$21",
    "text": {
    "0": "pscextil01/PSCEXT"
    }

    Watch the Online Video Course Flex 4.5 and PHP: Creating Data-Driven Applications

  • Flash to Flex Migration

    I'm a flash programmer very interested in flex. My company
    has asked me to do some research and come up with some reasons why
    we should begin to implement flex. I've found many reasons online
    to use flex, but no real direct comparisons to flash. I'm just
    asking for compelling reasons to use flex over flash (most of our
    stuff is data driven application-like stuff, so I think flex would
    be a good fit). Personal experiences and examples would be great.
    Thanks ahead of time
    Robert

    While I work for Adobe and am not completely unbiased, I'll
    give you my personal experience.
    I used to work for a large financial services company. Lots
    of Java work going on. I picked up Flash as a way to build more
    interesting web applications, leveraging Flash's remote object
    capability with J2EE applications (Flash Remoting). I wrote some
    interesting apps with it.
    When I approached the "architects" in the group, they made a
    big thumbs-down on it. Didn't matter that the programs were easier
    to distribute (Flash Player vs. Java Web Start), ran faster (no
    page refreshes compared to Struts/Tiles), and more interesting to
    use. The problem was a) ActionScript wasn't has heavily data-typed
    as Java and more prone to logic problems since it fails silently;
    b) the Flash movie metaphor - not good for corporate types; c) no
    easy source code control.
    Along comes Flex. While Flex 1.5 had the same ActionScript 2
    issues, the fact that apps could be developed in text editors (ie,
    eclipse or textpad) since all the files were text and could be
    stored in source code control systems, and interfaced to back-end
    systems using simple, standard protocols in addition to AMF
    (RemoteObject), all went a long way to making the Flash platform
    more palitable. Plus, for the Java people, standard design
    patterns. And I forgot to mention - much faster to create apps in
    Flex than Flash.
    With Flex 2 the ActionScript argument fades away. Now you
    have a strongly typed language, a much better compiler, and
    industry standard language. Couple that with the benefits of Flex
    1.5 above, and the faster learning curve (no movie metaphor) and
    Flex fits right into the corporate scene. Not to mention Flex
    Builder 2 which is built as an Eclipse plugin (we sell it as a
    plugin and stand-alone Eclipse IDE).
    It is far easier to argue Flex vs Java than Flex vs Flash,
    but for the Flash developers, you know what lies beneath the
    surface.
    I hope this sways your decision :-)

  • Use flash video coponent in flex?

    Hi
    I want to use flash player video player feature.Please let me
    know how to do this.
    I need use the class fl.video.VideoEvent but it is not flex
    libary.do I have to build swc file,what is the steps to do this.
    Thanks
    Mk

    Hi Mk,
    Emanuil Rusev has created an an easy to use, open source Flex
    video player called FX Video. You can find the FX Video home page
    here:
    http://www.fxcomponents.com/?p=29
    And the FX Video source here:
    http://www.fxcomponents.com/src/fxvideo_0.92/
    Thank you Emanuil!!!
    Please take a look at the FX Video video player and see if it
    provides the functionality that you need. If not, please post back
    with detail on what further functionality you require.
    Regarding
    fl.video.VideoEvent,
    Flex does have a similar event
    mx.events.VideoEvent
    The Flex VideoEvent is related to the Flex UI control
    mx.controls.VideoDisplay.
    VideoDisplay is pretty rudimentary. The FX Video video player cited
    above uses both VideoDisplay and VideoEvent. If you are not
    familiar with the Flex VideoDisplay control, you can find a
    runnable example online in the Flex docs here:
    http://livedocs.adobe.com/flex/3/langref/mx/controls/VideoDisplay.html#includeExamplesSumm ary
    Please post back regarding whether the above answers your
    question, and if you find it helpful :-)
    Best regards,
    g

  • Appointment Schedule application

    I am looking for an online schedule system for my counseling practice that auto-syncs with my iphone and imac at home. I found one software appointmentquest.com that allows clients to log into my schedule. It even sends email reminders to clients. Apptquest.com rep said therer are iphone users that use this software and import regularly. Before I purchase this software at $15 a month. I want to call out to see if there is other software solutions out there I should consider.
    I really want confidentiality, email reminders, and compatability with computer and iphone! Suggestions???

    When you call schedule() method in ScheduledExecutorService, it will return an instance of ScheduledFuture, in which you can call the cancel() method to cancel the scheduled task.
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html#schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit)
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledFuture.html
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Future.html#cancel(boolean)
    Hope this helps~
    Alex Lam S.L.

  • Lab schedule

    trying to book CCIE storage lab in the last couple of weeks but no luck. it always says no seat is available. has anyone seen the same thing? I heard the the schedule system allows you to book for the next 6 months. I thought there aren't that many candidates for this track...

    I am also trying to book the lab exam, but no luck even I put the date as 04/13/2008. I opened a case in the on-line support center, asking why it is so difficult to schedule the lab exam.
    The reply is "at this time there are no slots available for the Storage Lab exam. You will need to continue to monitor the online scheduling tool for slots that become available due to cancellations"
    Does anyone know how many slots per month for storage lab? CCIE storage is not hot comparing with the others, don't know why the lab space is so limited.

Maybe you are looking for

  • Smart Guide/Snap to point not working

    Hi I am trying to remove a circular shape from a rectangle in illustrator, the retangles width is 10px and the diameter of the circle is 13px, I centre the circle ontop of the rectangle ( or I appear to)  but when I use the Shape mode tool minus fron

  • Toshiba 46xv640u lcd audio problems

    I have been trying to get the audio settings set up but am having problems. I have run an HDMI cable from my PS3 to my Toshiba LCD and am receiving sound but not all channels are coming across. Dialog is missing. The movie is Dolby Digital audio 5.1

  • Topic titles in Search always showing up in English

    We are working with a RoboHelp HTML v8 project with 247 topics.  Inside each topic, we are using conditional build tags to mark the content for each language inside each topic.  So for each topic file, it has a section of English text, French text, G

  • Access a JComponent through a variable?

    Hello Let's say I have a method like this: private String methodX(String name) {      String textOfJTextField = name.getText();      return textOfJTextField; }where name is the name of a JTextField. Ofcourse this wont work because name is a String. B

  • Not comming out of loop

    Gurus Below is the code which I have written, the problem is, when record is not found, its showing alert, but system getting hanged .. Can you suggest a solution Declare      CURSOR C_SUBCLASS IS SELECT DEPT, CLASS, SUBCLASS                 FROM SUB