Hi, I’m testing the Database Desktop Sample, Detail view page.
When Running this sample page I get a freezing while the message: Compiling of BasePushButton (13 on 13) … remains displayed for ever. and cannot run the sample !
…Only way out of this is to kill the Xojo.
My Xojo Install is fresh - 2013 release 2.
(have another bug related to missing QTime dll at start time - but don t think that this is related, or is it ?)
Sorry if I m not posting right, I cant see any Bug Topic page…
Thanks for helping Gurus reading this …
Eric
I don’t know why it would hang. Make sure you save the project after you open it. This project is probably the most complicated example there, it uses Build Automation to copy a database file and refers to shared graphics files. If you are still having trouble, you might try copying the entire EddiesElectronics folder elsewhere first.
Yes Paul.
Okay, I just did the Full example EddiesElectronics (plus all subfolders) to My Documents.
Opened it, changed two buttons place.
Saved project, closed it. and reopened the project again.
Running The Customer Detail page compiles everything up to (13 on 13) Pushbutton…
The Gauje remains 100% Green but never closes…
Taskserver indicates, 244MB in mem. CPU 0 %. Stating: “Not responding…”
Note: When saving the Project (original or newly made copy) The message:
All data as not been loaded appears - do you want to save it…You will loose some data…
I do not know Why this appears sinces everything, (windows etc. seemed to be available on Left menu)
…
Thanks.
Ok, I have used the “Verify project” option in the Menu.
It returns a log error stating:
(Sorry - I don t know how to switch Interface back to English yet - so I m translating error contents)
Errors
Problem
Unused Method param.
AboutWindows.LogoCanvas.Paint Declaration - areas is a method parameter unused.
Sub Paint(g Graphics, areas() As REALBasic.Rect)
ChartWindows.GraphCanvas.Paint Decla… same msg.
Sub Paint(g Graphics, areas() As REALBasic.Rect)
ChartWindows.GraphCanvas.MouseDown Declaration - X is a … same msg
Function MouseDown(X As Integer, Y As Integer) As Boolean