To RevSoft. Can I have POPUP window source? (Making my own popups) (OpenInsight Specific)
At 21 NOV 1997 09:59:08AM Oystein Reigem wrote:
I need a popup window slightly different from the standard one. In my OI 3.3 I have the source code for POPUP, POPUP_EQUATES and POPUP_SUB, which gives me an excellent starting point (I hope ). But what about the POPUP window source? (Or is does that window just contain a few plain controls and a simple click quickevent for each button?)
- Oystein -
At 21 NOV 1997 11:45AM Don Bakke wrote:
Oystein,
IINM (if I'm not mistaken), the popup window is created by the code on the fly. IOW (in other words) there is no base window template.
dbakke@srpcs.com
At 21 NOV 1997 11:54AM APS (A Poor Soul) wrote:
At 21 NOV 1997 01:35PM Andrew P McAuley wrote:
It is Window POPUP in SYSPROG
amcauley@sprezzatura.com
World Leaders in all things RevSoft (Except VIP)
At 21 NOV 1997 01:52PM Cameron Revelation wrote:
Oystein,
I need a popup window slightly different from the standard one. In my OI 3.3 I have the source code for POPUP, POPUP_EQUATES and POPUP_SUB, which gives me an excellent starting point (I hope ). But what about the POPUP window source? (Or is does that window just contain a few plain controls and a simple click quickevent for each button?)
There should be a window called POPUP (SYSREPOSWINS/SYSPROGPOPUP). The only BASIC+ source is what you listed. The Popup_Sub function implements the Create event of the window. The Popup function implements the edit-table, buttons, and everything else. Suggestion: Make a copy of what you want to change to avoid upgrades over-writing your work. We do continue to enhance the source that has shipped, including Msg and Popup. Cameron Purdy info@revelation.com </QUOTE> —- === At 21 NOV 1997 04:23PM Don Bakke wrote: === <QUOTE>TYETIWWWMA (thank you even though I was wrong with my answer). dbakke@srpcs.com SRP Computer Solutions
</QUOTE> —- === At 24 NOV 1997 04:22AM Haven't got it wrote: === <QUOTE>Yes, but can I have one. See my reply to Cameron. - Oystein - </QUOTE> —- === At 24 NOV 1997 04:44AM Oystein Reigem wrote: === <QUOTE>Cameron, There should be a window called POPUP (SYSREPOSWINS/SYSPROGPOPUP).[/i] That's what I hoped but there's only SYSREPOSWINSEXE/SYSPROGPOPUP. The only BASIC+ source is what you listed. The Popup_Sub function implements the Create event of the window. The Popup function implements the edit-table, buttons, and everything else. I can see from the source that the edit table is created on the fly, but I assume that the rest is in the SYSPROG**POPUP window. And I assume that the window has some quickevents I'd like to see. Suggestion: Make a copy of what you want to change to avoid upgrades over-writing your work. Sure. I work on a copy of the two functions, and I've changed the function names in my versions. We do continue to enhance the source that has shipped, including Msg and Popup. With making the source available you have placed a burden of responsibility upon yourself. I think it's vitally important that the source code of new versions is accompanied by a comprehensive history of changes. I see your source code does carry a history of changes, but something more detailed might be necessary. It's important that we (the developers and RevSoft) are in synch, both for our sake (less unnecessary problems for us) and for yours (less unnecessary questions for you). - Oystein - </QUOTE> —- === At 24 NOV 1997 08:18AM Cameron Revelation wrote: === <QUOTE>Oystein, I believe you are correct that we previously did not ship the OIWIN (source) for POPUP. I don't know what release we started shipping it, but I have verified that it is shipped in 3.5. It may have just been added to 3.5 or it may be in 3.4/3.41. Cameron Purdy info@revelation.com </QUOTE> View this thread on the forum...