Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Login screens not clearing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Login screens not clearing

    I seem to remember seeing some messages about this issue some time ago. I also thought that it had been fixed.

    I'm still experiencing the giant white screen during the initial loading of the program (usually just the first time the program is run each day) and the residual images from the splash screen and login windows as shown in the attached screenshot which happens at every login.

    Is anyone else experiencing this?
    Finian

    #2
    Re: Login screens not clearing

    Yes the problem is definately still there.

    Regards

    George

    Comment


      #3
      Re: Login screens not clearing

      I have submitted a bug report on this issue some time ago. The Alpha Team was eventually able to duplicate this problem. However, it appears that they have not been able to fix it! This condition still exists after each patch update!!
      Erwin

      :: Data solutions - one pixel at the time ::

      Comment


        #4
        Re: Login screens not clearing

        I had also posted bug report after I had done a update and problem started. In email I got back I was told to add the following in my Autoexec code. I did and this fixed problem.


        ui_yield()
        a5.Repaint()

        Comment


          #5
          Re: Login screens not clearing

          Thanks, that seems to be working. I still would prefer not have needed the extra pieces of code.

          Regards
          George

          Comment


            #6
            Re: Login screens not clearing

            FWIW, after I posted the message yesterday I started playing around with "ui" functions. I found that UI_Freeze(.T.) at the start and ui_freeze(.F.) at the end of the autoexec fixed the problem. I had tried ui_yield without success but had not tried A5.repaint() which is undocumented.

            Now if I could only get rid of that ghastly white screen during the initial start.
            Finian

            Comment


              #7
              Re: Login screens not clearing

              Finian, AMEN on your comment about the ghasty white screen. Some of my employees have thought that the system has crashed when this happens...I posted this months ago and nothing has been done about it....

              Comment


                #8
                Re: Login screens not clearing

                Just a bump to see if anyone has heard any news on this phenomenon. It just started happening to me too. I wonder if it could be Alpha trying to access its website for updates? I did edit my Autoexec to change the A5 window title to show when I am working on a local copy, but this was not a new addition, only a change - and then the white screen started.
                Robin

                Discernment is not needed in things that differ, but in those things that appear to be the same. - Miles Sanford

                Comment


                  #9
                  Re: Login screens not clearing

                  I know that during the time I tested the trial version9 the white screen also happened - I don't know if it is happeing now in V9 since I am still using V8.

                  Tom

                  Comment


                    #10
                    Re: Login screens not clearing

                    Sadly it is even in v9. And using the code described by other members on this thread has not resolved the issue.

                    Regards
                    George

                    Comment


                      #11
                      Re: Login screens not clearing

                      The white screen is happening during the initial load of A5 before it prompts for a database password. The database is not open at that stage so no amount of user code will change things. I'm guessing that the delay, in our case, has to do with loading of multiple code libraries.

                      If first impression are important, and I think we all know they are, this one leaves the impression that the developer and her/his tool are incompetent.

                      Another user had a "Fit and finish" thread going in the V9 forum. It looks like Alpha are just not paying attention.

                      And will it be fixed in V9 but not V8? This is a growing concern for V8 users. There are already signs that issues that affect both versions are only being fixed in V9.
                      Finian

                      Comment


                        #12
                        Re: Login screens not clearing

                        When I first converted my ver 7 app to 8 it worked fine; so I am only recently seeing this problem. Wish I could pin it down as to what my change was that Alpha doesn't like. I am fairly new to XP also and have done a bit of testing with changing resolution, but have kept it to 800x600. I am using a modified XP theme however for the desktop and selected to use XP themes for v8. Hmmm...
                        Robin

                        Discernment is not needed in things that differ, but in those things that appear to be the same. - Miles Sanford

                        Comment


                          #13
                          Re: Login screens not clearing

                          Robin

                          When your problem started had you just downloaded and installed a new patch to V8.

                          If you go back far enough with the patches for V8 you will find that there is a patch that does not do that. (a real early patch).

                          I think there is another thread where they found the starting point of the white screen. I think it was Jack DeBoer (turbojack) and he submitted a bug report - but as you have been reading nothing has been fixed - not even in Version 9.

                          I don't think that you changed anything in your apps (other than a new patch) that would cause the white screen -

                          Tom
                          Last edited by Tbaker; 05-06-2008, 01:00 PM. Reason: Typed Jacks last name wrong -sorry

                          Comment


                            #14
                            Re: Login screens not clearing

                            Hi Tom,
                            I have been using the recent patch since I first bought v8 a couple of months ago. So have added nothing to the program since I started converting my app. Alpha doesn't do downloads without prompting do they? I think I even turned off background checking (perhaps recently), so will look into that when I get to work.
                            Robin

                            Discernment is not needed in things that differ, but in those things that appear to be the same. - Miles Sanford

                            Comment


                              #15
                              Re: Login screens not clearing

                              Robin

                              This is what I found about the white screen from my own experiences.

                              First of all of I have three different Builds of Version 8 on my development computer. That is because I have apps running with those three - all in house.

                              When someone first logs on in the morning, the runtime works fine - no white screen. When I log on (full version) no white screen - this is old version 1874 something. If during the day something needs to be changed on one of the other apps here, I load the appropriate version and sure enough I get the white screen.

                              It is almost as though alpha was searching for something and not getting what it wants right away and therefore puts up a white screen.

                              And no alpha does not automatically download patches and install them.

                              It is a mysterious thing -sometimes you get white screen - sometimes you don't. That would make a nice jingle for a candy bar ha ha.

                              So again I don't think you did anything since the white screen comes on before you app loads. It has to be internal.

                              Tom

                              Comment

                              Working...
                              X