vip 9?
cant wait.
dp
Search found 82 matches
- 11 Feb 2019 1:58
- Forum: Visual Prolog
- Topic: email sending...
- Replies: 3
- Views: 80
- 10 Feb 2019 0:33
- Forum: Visual Prolog
- Topic: email sending...
- Replies: 3
- Views: 80
email sending...
Guys Can you advise on how to send email from within VIP8CE program? I have included the "sendMail_smtp" class in my project. I have placed the code: predicates onHelpTestemail : window::menuItemListener. clauses onHelpTestemail(_Source, _MenuTag) :- MailServer = sendMail_smtp::new("smtp.googlemail....
- 2 Jan 2019 6:25
- Forum: Visual Prolog
- Topic: Identify and call back to "parent" object.
- Replies: 1
- Views: 119
Identify and call back to "parent" object.
Guys Is it possible to identify the calling object and callback back to it from a created object? Example: 1) From within Taskwindow create object O1 that belongs to class C1. 2) From within Taskwindow create object O2 that belongs to different class C2 now... 3) Both O1 and O2 each create objects O...
- 17 Dec 2018 19:40
- Forum: Visual Prolog
- Topic: Wheel Scrolling in Grid Example
- Replies: 4
- Views: 271
Re: Wheel Scrolling in Grid Example
Guys No changes to generatedInitialize . Let me restate the steps: 1) move the declaration of " grid_vmove_cells_area " to vpiGrid.cl 2) Add listener " addVScrollListener(onVScroll)] " to the constructor new(Parent) in childDialog.pro new(Parent) :- dialog::new(Parent), generatedInitialize(), This:a...
- 6 Dec 2018 17:48
- Forum: Visual Prolog
- Topic: Wheel Scrolling in Grid Example
- Replies: 4
- Views: 271
Re: Wheel Scrolling in Grid Example
OK, if interested, I got it. 1) move the declaration of "grid_vmove_cells_area" to vpiGrid.cl 2) Add listener " addVScrollListener(onVScroll)" to the clause " generatedInitialize()" in childDialog.pro 3) add the clause "onVScroll" to handle the scroll event onVScroll(Source, ScrollCode, ThumbPositio...
- 2 Dec 2018 3:06
- Forum: Visual Prolog
- Topic: Wheel Scrolling in Grid Example
- Replies: 4
- Views: 271
Wheel Scrolling in Grid Example
Guys
Can you advise on how to introduced scrolling the GRID by mouse wheel events in the Grid example distributed with v8.+. I have scoured the forum with no luck.
Thanks in advance
Dave Plummer
Can you advise on how to introduced scrolling the GRID by mouse wheel events in the Grid example distributed with v8.+. I have scoured the forum with no luck.
Thanks in advance
Dave Plummer
- 24 Oct 2018 16:48
- Forum: Visual Prolog
- Topic: Get Menu check status
- Replies: 7
- Views: 4020
Re: Get Menu check status
perfect!
Thanks
Thanks
- 16 Oct 2018 13:39
- Forum: Visual Prolog
- Topic: Get Menu check status
- Replies: 7
- Views: 4020
Re: Get Menu check status
how do I get the vpiDomains::menuTag from the resourceidentifier defined in the IDE?
thanks in advance
dave
thanks in advance
dave
- 16 Oct 2018 13:08
- Forum: Visual Prolog
- Topic: Get Menu check status
- Replies: 7
- Views: 4020
Re: Get Menu check status
Thanks for this excellent reply!
- 6 Oct 2018 21:30
- Forum: Visual Prolog
- Topic: Accessing a txt file resource
- Replies: 7
- Views: 1053
Re: Accessing a txt file resource
looking forward to it. Good addition.
- 6 Oct 2018 21:25
- Forum: Visual Prolog
- Topic: detecting and switching to non-VP windows
- Replies: 0
- Views: 1013
detecting and switching to non-VP windows
Hello I am looking to detect an active window OUTSIDE of the VIP program and then switch to that window. My VIP window doing the work is minimized. 1) A timer event detects active window (other program running...) 2) The user focuses away from this window. 3) program via timer event detects the chan...
- 2 Oct 2018 14:29
- Forum: Visual Prolog
- Topic: Accessing a txt file resource
- Replies: 7
- Views: 1053
Accessing a txt file resource
Guys I have added a text file as a resource in a package. How do I access the text contents of that file? https://lh3.googleusercontent.com/rHCtg1KfOYsI-mV6xhD7yf6hYyPcWbwUzHmlCl1tk-hJtHy8Bdpvb_OCKb-YQOPu9Se-UzkiYifSNJHQ1DwLnlwyuq61mPKSAVPi3J9p1Q0rX_j0WO22tHy-jm9bZitgRHXbi98S1g48axUgrZKk-1y9m3x0YMhu...
- 6 Aug 2018 0:47
- Forum: Visual Prolog
- Topic: Explanation of error generated
- Replies: 1
- Views: 859
Explanation of error generated
Given the error message below, is there an indication of the file/position of the code responsible?
Thanks in advance
Thanks in advance
- 19 May 2018 12:40
- Forum: Visual Prolog
- Topic: test is string is number
- Replies: 4
- Views: 1984
Re: test is string is number
Thanks , but in what class/package can I find trytoTerm?
dp
dp
- 17 May 2018 19:26
- Forum: Visual Prolog
- Topic: test is string is number
- Replies: 4
- Views: 1984
test is string is number
Guys
How can I test if a string is a number?
Thanks in advance
Dave
How can I test if a string is a number?
Thanks in advance
Dave