#15539 closed bug (fixed)
[scripting] BTextView and BListView messenger is not avalible by specifier
Reported by: | X512 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev53618 gcc2hybrid.
Steps to reproduce:
- Open StyledEdit
- Call "hey application/x-vnd.Haiku-StyledEdit GET View 2 of View 1 of Window 1"
- Result will be "Reply BMessage(B_NO_REPLY):", but BMessenger should be returned.
Same for BListView:
- Open Devices
- Call "hey application/x-vnd.Haiku-Devices GET View 2 of View 1 of View 1 of View 0 of Window 0"
- Result will be "Reply BMessage(B_NO_REPLY):".
Other views may also have same problem.
GETSUITES is working.
Attachments (1)
Change History (7)
by , 5 years ago
Attachment: | 0001-fix-scripting-of-BStringView-and-BListView.patch added |
---|
comment:1 by , 5 years ago
Please submit patches at https://review.haiku-os.org instead, on the bugtracker they will get lost.
comment:2 by , 5 years ago
How to commit patches to gerrit? Git reports error:
> git push origin Enumerating objects: 22, done. Counting objects: 100% (22/22), done. Delta compression using up to 4 threads Compressing objects: 100% (13/13), done. Writing objects: 100% (13/13), 1.22 KiB | 19.00 KiB/s, done. Total 13 (delta 11), reused 0 (delta 0) remote: Resolving deltas: 100% (11/11) remote: Counting objects: 593597, done remote: error: branch refs/heads/master: remote: To push into this reference you need 'Push' rights. remote: User: X547 remote: Contact an administrator to fix the permissions remote: Processing changes: refs: 1, done To ssh://git.haiku-os.org/haiku ! [remote rejected] master -> master (prohibited by Gerrit: not permitted: update) error: failed to push some refs to 'ssh://X547@git.haiku-os.org/haiku'
comment:3 by , 5 years ago
git push origin HEAD:refs/for/master
You are of course not allowed to push to the master branch directly.
comment:6 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
patch