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

A Window is not a flea.

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

    #16
    Re: A Window is not a flea.

    Seems to, yes. I tried that and it worked! However, the Alpha Five child windows will pop-up from internal system, you can't programmatically approach them. Or you prove me wrong with that as well :-)

    Comment


      #17
      Re: A Window is not a flea.

      If you mean like controlpanel or code editor - they seem to pop up where they want. But if you mean forms, then the above is applicable. Open the form via code and position via code - no?
      Peter
      AlphaBase Solutions, LLC

      [email protected]
      https://www.alphabasesolutions.com


      Comment


        #18
        Re: A Window is not a flea.

        Originally posted by Peter.Greulich View Post
        If you mean like controlpanel or code editor - they seem to pop up where they want. But if you mean forms, then the above is applicable. Open the form via code and position via code - no?
        Agreed on forms. But my prob was with the own A5 child windows. You know, when you are building something every time those small windows open where you have to configure settings and such. I know I am probably just nagging, but it annoys me when those windows always pop-up somewhere left, I just would like them to pop-up in the center. Almost sounds compulsive :-) but it is what it is.

        Comment


          #19
          Re: A Window is not a flea.

          Got it. I understand. I agree that it is a pain. Too many popup windows if you ask me. I'd prefer an IDE w/o all the windows.
          Peter
          AlphaBase Solutions, LLC

          [email protected]
          https://www.alphabasesolutions.com


          Comment


            #20
            Re: A Window is not a flea.

            Peter you are right about people not knowing about popups. I was opening forms as dialogs, but that has some challenges. When I converted them to popups everything worked and meet my goals. It is a nice feature, but as was discussed not something everyone would use or like to use all the time.

            This is a question for those working with grids on the desktop. I think there is also something like a page layout component. I am not sure how that works never having used, but could be used to control the placement of the grids? Then control through code when certain grids appear, kind of like pages? If you possible it could give you pretty granular control of objects on the form/page.
            Regards,

            John W.
            www.CustomReportWriters.net

            Comment


              #21
              Re: A Window is not a flea.

              There has been some discussion since my last - sorry found bed too important after all my travelling!! For what it is worth the following script can be put in the on_activate event to a form. It is designed to put the form in the left quarter of a view. This assumes that if you are using two screens, it measures the width of the two as one and then divides that into 4. So in theory it would be in the middle of the left screen.

              I do not have two screens so my assumptions on how the window is measured may be wrong. Frustrating was the way Alpha plays with measurement. I found that this all measured in pixels, which was logical, however all the references in properties were either inches or cm. Trial and error and a lot of debugging got me there.

              Code___________

              dim myw4 as c
              dim myww as n
              dim mywh as n
              myww = UI_INFO( 8 ) 'Get the client area width
              mywh = UI_INFO( 9 ) 'Get the client area height

              myw4= a5_get_units() 'this line was not required
              dim myw1 as n

              myw1 = topparent.height

              topparent.Top = (mywh/2) - (myw1/2) 'measure height of form and reduces measurements by 1/2 of height

              myw1 = topparent.width

              topparent.Left = (myww/4) - (myw1/2) 'measure width of form and reduces measurements by 1/2 of width

              End Code____________________
              -----------------------------------------------
              Regards
              Mark Pearson
              [email protected]
              Youtube channel
              Website

              Comment


                #22
                Re: A Window is not a flea.

                Hi Mark,

                That is indeed a script for use on a form. My problem however was NOT with the position of a form within an application, but with A5 Child Windows within the A5 working area. These child windows are the ones that open whenever you would need to configure components or similar. Those are system windows from A5, not from the actual application built. I am sorry if I made this not clear enough.

                Comment


                  #23
                  Re: A Window is not a flea.

                  Ok (should have read ALL previous posts - maybe not compulsive but could be phobic)- You can probably get over this with using xdialog window instead of the child window, but depending on how many you see coming up and what they are. For instance you can build a window for email settings, error messages (not built in ones as they would be system related).

                  I do this sort of thing so I can remove all alpha menus and make sure the user only does what is needed.
                  -----------------------------------------------
                  Regards
                  Mark Pearson
                  [email protected]
                  Youtube channel
                  Website

                  Comment

                  Working...
                  X